Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarincr/avr_microcontroller_exercises
Basic and Advanced experiments on AVR Microcontrollers
https://github.com/sarincr/avr_microcontroller_exercises
adc arduino atmega328p atmel avr avr-gcc avr-programming dac embedded embedded-c embedded-systems gpio interrupts iot microchip microcontroller microcontroller-boards uart usart
Last synced: 10 days ago
JSON representation
Basic and Advanced experiments on AVR Microcontrollers
- Host: GitHub
- URL: https://github.com/sarincr/avr_microcontroller_exercises
- Owner: sarincr
- Created: 2018-09-08T17:49:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T15:29:18.000Z (about 4 years ago)
- Last Synced: 2024-11-20T02:26:49.290Z (2 months ago)
- Topics: adc, arduino, atmega328p, atmel, avr, avr-gcc, avr-programming, dac, embedded, embedded-c, embedded-systems, gpio, interrupts, iot, microchip, microcontroller, microcontroller-boards, uart, usart
- Language: Makefile
- Size: 5.63 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ATMEGA328 is a high-performance, low-power Microchip 8-bit AVR RISC-based microcontroller combines 32KB ISP flash memory with read-while-write capabilities, 1KB EEPROM, 2KB SRAM, 54/69 general purpose I/O lines, 32 general purpose working registers, a JTAG interface for boundary-scan and on-chip debugging/programming, three flexible timer/counters with compare modes, internal and external interrupts,serial programmable USART, a universal serial interface (USI) with start condition detector, an 8-channel 10-bit A/D converter, programmable watchdog timer with internal oscillator, SPI serial port, and five software selectable power saving modes. The device operates between 1.8-5.5 volts. By executing powerful instructions in a single clock cycle, the device achieves throughputs approaching 1 MIPS per MHz, balancing power consumption and processing speed.
![alt text](ATmega328P-PU-PIN-Diagram-connection-configration.jpg)