How to code Bluetooth module with Arduino?
- Writing the Arduino HC-05 bluetooth module code:
- void setup(){
- Serial. begin(9600);
- QuartzBT. begin(9600); //Default Baud for comm, it may be different for your Module.
- Serial.println("The bluetooth gates are open.\n Connect to HC-05 from any other bluetooth device with 1234 as pairing key!." ); }
No comments:
Post a Comment