A9G ├──SMS │ ├── SMS Receive -- Done. │ └── SMS Send -- Done. ├──MQTT │ ├── MQTT broker/secured broker connection -- Done. │ ├── MQTT Data Receive -- Done. │ └── MQTT Data Send -- Done.
Micropython script for the A9G module by AiThinker. It get's coordinates, speed and other data and uploads it to a webserver where a PHP script handles the data and saves it to a MySQL database. It ...