Editor Version ×
recommended

Pro Edition

free

Brand new interactions and interfaces

Smooth support for design sizes of over 3W

devices or 10W pads

More rigorous design constraints, more

standardized processes

For enterprises, more professional users

Std Edition

Easy to use and quick to get started

The process supports design scales of 300

devices or 1000 pads

Supports simple circuit simulation

For students, teachers, creators

Ongoing

STD ATtiny814 Development Board v2

ATtiny814 Development Board v2

Project tags

License

CC BY-SA 3.0

License: CC BY-SA 3.0

Mode:

Mode

Editors' pick

Editors' pick

Cloned from ATtiny814 Development Board

  • 1.2k
  • 0
  • 0
Update time: 2023-12-22 15:54:04
Creation time: 2021-09-18 08:07:06
Description

Description

# ATtiny x04/x14/x24 Development Board v2 Development board for ATtiny x04/x14/x24 series with USB to serial converter, integrated SerialUPDI programmer and Arduino IDE support. ![ATtiny814_pic1.jpg](https://raw.githubusercontent.com/wagiminator/AVR-Development-Boards/master/ATtiny814_DevBoard_v2/documentation/ATtiny814_DevBoard_v2_pic1.jpg) # Pinout ![ATtiny814_pinout.png](https://raw.githubusercontent.com/wagiminator/AVR-Development-Boards/master/ATtiny814_DevBoard_v2/documentation/ATtiny814_DevBoard_v2_pinout.png) # Serial Mode Switch The integrated CH340N USB to serial converter can also be used as a SerialUPDI programmer, so that no additional hardware is required to flash your firmware. Set the Serial Mode Switch on the board to "P" (Programming Mode) for uploading firmware and to "S" (Serial Mode) for UART communication via USB. You do not need to unplug the board for changing the Serial Mode. # Features of the tinyAVR | Specifications | ATtiny204 | ATtiny404 | ATtiny804 | ATtiny1604 | | :------------- | :-------- | :-------- | :-------- | :--------- | | Flash | 2048 bytes | 4096 bytes | 8192 bytes | 16384 bytes | | RAM | 128 bytes | 256 bytes | 512 bytes | 1024 bytes | | EEPROM | 64 bytes | 128 bytes | 128 bytes | 256 bytes | | GPIO Pins | 12 (11 usable) | 12 (11 usable) | 12 (11 usable) | 12 (11 usable) | | ADC Channels | 9 | 9 | 9 | 9 | | DAC | 0 | 0 | 0 | 0 | | PWM Channels | 6 | 6 | 6 | 6 | | Timer/Counter A | 1 | 1 | 1 | 1 | | Timer/Counter B | 1 | 1 | 1 | 1 | | Timer/Counter D | 0 | 0 | 0 | 0 | | Interfaces | UART, SPI, I2C | UART, SPI, I2C | UART, SPI, I2C | UART, SPI, I2C | | Clock options | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | | Specifications | ATtiny214 | ATtiny414 | ATtiny814 | ATtiny1614 | | :------------- | :-------- | :-------- | :-------- | :--------- | | Flash | 2048 bytes | 4096 bytes | 8192 bytes | 16384 bytes | | RAM | 128 bytes | 256 bytes | 512 bytes | 2048 bytes | | EEPROM | 64 bytes | 128 bytes | 128 bytes | 256 bytes | | GPIO Pins | 12 (11 usable) | 12 (11 usable) | 12 (11 usable) | 12 (11 usable) | | ADC Channels | 9 | 9 | 9 | 14 | | DAC | 1 | 1 | 1 | 3 | | PWM Channels | 6 | 6 | 6 | 6 | | Timer/Counter A | 1 | 1 | 1 | 1 | | Timer/Counter B | 1 | 1 | 1 | 2 | | Timer/Counter D | 1 | 1 | 1 | 1 | | Interfaces | UART, SPI, I2C | UART, SPI, I2C | UART, SPI, I2C | UART, SPI, I2C | | Clock options | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | | Specifications | ATtiny424 | ATtiny824 | ATtiny1624 | ATtiny3224 | | :------------- | :-------- | :-------- | :--------- | :--------- | | Flash | 4096 bytes | 8192 bytes | 16384 bytes | 32768 bytes | | RAM | 512 bytes | 1024 bytes | 2048 bytes | 3072 bytes | | EEPROM | 128 bytes | 128 bytes | 256 bytes | 256 bytes | | GPIO Pins | 12 (11 usable) | 12 (11 usable) | 12 (11 usable) | 12 (11 usable) | | ADC Channels | 9 | 9 | 9 | 9 | | DAC | 0 | 0 | 0 | 0 | | PWM Channels | 6 | 6 | 6 | 6 | | Timer/Counter A | 1 | 1 | 1 | 1 | | Timer/Counter B | 2 | 2 | 2 | 2 | | Timer/Counter D | 0 | 0 | 0 | 0 | | Interfaces | 2xUART, SPI, I2C | 2xUART, SPI, I2C | 2xUART, SPI, I2C | 2xUART, SPI, I2C | | Clock options | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | Internal 20/16/10/8/5/4/1 MHz | Note: The 0-series and 1-series parts have a 10-bit single-ended ADC with a sampling rate of up to 115 ksps, the 2-series parts have a 12-bit single-ended/differential ADC with a sampling rate of up to 375 ksps. The 2-series parts have a DAC for internal use only. Users who need to lean heavily on event channels or the CCL are advised to use the 2-series parts. In contrast to the 0/1 series the 2 series has 4 CCL blocks with interrupts, working D-type latch option, and the 6 event channels are normal and well-behaved. # Preparing Arduino IDE * [Install megaTinyCore](https://github.com/SpenceKonde/megaTinyCore/blob/master/Installation.md). * Open the Arduino IDE. * Go to "Tools" -> "Board" -> "megaTinyCore" and select your chip. * Go to "Tools" and set the desired board options. * Go to "Tools" -> "Programmer" and select "SerialUPDI". * Connect the board via USB to your PC. * Set the Serial Mode Switch on the board to "P" (Programming Mode). * Go to "Tools" -> "Burn Bootloader". * Now you can upload your sketch. # References, Links and Notes * [Getting started with the new ATtiny chips](http://www.technoblogy.com/show?2OCH) * [The ATtiny 2-Series](http://www.technoblogy.com/show?3UKF) * [megaTinyCore](https://github.com/SpenceKonde/megaTinyCore) * [ATtiny814 Datasheet](https://ww1.microchip.com/downloads/aemDocuments/documents/MCU08/ProductDocuments/DataSheets/ATtiny417-814-816-817-DataSheet-DS40002288A.pdf) ![ATtiny814_pic2.jpg](https://raw.githubusercontent.com/wagiminator/AVR-Development-Boards/master/ATtiny814_DevBoard_v2/documentation/ATtiny814_DevBoard_v2_pic2.jpg) ![ATtiny814_pic3.jpg](https://raw.githubusercontent.com/wagiminator/AVR-Development-Boards/master/ATtiny814_DevBoard_v2/documentation/ATtiny814_DevBoard_v2_pic3.jpg) # License ![license.png](https://i.creativecommons.org/l/by-sa/3.0/88x31.png) This work is licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License. (http://creativecommons.org/licenses/by-sa/3.0/)
Design Drawing

