notes on using Dabble's LED Brightness Control example with Arduino Uno and HC-05 module

In our continuous exploration of integrating mobile applications with microcontroller platforms, we delve into the practical application of Dabble's LED Brightness Control module. This post provides a very sparse collection of notes on interfacing the Arduino Uno with the HC-05 Bluetooth module, enabling control of LED brightness via a smartphone. By following this tutorial, you'll enhance your project's interactivity, bridging the gap between mobile technology and embedded systems. Example Sketch /* Led Brightness Control Module allows user to control any digital pin on their board. They can turn pin ON or OFF, can also vary its PWM if that functionality is supported on that pin. NOTE: 1)For Arduino Mega Connect Bluetooth on Serial3 pins. 2)For Arduino Uno/Nano library uses SoftwareSerial,hence pin 2 and pin 3 are used as RX and TX pins respectively on SoftwareSerial.Hence with arduino Uno follow below connections for bluetooth. UNO - BLUETOOTH ...