Recently I designed and developed this tiny flight radar for a friend, as part of his wedding present.
Really happy with the final result and it was a fun learning experience as my first Arduino project.
Would love some feedback or suggestions! I still have two weeks until I gift it to him so plenty of time to improve upon it :)
Cheers!
espinielli 22 hours ago [-]
It would be nice to see an increase of feeders too...I mean people getting passionate about crowd sourcing and contributing back
NetMageSCW 16 hours ago [-]
A GPS option would be really cool.
How do you move to a new WiFi / location?
asturdy 10 hours ago [-]
Agreed, auto-location would be cool. A battery would be an easy addition though!
For connecting to WiFi, when the board first turns on it tries to connect to a saved WiFi network, if it can't find one, the board hosts a WiFi hotspot which allows the user to connect to a nearby network (similar experience to what you get when you connect to a public WiFi).
Once it gets past the WiFi connection stage it'll host a web server on the local network which allows for further configuration (API keys, location, etc.)
kordlessagain 1 days ago [-]
That is amazing! Great job.
asturdy 23 hours ago [-]
Thank you :D
abstractspoon 23 hours ago [-]
Looks totally fab!
asturdy 23 hours ago [-]
Thank you! :)
Rendered at 06:53:42 GMT+0000 (Coordinated Universal Time) with Vercel.
Really happy with the final result and it was a fun learning experience as my first Arduino project.
Would love some feedback or suggestions! I still have two weeks until I gift it to him so plenty of time to improve upon it :)
Cheers!
How do you move to a new WiFi / location?
For connecting to WiFi, when the board first turns on it tries to connect to a saved WiFi network, if it can't find one, the board hosts a WiFi hotspot which allows the user to connect to a nearby network (similar experience to what you get when you connect to a public WiFi).
Once it gets past the WiFi connection stage it'll host a web server on the local network which allows for further configuration (API keys, location, etc.)