Discussion Title | Created date |
---|---|
PB0 pin does not output the right signal on ATmega328P Hello guys, I am doing a basic voltimeter with my Arduino UNO using the ATmega328P. I am writing the code in C and compiling everything on Atmel Studio 6. I can not understand the... |
Tuesday, 20 December 2016 - 20:02 |
Conceptual doubt about ADC free-running mode in ATmega328P I am studying the ADC in ATmega328P and I am trying to understand the trigger in Free-Running mode. By the datasheet: "Using the ADC Interrupt Flag as a trigger source... |
Thursday, 1 December 2016 - 21:40 |
Split from: rms voltage reading using 10bit adc atmega32 I am trying to understand how this line works in free running mode... while(ADCSRA & (1<<ADSC)); //wait ADC conversionFrom the datasheet: "ADCS (I am... |
Thursday, 1 December 2016 - 20:31 |