Discussion Title | Created date |
---|---|
Xmega ADC limitation Hi Guys, Does the Atxmega128A3 have a 200 ksps sampling limitation for it's internal ADC? If not is it 1 Msps? I read in a thread here that it is 1Msps for 16 bits? Is that true?... |
Thursday, 4 February 2010 - 04:29 |
Baud rate and ADC sampling frequency Hi Freaks, I am using a M128 with ADC on channel 5. I am using the UART for an RS232 connection to my PC. I am trying to see a sampled sine wave on my PC. Sine wave frequency is... |
Sunday, 17 January 2010 - 16:20 |
Best way to choose which program to load into AVR? Hi Guys, I have an application board that uses an M128. I would like to use the same board and the same M128 to load three different programs (not at the same time of course) into... |
Wednesday, 13 January 2010 - 00:47 |
Atmega168 to generate sound Hi Freaks, I want to use the M168 to generate some music on the speaker. I did search the forums for this and found this thread: [url] https://www.avrfreaks.net/index.p... [/url]... |
Monday, 4 January 2010 - 13:08 |
Looking for heating coil Hi Freaks, Has anyone come across a 8.5 inches circumference by 8 inches height spiral heating coil? I am trying an app. for which I need to heat this coil for about 2 minutes... |
Monday, 4 January 2010 - 05:08 |
Combining multiple peripheral devices Hi Freaks, I am thinking of a (ambitious) project of making a development board full of multiple peripherals (motors, LCD, etc.) interfaced to multiple AVR's (sort of like STK500... |
Friday, 25 December 2009 - 20:09 |
Troubleshooting guide for AVR apps? Hi Freaks, Given that there are so many questions on this forum related to troubleshooting apps on any AVR, is there a basic guide to troubleshooting anywhere on this forum?... |
Wednesday, 23 December 2009 - 15:13 |
Pause on a measurement in code Hi Guys, I am using an M328P to read an analog voltage on an ADC channel. Is there any way I can pause at the point in the code that measures the analog voltage? In other words... |
Thursday, 17 December 2009 - 06:31 |
How do I unselect the CLKDIV fuse? Hi Freaks, I am using a M328P and would like to turn the CLKDIV8 fuse off primarily to increase my serial comm. speed with the same crystal (8Mhz). I am using AVRStudio and I... |
Wednesday, 16 December 2009 - 13:12 |
ADC and timing Freaks, I get a bad server request error 400 everytime I try to post in the AVR forum. So I am posting my question in here. Moderators, please move this to the AVR forum.... |
Saturday, 12 December 2009 - 15:01 |
PortB0 stuck at 2.5V Hi Freaks, I am using a M328P and am using PORTB pins as output pins. My code to set PORTB as output is very simple: DDRC = 0x0F; DDRD = 0xC0; DDRB = 0xFF;... |
Wednesday, 9 December 2009 - 12:31 |
Is there any way to turn on matching brackets? Hi Freaks, Is there any way to turn on matching brackets in AVR Studio? I have a program that is very long and has multiple if-else-if statements and even with proper indentation... |
Monday, 7 December 2009 - 01:02 |