Discussion Title | Created date |
---|---|
[solved] DS18B20 always giving 85.0000 Hi, I found this code which seems to be simple enough to fit tiny controllers (this was the main reason to using this code): LINK. Any way, the code was originally for atmega1284... |
Saturday, 19 January 2013 - 06:53 |
Using WinAVR makefile with AVR Toolchain Hi, I am interested in using the makefile from WinAVR to compile codes using Atmel AVR Toolchain (because there will be no longer any WinAVR releases), is it possible? Any way, is... |
Sunday, 13 January 2013 - 10:27 |
Studio 6 admin privilege (new project) problem I am using Atmel Studio 6 build 1996 on Win7 x64. When I need to create a new project: File -> new -> Project, the IDE hangs there forever and I have to kill the process. I... |
Thursday, 10 January 2013 - 07:38 |
Current limiting resistor for 7-segment I have 4 digits and need to supply a maximum of 15mA per segment, where each segment (RED) needs 2.1V. For example, the refresh rate is 220Hz, hence 55Hz/digit. How can I... |
Thursday, 6 September 2012 - 05:24 |
MSI media center IR remote control I am trying to find out which IR protocol MSI media center IR remote control is using. Model Nummer: S10-1200130-J16. Any body has an idea? RC5, NEC, etc.. thanks |
Sunday, 3 June 2012 - 10:20 |
short/long IR remote control press Hi, I was thinking about this for a couple of days, please look at it as a request to discuss possible codes for this request. Is there a bullet proof way to enable a project... |
Sunday, 13 May 2012 - 21:31 |
IAR AVR #if #elif problem I am trying to do the following in IAR AVR : #ifdef __IOM16_H #define __disable_watchdog() WDTCR |= (1<<WDTOE); WDTCR &= ~(1<<WDE); #elif __IOM8515_H #define... |
Saturday, 5 May 2012 - 11:01 |
WGM12 Hallo, I noticed that when I wanted to use timer1 in CTC mode, and set a value inside OCR1A and match interrupt, it doesn't matter whether I set WGM12 or not, it works as... |
Thursday, 29 March 2012 - 12:27 |
code compiled on AVR Toolchain is very large Hi, I attached two projects, one compiled with AVR Toolchain, and the other with WinAVR 2010. I had to change the chip from ATmega16 to ATmega32 because when compiled on AVR... |
Thursday, 8 March 2012 - 11:02 |
AVR Studio 5.1.208 The application cannot start Hi I am receiving this message from AVR studio |
Saturday, 3 March 2012 - 10:49 |
MFile missing from avr tool chain? [Solved] I used WinAVR in the past, and I remember there was a tool in start menu to create makefile, I can't remember what it was called, may be mfile, any way, I downloaded avr tool... |
Friday, 2 March 2012 - 00:37 |
dead link Hi, I am looking for the code on this page "SONY SIRC IR decoder" I contacted the author already, but seems he is not available: https://www.avrfreaks.net/index.p... If someone... |
Wednesday, 31 August 2011 - 13:04 |