Hobby4Life's blog View Details
Posted by Hobby4Life | Feb 20, 2020 @ 01:47 AM | 7,846 Views
Hi all, I have collected many of my OpenTX and modelcrafting project on my website:

https://www.hobby4life.nl

Posted by Hobby4Life | Feb 16, 2020 @ 06:53 AM | 7,536 Views
The weather is not always good for testing things outside.
To be able to continue testing with the GPS widget, I made a GPS simulator / sensor based on a previous project.
I once developed a GPS Simulator app for android, this app can generate GPS NMEA senteces like a real GPS does.
It is possible to connect to the app via an HC-06 Bluetooth module.
The Bluetooth module then sends the same NMEA messages via the UART.
Such as position, speed, height, bearing and satellite fix.

What do you need:

 Arduino Nano or any AtMega328 based arduino will do
Name: Arduino-Nano-R3.jpg
Views: 61
Size: 42.9 KB
Description:
Arduino Nano




HC-06 Bluetooth module.
Name: HC-06.png
Views: 79
Size: 324.9 KB
Description:
HC-06 Bluetooth Module




 USB-TTL converter PCB

This is needed to program the bluetooth module and / or the Arduino Pro Mini, this can be any kind of USB to TTL adapter.
...Continue Reading