Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPS lab #20

Open
jimbobbennett opened this issue Sep 4, 2020 · 1 comment
Open

GPS lab #20

jimbobbennett opened this issue Sep 4, 2020 · 1 comment
Labels
lab wanted A request for a new lab

Comments

@jimbobbennett
Copy link
Contributor

The cart lists a GPS sensor. A good lab for this would be to show the location of a device on a map using Azure Maps and IoT Hub.

This will use an ESP32 to connect to the GPS sensor, coded in C++, and a Python/Flask web app to show the location on a map.

Hardware required

  • NEO-6M GPS module
  • ESP32

Lab

  • Setting up for ESP32 development with PlatformIO
  • Connecting the ESP32 to the GPS module
  • Connecting the ESP32 to IoT Hub to send GPS data
  • Plotting the GPS data on Azure Maps using a Python/Flask web page
@jimbobbennett
Copy link
Contributor Author

Implemented by #28 and #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lab wanted A request for a new lab
Projects
None yet
Development

No branches or pull requests

1 participant