Welcome to Radarspotting. Please login or sign up.

April 26, 2024, 11:07:28 AM

Login with username, password and session length

New Members

New Members

You should get an activation email when you join.  If not, please use the Contact option.

ESP8266 based Plane Spotter

Started by Bethsalem, September 03, 2016, 10:00:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bethsalem

I found this project on t'internet and have got it working.

http://blog.squix.org/2016/07/esp8266-based-plane-spotter-how-to.html

I have it reporting any aircraft within a 40km radius of my office between 100ft and 99999ft.

More interesting than a clock on your desk  :)

I've attached a few photos so that you can see it finished and working.

[Attachment deleted by Admin to save file space]

Bethsalem

In his description of the project, Daniel uses the PlatformIO IDE with Atom Editor to program the ESP8266. This can be problematic as internet security software will flag it up as malicious and not allow it to push data through the USB to Serial route. In recognition of that he has released code which can be used by the much simpler ArduinoIDE.

The version that works flawlessly with his code is 1.6.4 (don't use the latest version which is 1.6.11) and can be found here https://www.arduino.cc/en/Main/OldSoftwareReleases#previous

Daniel's code can be found here https://github.com/squix78/esp8266-weather-station

Don't be put off by the "Weather Station" bit, it is the package you're after  :)

Bethsalem