Bluetooth by Cuatrocento

This sketch is missing a short description
(Robot#1) STEP #10-3 : bluetooth receiver (HC-06) tests connected to the robot; it's connected to the serial port of the Arduino Sensor Shield V5; I use the MOBOT application to test it until I release the mine; the settings of the app is : forward (f); backward (b); left (l); right (r); stop (s); all others (x) NOTA : don't forget to remove the power signal of the bluetooth module while you are uploading your sketch as the uploader uses the serial port to get the programm, reconnect after the upload is finished. here is the sketch : // --------------------------------------------------------------------------------------------------------------- // This sketch allows to check the bluetooth sensor HC-06 and the mobile phone to pilot the robot // // HC-06 -- Sensor Shield V5 // VCC -- + - red // GND -- - - black // TXD -- RX - yellow // RXD -- TX - orange // // // https://www.facebook.com/arduino4fun // http://www.arduino4fun.com //

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:217602" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>