https://github.com/prsh9/pico-w-bluetooth-weather
Pico W Bluetooth Temp Plotter Tutorial
https://github.com/prsh9/pico-w-bluetooth-weather
bluetooth microcontroller micropython pico-w raspberry-pi-pico
Last synced: 9 months ago
JSON representation
Pico W Bluetooth Temp Plotter Tutorial
- Host: GitHub
- URL: https://github.com/prsh9/pico-w-bluetooth-weather
- Owner: prsh9
- Created: 2025-07-27T15:49:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T16:55:34.000Z (9 months ago)
- Last Synced: 2025-09-26T18:40:39.823Z (9 months ago)
- Topics: bluetooth, microcontroller, micropython, pico-w, raspberry-pi-pico
- Language: HTML
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pico-w-bluetooth-weather
# Pico W Bluetooth Temp Plotter
Welcome to Pico W tutorial
See it in action
Your browser does not support the video tag.

## Steps to Run:
### Pico W
There are 2 ways to run. Using low level library or using high level library. The steps for the deployment for both are similar.
One is available in `src\bluetooth_way` and the other is `src\aioble_way`
Steps
- Connect to pico w via Thonny
- Install Micropython
- Upload the files in the `src\` directory to the microcontroller (see above).
- (Optional) Start main.py
- Restart the device
### PC
- Enable Bluetooth
- Open `src\local\tempPlotter.html` in Chrome (or any other web-bluetooth supported browser)
- Follow the steps mentioned on the webpage