microsoft / iot-curriculum

Hands on labs and content for students and educators to learn and teach the Internet of Things at schools, universities, coding clubs, community colleges and bootcamps
MIT License
163 stars 52 forks source link

GPS lab #20

Open jimbobbennett opened 4 years ago

jimbobbennett commented 4 years ago

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

Lab

jimbobbennett commented 4 years ago

Implemented by #28 and #34