RBlue
Temperature sensor that sends data over Bluetooth Low Energy (BLE).
Hardware #
This project uses the following hardware components:
- Raspberry Pi1 Pico W
- Temperature sensor (DS18B20)
- Resistors
- Connecting cables
- Powerbank
- Solar cell
- Micro-B USB cables
Software #
For this project, I utilized the following tools:
- VisualStudio Code IDE
- MicroPico extension
- Remote - SSH extension
I connect Raspberry Pi1 Pico to Raspberry Pi1 4B+ that I remote into from my development computer. - mpremote CLI tool
I use mpremote to install packages through mip.
To implement the runtime logic, I employed the most recent MicroPython version at the time of development.