Need design advice for servo control Since you mention 20ms I guess you¨re talking about RC servos.
Lots of prior threads how to handle many servos with software.
Use the "Search" function at top of page.
Thu. May 31, 2012 - 03:51 PM
Incompatible runtime models mega103 compatibility fuse often screw up things.
Aware that m128 by default have this fuse set to act as m103?
Thu. May 31, 2012 - 02:21 PM
Incompatible runtime models Quote:I have a project which I was build successfully on a ATmega64, I have changed my project to use ATmega64, but when I build this I get a linker error
Like to rephrase that...
Thu. May 31, 2012 - 12:03 PM
help to develop project Was going to suggest that you look at the "Projects" section of this site. And also to have a look at "Tutorials Forum" to get you started.
But since you're so lazy that you don't...
Atmega32 program as master and Atmega32 program as slave Quote:If I say I understand fully where to put on the 560 Ohm resistors, Im not 100% correct, but Im sure I will get it right soon.
This is one document that might help.
You can...
Tue. May 29, 2012 - 12:33 AM
Atmega32 program as master and Atmega32 program as slave You will also need 100nF non_polarized ceramic capacitor close to the MAX485 chip between Vcc and Gnd.
And it's quite common to add pull-up and pull-down resistors to + and - on...
Mon. May 28, 2012 - 12:37 PM
I2C PCB Layout - SDA, SCL, and Reset Lines This is what Philips I2C Spec have to say
17.3 Wiring pattern of the bus lines
In general, the wiring must be so chosen that crosstalk and
interference to/from the bus lines is...
Fri. May 25, 2012 - 05:21 PM
ATtiny85 minimalist EEPROM temp. logger (AVR-GCC) Quote:Here are the EEPROM contents after letting it run for half a minute or so:Quote:if any serious failures are imminent?
EEPROM is only guaranteed to survive 100.000 writes....
Tue. May 15, 2012 - 04:38 PM
Getting strarted with SD/MMC card ? This is how I initialize SD card.
Hope you can translate .asm code + comments to your programming language...
;******************* SD CARD INIT **********************
;SCK...
Mon. May 14, 2012 - 09:20 AM
Simple Timer using atmega16 Quote:If you have any opportunity to decide whether or not to implement case-sensitivity in any user-interface on any computer system in any language, it is always better to NOT...
Since you mention 20ms I guess you¨re talking about RC servos. Lots of prior threads how to handle many servos with software. Use the "Search" function at top of page.
mega103 compatibility fuse often screw up things. Aware that m128 by default have this fuse set to act as m103?
Quote:I have a project which I was build successfully on a ATmega64, I have changed my project to use ATmega64, but when I build this I get a linker error Like to rephrase that...
Was going to suggest that you look at the "Projects" section of this site. And also to have a look at "Tutorials Forum" to get you started. But since you're so lazy that you don't...
Quote:Ok now, can we please move on with the rest of our lives?+1
Neill, That looks a lot like the first circuit drawing I made decades ago. How did you get your hands on that??
Quote:If I say I understand fully where to put on the 560 Ohm resistors, Im not 100% correct, but Im sure I will get it right soon. This is one document that might help. You can...
You will also need 100nF non_polarized ceramic capacitor close to the MAX485 chip between Vcc and Gnd. And it's quite common to add pull-up and pull-down resistors to + and - on...
This is what Philips I2C Spec have to say 17.3 Wiring pattern of the bus lines In general, the wiring must be so chosen that crosstalk and interference to/from the bus lines is...
Quote:Here are the EEPROM contents after letting it run for half a minute or so:Quote:if any serious failures are imminent? EEPROM is only guaranteed to survive 100.000 writes....
This is how I initialize SD card. Hope you can translate .asm code + comments to your programming language... ;******************* SD CARD INIT ********************** ;SCK...
Quote:If you have any opportunity to decide whether or not to implement case-sensitivity in any user-interface on any computer system in any language, it is always better to NOT...
Pages