You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example should be created in micropython-steami-sample, not in micropython-steami-lib. BLE examples are not tied to a specific driver and belong in the sample repo.
What
Create an example that draws a simplified room plan on the OLED and displays the mobile board's estimated position in real time, using trilateration data from 3 BLE beacons.
Why
Final step in the BLE + indoor localization path. Visual capstone that combines all previous work into a live demo. Students see their position move on the screen as they walk around the room.
Suggested approach
Hardcode a simple room outline (rectangle or L-shape) as line segments
Draw the room on the OLED using `steami_screen` line/rect primitives
Target repository
This example should be created in micropython-steami-sample, not in micropython-steami-lib. BLE examples are not tied to a specific driver and belong in the sample repo.
What
Create an example that draws a simplified room plan on the OLED and displays the mobile board's estimated position in real time, using trilateration data from 3 BLE beacons.
Why
Final step in the BLE + indoor localization path. Visual capstone that combines all previous work into a live demo. Students see their position move on the screen as they walk around the room.
Suggested approach
Learning goals
Hardware
Depends on
Documentation
Write a pedagogical activity sheet for the STeaMi wiki covering: