About Arduino bluetooth Accel
L'application transmet les informations x, y, et z captées par le détecteur 3 axes du téléphone cellulaire vers le module ARduino.
La communication se fait par un récepteur Bluetooth JY-MCU configuré à un baud rate de 38400.
La reprogrammation du bluetooth à 38400 assure la compatibilité avec le logiciel Scratch.
Les codes sont fournis:
- bluetooth_accel.aia
- bluetooth_accel.pdf
- Arduino_MIT_38400_ACL.ino
- config_baudrate_bluetooth.ino
Adresse de téléchargement:
http://netsciences.ca/arduino/MIT_bluetooth_accel/
Dans l'ordre, vous devez,
1. raccorder le récepteur bluetooth à arduino aux broches 10, 11, +5V, GND
2. programmer arduino à l'aide du fichier config_baudrate_bluetooth.ino Ensuite modifier son nom et son baudrate
3. débrancher le module bluetooth
4. reprogrammer le module arduino avec: Arduino_MIT_38400_ACL.ino
5. débrancher le câble USB et relier le récepteur bluetooth au module arduino en utilisant les broches 0, 1, +5V, GND
6. ajouter l'écran ACL et l'alimentation
7. effectuer le pairage du bluetooth avec l'appareil (code 1234)
8. lancer l'application android The application transmits information x, y, z and sensed by the detector 3 to the axes of the cell phone Arduino module.
Communication is via a Bluetooth receiver JY-MCU set to a baud rate of 38400.
Reprogramming bluetooth 38400 ensures compatibility with the Scratch software.
The codes are provided:
- Bluetooth_accel.aia
- Bluetooth_accel.pdf
- Arduino_MIT_38400_ACL.ino
- Config_baudrate_bluetooth.ino
Download address:
http://netsciences.ca/arduino/MIT_bluetooth_accel/
In order, you must
1 connect the Arduino Bluetooth receiver to pins 10, 11, +5 V, GND
2 Arduino programming using the file config_baudrate_bluetooth.ino then change its name and baudrate
3 disconnect the Bluetooth Module
4 reprogram the module with Arduino: Arduino_MIT_38400_ACL.ino
5 Disconnect the USB cable and connect the Bluetooth receiver module Arduino using pins 0, 1, +5 V, GND
6, add the monitor and power supply
7 perform pairing with bluetooth device (1234)
8 start android application