1 INTRO :
In a previous project, I described how to build a gps data logger with real time curve display with ST7735 display SD card inboard.
This project describes a low cost GPS data logger for rc aircraft, more light weight and smaller for put in in a radio controlled plane.
More, the power for arduino must be made by the battery of the plane to have less weight on the plane and with a small size.
2 CHOICE OF MATERIAL :My choice is,For the microcontroller : Arduino nano generic
For the screen : SSD 1306 oled display
For the GPS : UBLOX NEO-6M V2
For the sd card reader/writer : generic but the less weight as posssible
For the box : ABS box
I made this choice so as to have the smallest components possible (I did not choose the arduino micro for lack of memory) and with the least weight.
Despite this I was forced to use a lite library for the OLED screen otherwise I saturate the dynamic memory and made the arduino unstable.
3 ASSEMBLING :The wiring must be done with the minimum length of wire and without the connectors on the electronic cards so as to lighten the final assembly to the maximum.
4 DISPLAYING :
On the display for not saturating the dynamic memory of the arduino nano, I am just putting the interesting informations.
In the booting sequence, I am displaying the home screen and after, if the sd card is ready for recording the trajectory. after that the screen display max speed, max height and the numbers of sattelite.
5 RESULT :
I put the prototype in one of my gliders, and for comparison I put also a Canmore GPS GT-730FL data logger.
In the next video you can see the accurate of the values between the two system.
The data can be import in google earth for visualisation of the trajectory of the plane.
Comments