AArduinoAndroid For Beginners Data and Control Abso
AArduinoAndroid For Beginners Data and Control Abso
Table of Contents
File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Step 3: Step #3: Run the setup sketch and enter serial commands. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
http://www.instructables.com/id/Arduino-Bluetooth-Programming-Shield-wireless-Uplo/
Intro: Arduino Bluetooth Programming Shield (wireless upload code)
This project will show you how to make a wireless upload Arduino code from your Computer via Bluetooth.
http://www.instructables.com/id/Arduino-Bluetooth-Programming-Shield-wireless-Uplo/
Step 2: Step #2: Upload the arduino setup sketch
Get the sketch from here and upload it to your Arduino.
File Downloads
Enter the following AT commands into the serial console one by one: AT+ORGL AT+ROLE=0 AT+POLAR=1,0 AT+UART=115200,0,0 AT+INIT In order, these
commands tell the module to reset to factory settings, switch to slave role (transparent serial bridge), set pin 32 low on Bluetooth connection, change baud rate to match
the Arduino Uno programming rate, and to initialize. Disconnect 3.3v from the Key pin and cycle the power to the module. It will now be running at 115200 baud and be
in pairing mode.
http://www.instructables.com/id/Arduino-Bluetooth-Programming-Shield-wireless-Uplo/
Step 4: Step #4: Setup the Bluetooth module in Windows.
From the Control Panel select Add a Device.
Add the Bluetooth module. Select enter pairing code option.
http://www.instructables.com/id/Arduino-Bluetooth-Programming-Shield-wireless-Uplo/
Step 7: Step #7: Build the programmer circuit.
Build the programmer circuit onto the prototyping shield.
Solder on a female header for the Bluetooth module if you want to be able to easily remove it later.
http://www.instructables.com/id/Arduino-Bluetooth-Programming-Shield-wireless-Uplo/
Related Instructables
Advertisements
Comments
1 comments Add Comment
http://www.instructables.com/id/Arduino-Bluetooth-Programming-Shield-wireless-Uplo/