GPS Tracker updates its location on the website here.
- NEO-6M (GPS module): Uses GPS to get module's current location
- SIM800L (GSM/GPRS module): Publishes location data using PubNub API
- Raspberry Pi Pico (Microcontroller): Controls other two modules
- You need to upload Micropython firmware to Raspberry Pi Pico. Click here
- Install this extension.
- Open the project's
scripts
folder in VS Code - Open command pallete by pressing
Ctrl+Shift+P
- Type and run this command.
Configure Project
- Update keys in Pubnub publish and subscribe keys in
scripts\config.json
-
Uploading Code
- Connect Raspberry Pi Pico to your computer using a USB cable
- Open command pallete by pressing
Ctrl+Shift+P
and RunUpload project to Pico
command.
-
Running Code
- Open command pallete by pressing
Ctrl+Shift+P
and RunReset > Soft(Listen)
command.
- Open command pallete by pressing