https://github.com/vruivo/pico_hello_uart_hc06
Experiment using a bluetooth serial console
https://github.com/vruivo/pico_hello_uart_hc06
raspberry-pi-pico raspberry-pico rp2040
Last synced: 6 months ago
JSON representation
Experiment using a bluetooth serial console
- Host: GitHub
- URL: https://github.com/vruivo/pico_hello_uart_hc06
- Owner: vruivo
- Created: 2023-04-11T10:22:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T11:10:42.000Z (over 3 years ago)
- Last Synced: 2025-01-12T21:40:16.543Z (over 1 year ago)
- Topics: raspberry-pi-pico, raspberry-pico, rp2040
- Language: CMake
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple project to experiment using a bluetooth (raw) serial console, with the HC-06 board.
Adding a Bluetooth port on Windows 10:
https://community.element14.com/technologies/internet-of-things/b/blog/posts/standard-serial-over-bluetooth-on-windows-10
Listening on Linux with rfcomm:
https://askubuntu.com/questions/248817/how-to-i-connect-a-raw-serial-terminal-to-a-bluetooth-connection
There are also examples on the internet using Android and iOS apps.
I created a bluetooth port on Windows + the Arduino IDE serial monitor.
Based on code from the Pico-Examples https://github.com/raspberrypi/pico-examples/blob/master/uart/hello_uart/hello_uart.c