HC-05 Bluetooth connected to Bambino 210E
.
Introduction
In this notebook page you can find generic information about HC05.
Pinout Bambino 210E
Connectivity
HC05 pin | Bambino 210E pin |
---|---|
1 - Tx | P6_5 - Rx |
2 - Rx | P6_4 - Tx |
12 - 3.3V | Vout - 3.3V |
13 - GND | GND |
31 - PIO8 | -- |
32 - PIO9 | -- |
34 - PIO11 | GND (Data mode) or 3.3V (AT mode) |
Test Code for Transparent data mode
Import programHC05_Transparent_mode
Transparent data mode for Bluetooth HC05
Output for Transparent data mode
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AT command mode
In AT command mode you can configure and send control command to the HC05 device.
Code for AT command mode
Import programHC05_AT_mode
This program send an AT command to the HC05 module and shows the response into a terminal.
Output for AT command mode
You can download the program here: HC05 Test Software v1.2
Is required Microsoft .NET Framework 4.0 or above.
Please log in to post comments.