i need help for controlling the Boe-Bot with rc car that i bought
okonisfree
Posts: 38
hey, i just bought this cheap rc car which runs on two AAA batteries from walmart and i was wondering if this would work or if some one knows how to make it work.
i took apart the car and this is how it was:
batteries><switch><microchip><motor1<motor2
if you dont understand this well, this is how i think it may work. I was thinking this may be like a push button, when u press it, it lets the electricity flow through, this way the boe bot knows the button has been pushed and does whatever·action its supposed to do. i was thinking when i press the left joystic up on the rc, it sends signal to the chip, which has the antenna which i took apart, and the·chip is supposed to let electricity flow through and spin the motor, but this time it doesn't have any motor, it is gonna act like a push button and send a signal for the bot to do whatever.
Thanks for any help possible,
okon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~okonisfree
"When life gives you lemons...
SUCK IT UP!"
lol jk
Post Edited (okonisfree) : 8/4/2006 9:37:58 PM GMT
i took apart the car and this is how it was:
batteries><switch><microchip><motor1<motor2
if you dont understand this well, this is how i think it may work. I was thinking this may be like a push button, when u press it, it lets the electricity flow through, this way the boe bot knows the button has been pushed and does whatever·action its supposed to do. i was thinking when i press the left joystic up on the rc, it sends signal to the chip, which has the antenna which i took apart, and the·chip is supposed to let electricity flow through and spin the motor, but this time it doesn't have any motor, it is gonna act like a push button and send a signal for the bot to do whatever.
Thanks for any help possible,
okon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~okonisfree
"When life gives you lemons...
SUCK IT UP!"
lol jk
Post Edited (okonisfree) : 8/4/2006 9:37:58 PM GMT
Comments
edit: also, would there be any short circuiting going on if i do it for too long?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~okonisfree
"When life gives you lemons...
SUCK IT UP!"
lol jk
Post Edited (okonisfree) : 8/3/2006 9:44:31 PM GMT
if yes this is a way to get the state of the remote:
(1 and 2 are the cables from motor 1, 3 and 4 is motor 2)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The school nerd
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~okonisfree
"When life gives you lemons...
SUCK IT UP!"
lol jk
fifteen var bit
fourteen var bit
thirteen var bit
twelve var bit
do
fifteen = in15
fourteen = in14
thirteen = in13
twelve = in12
debug crsrxy, 0,0, fifteen
debug crsrxy,1,0,fourteen
debug crsrxy,2,0,thirteen
debug crsrxy,3,0,twelve
loop
then just hit all the buttons on the controller and see what they do, the most common thing will be you will have left and right be high until hit then it goes low and front and back will be low and go high when its hit so ull need a pullup resistor to bring those high then go low when hit. hope this helps
it does have 6 wires, 2 batterey, 2 lmotor, 2 rmotor
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~okonisfree
"When life gives you lemons...
SUCK IT UP!"
lol jk
where do i put the wires?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~okonisfree
"When life gives you lemons...
SUCK IT UP!"
lol jk
Post Edited (okonisfree) : 8/4/2006 2:36:53 PM GMT
px-chip power +
cdd chip power -
those r two wires down 4 mor to go
well i dont know where to go frm here
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~okonisfree
"When life gives you lemons...
SUCK IT UP!"
lol jk
Lmotor1 = In10
LMotor2 = In9
RMotor1 = In8
Rmotor2 = In7
then use the code i shows to see which wire is left and which is right