Yanno, it strikes me that part of the problem is the whole PWM thing. Does anyone know the protocol for Digital servos? I think it would be a lot simpler if...
yummm... code I used the MegaBitty code on the ARC AVR board (at 8Mhz internal I think), and it correctly positions a servo. Thanks! I have had no success...
Hi Barry, Did you modify the C code to use Port C? The GeneratePulse routine I provided is hardcoded to use Port D. And oh - yeah - You'll need to configure...
... Some speed controllers choke at the extremes of pulse length. 1ms or 2 ms is just outside of the acceptable range. -- "From Each according to his...
the link I put up was for a single chip that will run 16 servos with simple I2C commands. AND you can order the chip with 3 different addresses for running 48...
I did change the code to use PortC and it must be configured for output -- since switching the servo from the left port to the right port still allows it to...
I ran the values from 0 to 255 and there is no detectable output from that ESC. Any idea which end of the range the ESC might want? ... but ... or 2 ms is ......
This chip sounds ideal for controlling several servos. I only have a need to control the TXT-1 (former Monster R/C truck) at this point. It only has a...
Ok, a very strange thing is happening. I decided to try this line: DDRC |= (BV( 2 ) | BV( 5 )); and we are rolling! I turned off the ARC board, pulled out...
The line you added changes the I/O port from an INPUT to an OUTPUT port. WHen it is an INPUT port, writing to the PORT register will switch on/off ~50kohm pull...
That makes sense, I had no idea. Thanks! ... port. ... on/off ... the PORT ... Possibly the ... drive vs ... right ... redeployed - ... without ... pins ... ...
... I missed the earlier link, but I looked at this one. That's one slick chip. Pretty expensive though, $17 for the 8 servo version and $21 for the 16 ...
hi there, i'm building infrared detection circuits. i wanna use Infrared Emitter 555 circuit from http://www.robotroom.com/Infrared555.html which actually send...
... The PNA4602 is a good device for doing this. Here's some background: http://www.oricomtech.com/projects/irpd-an.htm This might be inverted from what you...
Hello, I took you'lls advice and was going to get the EPIC plus programmer... until I found out I might be working with AVR chips as well. What do you'll think...
funny you should say that.... Brian of BDmicro (the mavric) is designing one like this with more features. I do not know when he will have this ready though. ...
I would not consider buying a programmer like this for use on an AVR. All AVR chips are in circuit programmable, so why would you want a programmer that...
I was looking on olimex's website and saw a PIC programmer for 12bucks http://www.olimex.com/dev/pic-pg2c.html How would the epic or any other programmer be...
Dear Sirs I would like to read & know about programmable power supplies.Can somebody provide some links on this topic.Thank you Gopi Menon...
gopi@...
Dec 3, 2004 9:53 am
21193
If you are available, we could use a few more volunteers to help out at the FIRST Lego League competition. Your help will be greatly appreciated by 300 ...
We have two Droid sets at co-op. The motor is packaged with the pre-programmed chip of course. Severely limited. The question keeps coming up: can we find...
I used a small PC104/386 computer in a robot controller project that I did this past year. I wanted to use the 386 to get the color graphic display, mass...
Hello, i am stumped.. I have a bs2p24 and a mcp23016 that I am using to monitor some Normally open push buttons.. Here is the code: PBScan: PAUSE 18 I2CIN SDA,...
hmm.. looks like the problem is when I move to bank2 (that is where this code resides).. bank0 has a subroutine that checks the chip once.. then calls the code...
hmm.. one issue was, bank 2 had the mcp23016's address wrong.. so now, the only problem is back to the IF loops not being satisfied by datagp1 or datagp0... I...
None of the "if" statements check for "11111111". They check for many possible numbers, but not that one. Could that be the problem? -- Martin Sondergaard....
I've been designing a bot to use a Mini-ITX board. The lack of I/O is a big concern. Via's new T (or TC don't remember) board has built in I2C as well as the...
I have been watching the progress of this USB box at the yahoo group "geckodrive" designed for the machine tool crowd. The current specification, while...