Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


Vorhergehende Überarbeitung
en:artikel:ateval [2024/02/06 09:43] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 +[float]
 +~$ Related products: $~
 +[[http://www.ehajo.de/en/kits/tht-kits/ateval-atmel-evaluationboard.html|{{https://www.ehajo.de/image/cache/data/Produktfotos/ateval-atmel-evaluationsboard-76-125x125.JPG|aTeVaL-Board}}]]
 +[/float]
 +====== aTeVaL-Board ======
  
 +
 +===== Schematics & instructions =====
 +
 +  * [[en:bausaetze:ateval#circuit-diagram|Schematics]]
 +  * [[en:bausaetze:ateval#assembly|Assembly]]
 +  * [[en:bausaetze:ateval:bild-aufbauanleitung|Assembly instructions with pictures]]
 +  * [[bausaetze:ateval:belegung-40pol|Belegung 40-poliger Wannenstecker]]
 +  * [[http://www.ehajo.de/?route=account/download/downloadi&download_id=4|Treiber USB2Serial]]
 +  * {{:artikel:ateval-handbuch.pdf|Handbuch}}
 +  * [[bausaetze:ateval:loetjumper|Verwendung der Lötjumper]]
 +
 +===== Using the aTeVaL-Board in plain C =====
 +
 +  * [[artikel:ateval:led-blinker|LEDs blinken lassen]]
 +  * [[artikel:ateval:adc-summer|Analogwert lesen und an Summer ausgeben]]
 +  * [[artikel:ateval:usart-loopback|USART-Loopback]]
 +  * [[artikel:ateval:usart-ringpuffer|USART-Ringpuffer]]
 +  * [[artikel:ateval:timer-ton|Tonausgabe mittels Timer]]
 +  * [[artikel:ateval:timer-musik|Musikausgabe mittels Timer]]
 +
 +
 +===== Using the aTeVaL-Board with Arduino =====
 +
 +I wrote a article about this:
 +[[artikel:ateval:arduino:startseite|hier klicken]]
 +
 +===== Using the aTeVaL-Board with Bascom =====
 +
 +For sure, the aTeVaL-Board is compatible with Bascom. It uses the libUSB-driver and avrdude vor this. Make sure, that the board is in avrdude-mode (blinks 4 times at startup [[artikel:ateval:firmware_beides#modus_wechseln|click here for the description how to change modes]]).
 +
 +You can find the configuration for Bascom [[artikel:ateval:bascom|here in this article]].
 +
 +===== Using the aTeVaL-Board with Luna =====
 +
 +There are a lot of examples on the project-homepage itself:
 +[[http://avr.myluna.de/doku.php?id=de:tutorials|click here]]
 +
 +===== Firmware for the Atmega32U2 =====
 +
 +  * [[https://github.com/ehajo/aTeVaL|Code on Github]]
 +  * [[artikel:ateval:firmware_update|How to get the chip in bootloader-mode]]
 +  * <del>[[artikel:ateval:firmware_atmelstudio|AVR-ISP-mkii-Firmware for Atmelstudio]]</del>
 +  * <del>[[artikel:ateval:firmware_avrdude|AVR-ISP-mkii-Firmware for avrdude]]</del>
 +  * [[artikel:ateval:firmware_beides|switchable firmware for Atmelstudio + avrdude]]
 +
 +===== FAQ =====
 +
 +[[artikel:ateval:FAQ|The FAQs can be found here]]