About 50 results
Open links in new tab
  1. Atmel would stop manufacturing Atmega 2560. Really???

    Hello, An engineer from Sovol company (3D printer manufacturer) recently said that Atmel will soon stop manufacturing Atmega 2560. Does anyone know about this? Tags: Microcontrollers and …

  2. Fuse bits for selecting EXTERNAL CRYSTAL OSCILLATOR for …

    Can any one please explain the ways in which atmega chip can be clocked for example difference between ceramic resonator and normal crystal oscillator we found on arudino (16Mhz), external clock …

  3. Programming atmega 328p with uart - avrfreaks.net

    LoveMachine my question is how do I go about initialising the atmega so that it's ready to receive my binary? Assert reset for serial programming; assert reset then nearly immediately de-assert reset to …

  4. What programmer use for read firmware and reprogram in same …

    The premier community for all things 8 and 32-bit AVR microcontrollers.

  5. Is it possible to setup ATmega with 921600 UART Baudrate!

    Is it possible mathematically to drive the ATmega UART Prepheral with 921600? By mathematically here I mean setting the UBBR along with the U2X with a value that would accomplish my desired baud …

  6. beginner- JTAG atmega 32a - AVR Freaks

    I´m total beginner and i want to program some easy stuff. I bought JTAG programmer (instead of ISP) and atmega 32 uC (also atmega8 but this one doesnt support jtag if im right).

  7. How to use TWI on ATMEGA32? - AVR Freaks

    Thanks to everyone! I learned to use TWI interface of Atmega, but there is a problem. Let's start from the very beginning. Functions of I2C (TWI). First of all I activate TWI interface:

  8. HELP: ATMEGA 328P simple debouncing program switch

    The premier community for all things 8 and 32-bit AVR microcontrollers.

  9. Analog Input in CVAVR, Atmega8 - AVR Freaks

    Hey guys, I need to take 2 analog inputs from 2 potentiometers in an Atmega 8. I tried to go through the existing forums and understand, but I didn't. Could someone also mention if using the read_adc (0) is …

  10. ATmega328 + External Memory

    So I've been working on a project that involves the Peggy2 LED kit. It has an atmega328 on it. Basically, I need a way to read 100 bytes of data from an external memory quickly!