Thingiverse
I-Sobot
di elik745i
1
Download
2
Likes
0
Makes
This is front cover for japanese I-Sobot robot upgraded to BT version.
To control I-Sobot using any phone over Bluetooth you just need: arduino nano + HC05 + IR transmitter from any useless remote + NPN transistor +1K resistor
Schematic :
nano's digital pins 3,4 to RX/TX of the HC-05 BT module, 5 to IR Transmitter diode from any useless TV remote, BT546 NPN transistor and 1K resistor is connected to power up Arduino and BT module streight from Li-Ion power supply. I have used old SAMSUNG Li-Ion battery + Charging&protection board.
For programming you will need library posted in arduino.cc forum (1st pageout off 4).
Below is my Arduino sketch:
/*
* This is I-Sobot Arduino Nano + BT-05 module sketch.
*/
#include
#include
Isobot bot(5); //IR transmitter hooked to D5
unsigned long time1, time2;
String data0;
String data1;
char* Commands[] = {"fwd", "bwd", "sdrt", "sdlt", "flt", "frt", "blt", "brt", "fclw", "fctr", "bclw", "bctr", "hl", "hr", "lfwrd",
To control I-Sobot using any phone over Bluetooth you just need: arduino nano + HC05 + IR transmitter from any useless remote + NPN transistor +1K resistor
Schematic :
nano's digital pins 3,4 to RX/TX of the HC-05 BT module, 5 to IR Transmitter diode from any useless TV remote, BT546 NPN transistor and 1K resistor is connected to power up Arduino and BT module streight from Li-Ion power supply. I have used old SAMSUNG Li-Ion battery + Charging&protection board.
For programming you will need library posted in arduino.cc forum (1st pageout off 4).
Below is my Arduino sketch:
/*
* This is I-Sobot Arduino Nano + BT-05 module sketch.
*/
#include
#include
Isobot bot(5); //IR transmitter hooked to D5
unsigned long time1, time2;
String data0;
String data1;
char* Commands[] = {"fwd", "bwd", "sdrt", "sdlt", "flt", "frt", "blt", "brt", "fclw", "fctr", "bclw", "bctr", "hl", "hr", "lfwrd",
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!