Hi ! this is first test to give some visual emotion to inmoov
code here :
https://github.com/moz4r/pyrobotlab/blob/64218c34c609eab76303cf6ea77d75…
Hi ! this is first test to give some visual emotion to inmoov
code here :
https://github.com/moz4r/pyrobotlab/blob/64218c34c609eab76303cf6ea77d75…
This looks cool. I'd like to try it.
Hi,
I'd really like to try something like what you've done here. I've got a few questions as I'm new to all this.
Are you running two Megas plugged into two ports on your computer (left and right port)?
Are you using two colour changing LEDs or a number of different coloured ones on each side attached to individual pins?
Was that script run on Python in MRL?
Hi ! I use 2 mega ( 1 left
Hi ! I use 2 mega ( 1 left part of robot and head , 1 right part and lights and stufs )
I use 2 RGB led ( 4 pins > 1 ground / red / green / blue ) : pin GROUND/22/24/26
if you want pink just light 22+26
here the script : https://github.com/moz4r/pyrobotlab/blob/64218c34c609eab76303cf6ea77d75…
What about anodes?
I've got one of those little board ones with a single RGB on it. The outputs on it are RGB and V so I guess it's anode-doesn't have a ground output. Do you still have to ground anode ones or can they go straight into the Arduino?
Actually I think I've found the answer. I still need resistors and the voltage goes into the 5V with no ground.
In the code LOW switches on and HIGH switches off (current sinking-opposite of cathode).
P.S. Your inMoov looks a little bit Batman.
Have you got a bread-board inside his head with your resistors in it?
yeh i have same problem /
yeh i have same problem / same rgb ( mine are 5V rgb )
so i do : 5V to common 5V
R/G/B ( LOW to switch ON / HIGH to switch off )
later I do
5V to digital pin like R/G/B to give some dimmable ligh with analogWrite comand.
I take this element from my son's Macdo toy ( sorry for him lol )
It's worky!
Got it working now.
I've learned some things from this little project.
Thanks heaps, Moz!
It's worky!
Got it working now.
I've learned some things from this little project.
Thanks heaps, Moz!
Help adding rotating head