The Pico does not provide any wireless communication, but we can use a good old HC-05 to Bluetooth-enable the Pico. The HC-05 uses simple serial communication and because we can use any GPIO pin we prefer to use SoftwareSerial.
This module uses 3.3V logic - so this is fitting quite nicely!
| Device | Pico |
|---|---|
| VCC | VBUS (5V) |
| GND | GND |
| TX | RX GP15 |
| RX | TX GP14 |
To test the functionality, the sketch is just copying the input from one Serial device to the other. We assume you use the default settings of the HC-05.