Design Drawing

schematic diagram
1 /
PCB
1 /
The preview image was not generated, please save it again in the editor.
ID Name Designator Footprint Quantity BOM_Supplier BOM_Manufacturer BOM_Manufacturer Part BOM_Supplier Part
1 100n C1,C3,C4 C_0603_S 3 LCSC YAGEO CC0603KRX7R9BB104 C14663
2 10u C2 C_0603_S 1 LCSC SAMSUNG CL10A106MA8NRNC C96446
3 Header H1,H2 210S-8X1/2.54 2 LCSC Ckmtw 210S-1*8P L=11.6MMGold-plated black C124381
4 PWR LED1 LED_0603_O 1 LCSC EVERLIGHT 19-217/GHC-YR1S2/3T C72043
5 PA7 LED2 LED_0603_O 1 LCSC KENTO KT-0603R C2286
6 1k R1,R2,R3,R4 R_0603_S 4 LCSC UniOhm 0603WAF1001T5E C21190
7 SELECT SW1 SW-SMD_SS-1290L-GLL-1.5MM 1 LCSC RI SHENG SS-1290L-GL L=1.5mm C695418
8 ATTINY814-SSN U1 SOIC-14_150MIL 1 LCSC Microchip Tech ATTINY814-SSNR C182202
9 CH340N U2 SOP-8_150MIL 1 LCSC WCH(Jiangsu Qin Heng) CH340N C506813
10 Micro Input USB MINI-USB-SMD_U254-051T-4BH23-S2B 1 LCSC XKB Enterprise U254-051T-4BH23-S2B C319164

Unfold

Project Attachments

Project Attachments

Empty
Project Members

Project Members

Target complaint
Related Projects
Change a batch
Loading...

Comment

Add to album ×

Loading...

reminder ×

Do you need to add this project to the album?

服务时间

周一至周五 9:00~18:00
  • 0755 - 2382 4495
  • 153 6159 2675

服务时间

周一至周五 9:00~18:00
  • 立创EDA微信号

    easyeda

  • QQ交流群

    664186054

  • 立创EDA公众号

    lceda-cn