One would think, that after all the code that you have written, that I would at least check through your Github repos before starting from scratch. In any case, I am very happy to see this, because there are a whole bunch of things about PWM and I2C that I don’t understand, so reference code is awesome.
So I really love cute robots (see below), and I’ve wanted to build an imp-powered robot since I before I started working at Electric Imp… but finding time is tough. So my plan is to slowly build out all the parts, drivers, etc I need so that once I get around to it - it’s easy
Reminds me of some of the the robots from the iOS game Machinarium. I’m also interested in an Impbot. If only good servos weren’t so expensive. I think I might build an arm and start working from there.
It was not SiriProxy - they simply made a contact in their phone called “Gretchen” (which was a Twilio number), and sent messages to Gretchen using Twilio
I do not have servos that I like, nor have I looked into them in great depth.
Is there anyone on our forums who has experience with robotics?
HELLO,
I’m using PIC18F4550 to communicate with PCA9685 (ADAFRUIT) over I2C, programming is done in mikro c. My problem is, the servo is not getting positioned as I want it to be.
Variable I’m using are
Frequency = 60hz
setPWM(0,0,150)
setPWM(0,0,600)
if I connect a LED it is showing the effect.
I’m using analog servos.
PLEASE LET ME KNOW WHAT MORE DETAILS ARE TO SHARED, SO THIS THING WOULD GIVE POSITIVE RESULTS.