Weihnachten 2024
Sorry, but you do not have permission to view this content.
Ein Interface mit GPIO
This shield I have made to program an ATMEGA168 with a TQFP32 package without soldering. Step 1: Intro With this shield you can program an atmega168 microcontroller (µC) with a TQPF32 package without soldering. Just lay the chip on the top of the board and fix it with the coverplate. So you can program the …
Sometimes I needed an external serial monitor like the Serial Monitor in the Arduino Editor, to see what is going on. So I made one.The first picture shows an example how could be it designed. For the ESM I used an Atmel Atmega328 (based on the Arduino-Board) because it have an internal SRAM with 2KBytes. …