-
Datei
Lauflicht_demo_Attiny2313.asm
Kabel ; Windows Terminalprogramm: zum Beispiel HyperTerminal ; oder TeraTerm oder dergleichen ; MC: ATTiny2313; Takt: 3,686 MHz (STK500-Board) ; 954 Byte; 46,6% ; (RXD auf Port D Bit0, TXD auf Port D Bit1, default) ; .nolist .include "2313def.inc" .list ; .equ leds = portb .equ mctakt = 3686000 ;Quarzfrequenz
in „3 LED weich blinken lassen abwechselnd“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
AVR.html
rowspan="1" style="width: 8.485%;" class="hcp11" width="8.485%"> <p class="hcp12" align="right">ATtiny4</p> </td> <td colspan="1" rowspan="1" style="width: 6.776%;" class="hcp13" width="6.776%"> <p class="hcp14" align="center">a</p> </td> <td colspan="1" rowspan="1" style="width: 5.598%;" class="hcp13
in „Billige Alternative zu AVR STK 500 oder Wie brenne ich günstig mein Programm auf den Mikrochip?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Capacitive_Touch_Sensor_Design_Guide_AN2934.pdf
cover: 1 mm plastic with relative permittivity ϵ = 2 −12 r • The vacuum permittivity ϵ0is given as 8.85 × 10 F/m → The resulting capacitance is calculated as: −3 8.85 × 10−12 / × 2 × 8 × 10 × 2 = −3 = 0.89 1 × 10 Notice: Only the 8 mm diameter plate is used in the equation, as this is the area of overlap
in „Wie realisiert man Sensortasten?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
40001893B.pdf
8-bit AVR Microcontroller ATtiny1614 / ATtiny1616 / ATtiny1617 Introduction ® The ATtiny1614/1616/1617 is a member of the tinyAVR 1-series of microcontrollers, using the 8-bit AVR processor with hardware multiplier, running at up
in „ATtiny1614 CPU Takt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny1614_1616_1617.pdf
8-bit AVR Microcontroller ATtiny1614 / ATtiny1616 / ATtiny1617 Introduction ® The ATtiny1614/1616/1617 is a member of the tinyAVR 1-series of microcontrollers, using the 8-bit AVR processor with hardware multiplier, running at up
in „124Bus Beschreibung verfuegbar?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
311_Schaltungen.pdf
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Langzeit-Timer mit ATtiny2313. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 Luxeon-Logik: Helligkeitssteuerung für LED-Taschenlampen. . . . . . . . . . . . . . . . . .
in „[S] Sammlung von elektr. Schaltungen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
assembler_beginner.pdf
................................................................3 2.3 Experimentierschaltung mit ATtiny13....................................................................................................4 2.4 Experimentalschaltung mit AT90S2313/ATtiny2313............................................
in „Assembler Tutorial als PDF ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tn441def.inc
Y ;* ;* Number : AVR000 ;* File Name : tn441def.inc ;* Title : Register/Bit Definitions for the ATtiny441 ;* Created : 2017-10-02 18:57 ;* Version : 1.00 ;* Support e-mail : avr@atmel.com ;* Target MCU : ATtiny441 ;* ;* DESCRIPTION ;* When including this file in the assembly program file, all I/O register
in „UART Bootloader ATtiny13 - ATmega644“ · Projekte & Code ·
-
PDF
avr-libc-user-manual.pdf
atmega169 • atmega32 • atmega323 • atmega64 [untested] • atmega8515 [untested] • atmega8535 [untested] ATtiny Type Devices: • attiny11 [1] • attiny12 [1] • attiny15 [1] • attiny22 • attiny26 • attiny28 [1] Misc Devices: • at94K [2] • at76c711 [3] • at43usb320 • at43usb355 • at86rf401 Generated on Wed Nov 26
in „C Tutorial gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Inhalt2017.pdf
01 102 Elektrische Fliegenklatsche . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 82 ATtiny in Assembler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 01 40 AVR Playground . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 03 50 Heizkesselmonitor mit
in „Elektor-Hefte Jahrgang 1985/86/87“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DCF77_decoder_04Mai2026.asm
Wochentag, ; Sommer-/Winterzeit-Kuerzel, Quarz-Gangreserve ; Ausgabe auf LCD und RS232 ; MCU: ATMEL AVR ATtiny4313 ; DCF77 input code low active = PD6 ; DCF77 output code ASCII 0/1 = PD1,RS232,9k6,8N1 ; Quarzfrequenz 4,096 MHz (3,686 MHz) ; ; ; ; LCD 2x16, Vierbitmodus ; PortB LCD Ausgabe: R/W=GND ; PB7 PB6 PB5 PB4 PB3 PB2 PB1 PB0 ; D7 D6 D5 D4 n/c LED ena rs ; ; ATtiny4313 memory use summary [bytes]: ; Segment Begin End Code Data Used Size Use% ;[.cseg] 0x000000 0x000810 2022 36 2058 4096 50.2% ;[.dseg] 0x000060 0x00007b 0 27 27 256 10.5% ;[.eseg] 0x000000 0x000000
-
Datei
DCF77_Decoder_020418.asm
Wochentag, ; Sommer-/Winterzeit-Kuerzel, Quarz-Gangreserve ; Ausgabe auf LCD und RS232 ; MCU: ATMEL AVR ATtiny4313 ; DCF77 input code low active = PD6 ; DCF77 output code ASCII 0/1 = PD1,RS232,9k6,8N1 ; Quarzfrequenz 4,096 MHz (3,686 MHz) ; CPU Takt 4,096 MHz (3,686 MHz) ; ; ; LCD 2x16, Vierbitmodus ; PortB
-
PDF
GCC_Tut_Test.pdf
Erlauterungen auf alle ATmega-Controller und die gro▯eren AT90-Typen bertragbar sein. F r die Typen ATtiny2313, ATtiny26 und viele weitere der ATtiny-Reihe"gelten die Ausfuhrun en ebenfalls. 1.20. SPEICHERZUGRIFFE 65 1.20.1 RAM Die Verwaltung des RAM-Speichers erfolgt durch den Compiler, im Regelfall ist
-
PDF
man_gcc.pdf
program memory and with the "MOVW" instruction. mcu@tie{}= "ata5272", "ata6616c", "attiny13", "attiny13a", "attiny2313", "attiny2313a", "attiny24", "attiny24a", "attiny25", "attiny261", "attiny261a", "attiny43u", "attiny4313", "attiny44", "attiny44a", "attiny441", "attiny45", "attiny461", "attiny461a", "attiny48", "attiny828", "attiny84", "attiny84a", "attiny841", "attiny85", "attiny861", "attiny861a", "attiny87", "attiny88", "at86rf401". "avr3" "Classic" devices with 16@tie{}KiB up to 64@tie
in „avr-g++: external linkage von const/PROGMEM Symbol.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
boards.txt
gemma.bootloader.lock_bits= gemma.bootloader.unlock_bits= gemma.bootloader.file=gemma/gemma_v1.hex gemma.build.mcu=attiny85 gemma.build.f_cpu=8000000L gemma.build.core=arduino gemma.build.variant=gemma gemma.build.board=AVR_GEMMA gemma.upload.tool=avrdude gemma.upload.maximum_size=5310
in „Arudino treiber geschrottet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude54arduino_mit_vvvv.txt
unknown) avrdude: Recv: . [1f] Device code: 0x1f = (unknown) avrdude: Recv: [20] Device code: 0x20 = ATtiny84 avrdude: Recv: ! [21] Device code: 0x21 = (unknown) avrdude: Recv: " [22] Device code: 0x22 = (unknown) avrdude: Recv: # [23] Device code: 0x23 = (unknown) avrdude: Recv: $ [24] Device code: 0x24
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dragon-fuse.txt
. [03] . [00] . [07] avrdude: Skipping parameter write; parameter value already set. AVR Part : ATtiny4313 Chip Erase delay : 9000 us PAGEL : PD4 BS2 : PD6 RESET disposition : possible i/o RETRY pulse : SCK serial program mode : yes parallel program mode : yes Timeout : 200 StabDelay : 100 CmdexeDelay
in „avrdude fuses aus debugwire schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dw_programming_dragon.txt
Got message seqno 2 (command_sequence == 2) avrdude: Recv: . [80] Raw message: 0x80 OK AVR Part : attiny48 Chip Erase delay : 9000 us PAGEL : PD7 BS2 : PC2 RESET disposition : dedicated RETRY pulse : SCK serial program mode : yes parallel program mode : yes Timeout : 200 StabDelay : 100 CmdexeDelay :
in „avrdude fuses aus debugwire schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
boards.txt
gemma.bootloader.extended_fuses=0xFE gemma.bootloader.tool=avrdude gemma.bootloader.file=gemma/gemma_v1.hex gemma.build.mcu=attiny85 gemma.build.f_cpu=8000000L gemma.build.core=arduino gemma.build.variant=gemma gemma.build.board=AVR_GEMMA gemma.upload.tool=avrdude gemma.upload.maximum_size=5310
in „Arduino 1.8.1 & ATmega168PA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR_tutorial.pdf
Include-Dateien heißen AT90s2313: 2313def.inc ATmega8: m8def.inc 16 ATmega16: m16def.inc ATmega32: m32def.inc ATTiny12: tn12def.inc ATTiny2313: tn2313def.inc Um sicher zu gehen, dass man die richtige Include-Datei hat, kann man diese mit einem Texteditor (AVR-Studio oder Notepad) öffnen. Der Name des Prozessors wurde
in „AVR-Tutorial als PDF bzw *.doc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MSF60_V26.asm
STK500) ;CPU Takt 4,096 MHz (3,686 MHz STK500) ;*Prog 22032026* ;© frei nach @scott-falk huehn ;ATtiny4313 memory use summary [bytes]: ;Segment Begin End Code Data Used Size Use% ;[.cseg] 0x000000 0x000750 1840 32 1872 4096 45.7 ;[.dseg] 0x000060 0x000079 0 25 25 256 9.8 ;[.eseg] 0x000000 0x000000 0
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0.42inch_oled_ssd1306_72x40_demo.ino
_128X64_NONAME_SW_I2C u8x8(/* clock=*/ 2, /* data=*/ 0, /* reset=*/ U8X8_PIN_NONE); // Digispark ATTiny85 //U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // OLEDs without Reset of the Display //U8X8_SSD1306_128X64_VCOMH0_4W_HW_SPI u8x8(/* cs=*/ 10
in „Mini Display ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gcc9.2_binutils2.34_Konsolenausgabe.txt
/avr25/attiny44a avr/lib/avr25/attiny441 avr/lib/avr25/attiny45 avr/lib/avr25/attiny461 avr/lib/avr25/attiny461a avr/lib/avr25/attiny48 avr/lib/avr25/attiny828 avr/lib/avr25/attiny84 avr/lib/avr25/attiny84a avr/lib/avr25/attiny841 avr/lib/avr25/attiny85 avr/lib/avr25/attiny861 avr/lib/avr25/attiny861a avr/lib/avr25/attiny87 avr/lib/avr25/attiny88 avr/lib/avr25/tiny-stack/ avr/lib/avr25/tiny-stack/attiny13 avr/lib/avr25/tiny-stack
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gcc10.0.1_binutils2.34_Konsolenausgabe_b.txt
/avr25/attiny44a avr/lib/avr25/attiny441 avr/lib/avr25/attiny45 avr/lib/avr25/attiny461 avr/lib/avr25/attiny461a avr/lib/avr25/attiny48 avr/lib/avr25/attiny828 avr/lib/avr25/attiny84 avr/lib/avr25/attiny84a avr/lib/avr25/attiny841 avr/lib/avr25/attiny85 avr/lib/avr25/attiny861 avr/lib/avr25/attiny861a avr/lib/avr25/attiny87 avr/lib/avr25/attiny88 avr/lib/avr25/tiny-stack/ avr/lib/avr25/tiny-stack/attiny13 avr/lib/avr25/tiny-stack
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-Tutorial.pdf
Include-Dateien heißen AT90s2313: 2313def.inc ATmega8: m8def.inc ATmega16: m16def.inc ATmega32: m32def.inc ATTiny12: tn12def.inc ATTiny2313: tn2313def.inc Um sicher zu gehen, dass man die richtige Include-Datei hat, kann man diese mit einem Texteditor (AVR-Studio oder Notepad) öffnen. Der Name des Prozessors wurde
in „AVR-Tutorial als PDF“ · Offtopic ·
-
PDF
AVR-ASM-Tutorial_16_05_08_v3.pdf
Include-Dateien heißen AT90s2313: 2313def.inc ATmega8: m8def.inc ATmega16: m16def.inc ATmega32: m32def.inc ATTiny12: tn12def.inc ATTiny2313: tn2313def.inc Um sicher zu gehen, dass man die richtige Include-Datei hat, kann man diese mit einem Texteditor (AVR-Studio oder Notepad) öffnen. Der Name des Prozessors wurde
in „AVR-ASM-Tutorial: PDF 16.5.08“ · www.mikrocontroller.net ·
-
Datei
gcc10_binutils2.33.1_flex_Konsolenausgabe.txt
/avr25/attiny44a avr/lib/avr25/attiny441 avr/lib/avr25/attiny45 avr/lib/avr25/attiny461 avr/lib/avr25/attiny461a avr/lib/avr25/attiny48 avr/lib/avr25/attiny828 avr/lib/avr25/attiny84 avr/lib/avr25/attiny84a avr/lib/avr25/attiny841 avr/lib/avr25/attiny85 avr/lib/avr25/attiny861 avr/lib/avr25/attiny861a avr/lib/avr25/attiny87 avr/lib/avr25/attiny88 avr/lib/avr25/tiny-stack/ avr/lib/avr25/tiny-stack/attiny13 avr/lib/avr25/tiny-stack
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Teileliste-04-18-2233.html
class="ce7"><p>PDIP-8</p></td><td style="text-align:left;width:3.731cm; " class="ce7"><p>ATTINY 12L DIP</p></td><td style="text-align:left;width:2.776cm; " class="ce7"> </td><td style="text-align:left;width:3.157cm; " class="ce7"> </td><td style="text-align:right; width:1.879cm; " class="ce7"
in „Bauelemente abzugeben“ · Markt ·
-
Datei
main.c
benutzt werden unter Nennung des Autors.* // * // Zur Hardware: * // * // In einem kleinen Gehäuse (L:85mm B:40mm und * // T:24 mm) befindet sich ein Attiny 84A Mikro- * // controller samt Peripherieschaltungen, ein * // Superhet RXB8 und ein Funksender DEBO TX 433.* // Zu den SW-Teilen gruppieren sich
in „Automatisches LED-Licht mit Funkmodulen“ · Projekte & Code ·
-
Datei
irmp.c
fli4l.de * * $Id: irmp.c,v 1.172 2015/05/27 09:33:14 fm Exp $ * * Supported AVR mikrocontrollers: * * ATtiny87, ATtiny167 * ATtiny45, ATtiny85 * ATtiny44, ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284, ATmega1284P * ATmega88, ATmega88P, ATmega168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
All.txt
MINI-USB-SCHIELD-32005-201 32005-201 MINI USB-B Conector 1 X1 MINI_USB MINI_USB MINI_USB 1 X1 MINI-USB_4P-85-32004-10X MINI-USB_4P-85-32004-10X 85-32004-10X MINI USB 4 Pol. 1 X1 MINI-USB-32005-301 MINI-USB-32005-301 32005-301 MINI USB-B Conector 1 X1 MINI_DIN_6 M_DIN6 1 X1 MICROMATCH-4 MICROMATCH-4 MICROMATCH
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
Datei
augabe.txt
und Einstellungen\\Daniel\\Eigene Dateien\\Arduino\\libraries\\U8glib\\src\\clib\\u8g_com_arduino_attiny85_hw_spi.c" -o nul "C:\\Programme\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto
in „Marlin auf anet e12“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
Copyright (c) 2009-2018 Frank Meyer - frank(at)fli4l.de * * Supported AVR mikrocontrollers: * * ATtiny87, ATtiny167 * ATtiny45, ATtiny85 * ATtiny44, ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284, ATmega1284P * ATmega88, ATmega88P, ATmega168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
Copyright (c) 2009-2018 Frank Meyer - frank(at)fli4l.de * * Supported AVR mikrocontrollers: * * ATtiny87, ATtiny167 * ATtiny45, ATtiny85 * ATtiny44, ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284, ATmega1284P * ATmega88, ATmega88P, ATmega168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
irmp.c,v 1.110 2011/09/22 10:19:44 fm Exp $ * * ATMEGA88 @ 8 MHz * * Supported mikrocontrollers: * * ATtiny45, ATtiny85 * ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284 * ATmega88, ATmega88P, ATmega168, ATmega168P, ATmega328P * * Typical manufacturers
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
irmp.c,v 1.116 2012/02/24 11:40:41 fm Exp $ * * ATMEGA88 @ 8 MHz * * Supported mikrocontrollers: * * ATtiny45, ATtiny85 * ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284 * ATmega88, ATmega88P, ATmega168, ATmega168P, ATmega328P * * Typical manufacturers
in „ATmega resettet dauernd“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronikladen07.pdf
. . 84 inDART-One (*) . . . . . . . . . . . . . . . 42 NoICE for ARM7 . . . . . . . . . . . . . . 85 COSMIC C . . . . . . . . . . . . . . . . . . . 43 KEIL Tools für ARM . . . . . . . . . . . 86 MCB2K Evaluation Boards (*) . . 87 CCSC . . . . . . . . . . . . . . . . . . . . . . . 44 KEIL ULINK2 (*)
in „MC68000 von Motorolla“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Assembler_Manual.pdf
destination (do nothing) Words: 1 (2 bytes) Cycles: 1 Instruction Set Manual 101 0856J-AVR-07/2014 85. NOP – No Operation 85.1 Description This instruction performs a single cycle No Operation. Operation: (i) No Syntax: Operands: Program Counter: (i) NOP None PC PC + 1 16-bit Opcode: 0000 0000 0000 0000 85.2 Status Register (SREG) and Boolean Formula I T H S V N Z C – – – – – – – – Example: clr r16 ; Clear r16 ser r17 ; Set r17 out $18,r16 ; Write zeros to Port B nop ; Wait (do nothing) out $18,r17 ; Write
in „Zero Flag und Conditional Branches“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iotn814.h
iotn814.h" #else # error "Attempt to include more than one <avr/ioXXX.h> file." #endif #ifndef _AVR_ATTINY814_H_INCLUDED #define _AVR_ATTINY814_H_INCLUDED /* Ungrouped common registers */ #define CCP _SFR_MEM8(0x0034) /* Configuration Change Protection */ #define SPH _SFR_MEM8(0x003E) /* Stack Pointer High
in „Attiny417/814/816/817 und avr-gcc, avr-libc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iotn3217.h
iotn3217.h" #else # error "Attempt to include more than one <avr/ioXXX.h> file." #endif #ifndef _AVR_ATTINY3217_H_INCLUDED #define _AVR_ATTINY3217_H_INCLUDED /* Ungrouped common registers */ #define CCP _SFR_MEM8(0x0034) /* Configuration Change Protection */ #define SPH _SFR_MEM8(0x003E) /* Stack Pointer
in „Neue 8-Bit Tinys vorgestellt: 417/814/816/817“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-ASM_Tutorial.pdf
>100.000 unbegrenzt Lesezyklen unbegrenzt unbegrenzt unbegrenzt flüchtig nein nein ja Größe beim ATtiny2313 2 KB 128 Byte 128 Byte Größe beim ATmega8 8 KB 512 Byte 1 KB Größe beim ATmega32 32 KB 1 KB 2 KB Flash-ROM Das Flash-ROM derAVRs dient als Programmspeicher. Über den Programmieradapter werden die
in „AVR-Tutorial als PDF“ · Offtopic ·