ESP32 Traccar Client

GPS-911 4 years ago

After spending couple weeks working on esp32 tracker finally I was able to bring ESP32 online with help of my friend.
You will need add required libraries in Arduino IDE
download code URL :
https://github.com/onlinegill/ESP32-Traccar-GPS/releases/tag/Tarccar%2CGPS%2CESP32

Parts used :
ESP32 Dev kit
NEO-6M GPS Module

Anton Tananaev 4 years ago

Link seems to be broken. I'm getting 404. Maybe the repo is private?

GPS-911 4 years ago

Try now it was in private mode due to I was still updating.

Anton Tananaev 4 years ago

Working now.

GPS-911 4 years ago

Let me know if we can add more stuff in it as I could not find any working code for esp32 with traccar on internet.

PeterNg 4 years ago

Cool. We can add something like location buffering, i.e store the location when the data connection is bad the push it later when connection is back online.

GPS-911 4 years ago

In order to store data you will need SD card module.