AVR Tutorial

Contains adsIn-app purchases
4.5
984 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

This app is a AVR tutorial based on ATMEGA16 C language. It is suitable for hobbyist or engineering students.


Learning AVR mcu is difficult. The learning curve is steep. The process including reading datasheet, writing code, building prototypes and troubleshooting. The most possible errors are the setting wrong value of registers.

Now, AVR tutorial is the solution. The code wizard allow you to set the timer, UART, ADC, interrupt and peripherals by just a few clicks in setting. The proven C source code is generated automatically.

Though the code wizard is based on ATMEGA16 , it is easy to port to other ATMEGA since the source code generated is highly structured


Features
• AVR architecture review
• AVR asm mnemonics & C lanugage
• 21 demo projects including led, keys, keypad, 16x2 LCM, ADC etc
• Code wizard for UART, timer, interrupt, ADC and external peripherals including LED, buzzer, key switch, external interrupt, 7-segment display, 8x8 led matrix, 4x4 keypad, 16x2 LCM, real time clock etc


Features Pro
• Support I2C eeprom 24C01 (128B) ~ 24C512 (64kB)
• Support SPI eeprom 25010 (128B) ~ 25M02 (256kB)
• Extra demo projects including LED Matrix 16x16, i2c eeprom, spi eeprom, etc
• Code wizard for I2C eeprom, SPI eeprom, LCM 128x64 etc
https://play.google.com/store/apps/details?id=com.peterhohsy.atmega_tutorialpro

Optional Demo
* OLED 128x64
* TFT 220x176
* MPU6050 (accel + gyro) sensor
* 18B20 temperature sensor
* DFPlayer mp3 module
* SPI flash
* Stepper motor
* Servo motor
* Home automation using bluetooth


Note :
1. For those who need support please email to the designated email.
Do NOT use either the feedback area to write questions, it is not appropriate and that is not guaranteed that can read them.

Atmel® and AVR® are registered trademarks or trademarks of Atmel Corporation or its subsidiaries, in the US and/or other countries. This application is not related or affiliated in any way Atmel Corporation.
Updated on
Apr 6, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.6
926 reviews
A Google user
April 21, 2020
The app is very helpful, especially with my current projects. It's quite relevant. Really I personally haven't come across any anomalies.
14 people found this review helpful
Did you find this helpful?
ali chemist
November 3, 2021
It will be much more better if the developer make some features free so i am have searched many web sites however most of them aren't free. Anyway thanks for this app☺ Note: as a begginer in AVR please add a tutorial to how to use and program AVR.
Did you find this helpful?
Peter Ho
November 6, 2021
Thank you for your best review and encouraging support! I'm very glad that you like the AVR tutorial app. Please recommend the app to your friends. Don't hesitate to send me a note at peterhohsy@gmail.com if you have any queries or suggestions.
A Google user
October 9, 2019
it's very good but it there's 2 mistakes in data types tutorial char is 1 byte length so the unsigned char is the value when all the 8 bits are 1 this means 255 is it's maximum not 128 and unsigned int 0-65,535
16 people found this review helpful
Did you find this helpful?
Peter Ho
October 12, 2019
It is a typo. It will be fixed in the coming version.

What's new

3.1.75
- Fix minor bugs

3.1.0
- Fix landscape mode bug

3.0.0
- infrared automation example is added
- 18b20 temperature sensor IoT (IFTTT) example is added

2.9.0
* Remove storage permission

2.8.0
* Bluetooth LE home automation example is added
* LoRa home automation example is added

2.5.0
* Milliohm meter example is added
* USB-to-MIDI cable example is added