Skip to content

ssDhp/bt-Pico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bt-Pico - GPS Tracker

v2 image GPS Tracker updates its location on the website here.

Modules used:

  • 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

Wiring Diagram

Drawing Diagram

Working

Working Diagram

NOTE

  • You need to upload Micropython firmware to Raspberry Pi Pico. Click here

How to setup this project?

  1. Install this extension.
  2. Open the project's scripts folder in VS Code
  3. Open command pallete by pressing Ctrl+Shift+P
  4. Type and run this command. Configure Project
  5. Update keys in Pubnub publish and subscribe keys in scripts\config.json

Uploading and Running Code

  • Uploading Code

    1. Connect Raspberry Pi Pico to your computer using a USB cable
    2. Open command pallete by pressing Ctrl+Shift+P and Run Upload project to Pico command.
  • Running Code

    1. Open command pallete by pressing Ctrl+Shift+P and Run Reset > Soft(Listen) command.

Files Used

  1. micropyGPS
  2. SIM800l Driver

Releases

No releases published

Packages

No packages published

Languages