-
Datei
AS351select.bas
erfolgt mit GND an Pin PB4 (Pin 3) => rote LED ' 1Wire-Eingang ist Pin PB3 (Pin 2) ' $regfile = "attiny13.dat" $crystal = 1200000 '9,6Mhz /8 $hwstack = 10 $swstack = 10 '$framesize = 20 $framesize = 18 'um speicher frei zu machen Declare Sub Sende_lang 'sende langes zeichen Declare Sub Sende_kurz 'sende
in „Attiny13 Fehler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Strom_25A.bas
* * '* Strom Sensor * '* max. 25A / 16V * '* * '************************************ $regfile = "attiny85.dat" $crystal = 8000000 Config Pinb.2 = Input 'SCL Config Pinb.0 = Input 'SDA Config Portb.1 = Output 'Spannungsregler Enable Portb.1 = 1 Waitms 10 If Pinb.0 = 0 Then 'prüfen ob andere Spannungsregler
in „Probleme mit I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR8_Burn_O_Mat_Config.xml
0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8" /> </AVR> <AVR name="t2313" caption="ATtiny2313"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name=
-
Datei
AVR8_Burn_O_Mat_Config.xml
0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8" /> </AVR> <AVR name="t2313" caption="ATtiny2313"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name=
-
Datei
config.xml
"0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8"/> </AVR> <AVR name="t2313" caption="ATtiny2313"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name=
in „Fuseeditor, grafische Benutzeroberfläche für AVRdude“ · Projekte & Code ·
-
Datei
AVR8_Burn_O_Mat_Config.xml
0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8" /> </AVR> <AVR name="t2313" caption="ATtiny2313"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name=
-
Datei
Temperatur2.bas
* Temperatur Sensor * '* -60 bis +300°C * '* * '************************************ $regfile = "attiny85.dat" $crystal = 8000000 Dim I2c_mode As Byte At &H60 Overlay Dim Data_adress As Byte At &H61 Overlay Dim Data_offset As Byte At &H62 Overlay Dim Dataregister(18) As Byte At &HA0 Overlay Dim B As
in „Probleme mit Register in Bascom“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Drehzahl.bas
im Hauptprogramm nicht verwendet werden, da diese zur i2c komunikation benötig werden $regfile = "attiny85.dat" $crystal = 8000000 $hwstack = 50 $swstack = 50 $framesize = 100 Dim Dataregister(18) As Byte At &HA0 Overlay Dim Takt As Word At &H68 Overlay Dim Pulse As Word At &H66 Overlay Dim Timer_ovf
in „Drehzahlmesser für Modellmotor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SSD1306_minimal.h
128x64px display it is too big for smaller devices. So this a SSD1306 library that works great with ATTiny85 devices :) It is a free software; you can redistribute it and/or modify it under the terms of BSD license, check license.txt for more information. All text above must be included in any redistribution
in „Attiny85 dht22 oled ssd1306 i2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Self_ADC.asm
************************************** ;* * ;* Dieses Programm sollte dafür sorgen mit einem AVR ATTiny13 * ;* einen TDA8420 oder TDA8421 anzusteuern * ;* Über die ADC-Ports werden die Spannungen der Potis ausgewertet* ;* und intern decodiert und über den I²C-BUS zum Sound-IC * ;* geleitet. Auch die
in „Mein altes Programm will nicht mehr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
TSOP1738 on the ICP input pin. // Mark and space periods are measured in units of 12Mhz/1024, which is // 85.33 us. Up to 35 periods are stored in a buffer, where they can // be read via a USB request. The buffer layout and USB requests are // compatible with the "IgorPlug-USB" device, which is supported by
in „IR-Empfänger/ -Decoder“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iotn841.h
DAMAGE. ****************************************************************************/ #ifndef _AVR_ATTINY841_H_INCLUDED #define _AVR_ATTINY841_H_INCLUDED #ifndef _AVR_IO_H_ # error "Include <avr/io.h> instead of this file." #endif #ifndef _AVR_IOXXX_H_ # define _AVR_IOXXX_H_ "iotn841.h" #else # error "
in „Neue ATtinies 441 und 841“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
unterbrochen,wird der aktuelle * // * Zählerstand nullspannungssicher abgelegt. * // * * // * Hier wird ein Attiny 85 vorgesehen. * // * Der 8-Bit-Timer(T0) und der 8-Bit-Zähler * // * (T1) werden im Fast-PWM-Modus betrieben. * // * Ausgänge: PWM_0 (5) für T0, PWM_1 (6) * // * für T1. * // * * // * * // * by fjm
in „Zwei PWM steuern LED-Steifen mit Attiny 85,Schaltbild neu“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adude-log.txt
Send: 0 [30] [20] avrdude: Send: 0 [30] [20] avrdude: Recv: . [14] avrdude: Recv: . [10] AVR Part : ATtiny2313 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 „Pollin Geigerzähler Bericht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_Klingel_mit_Schaltsignal_fuer_Verstaerker_auf_PB3.c
dem Waveform Generator von David Johnson-Davies // http://www.technoblogy.com/show?QVN // // für ATtiny85, High-Speed-PWM // // Compiler: avr-gcc (GCC) 9.2.0 /* * Pinout * ------ * * Funktion PIN PIN Funktion * +--v--+ * /RESET PB5 |1 8| VCC * Verstaeker ein PB3 |2 7| PB2 SCK/PCINT2 /Taster + interner
in „Klingel mit 100 Melodien - last minute Weihnachtsgeschenk“ · Projekte & Code ·
-
Datei
main.c
/* Projekt: FRANZIS-Übungsprojekt, Voltmeter, 9.12, Seite 127, ohne USB/Spg.Anzeige uC: ATMEL ATtiny85 (8-pin) Autor: fb Erstellt: 18.12.15 Letzte Änderung: 11.01.16 _______________________________________________________________________________ */ /* Beschreibung: Analog-Eingang1/ADC3/PB3, wird Spannung
in „Präprozess Makro >>> Fehler: undeclared“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Tiny_Lighthouse.c
the 20ms period with PWM for generating the trigger pulse F_CPU = 1600000 Hz as the Tiny runs in ATTIny15 compatibility mode */ #include <avr/io.h> #include <avr/eeprom.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <util/delay.h> typedef struct LighthouseFlags { uint8_t Direction:
in „LED Fader mit NE555 fadet nicht“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Bestandsliste.pdf
2K-Flash 5V 4Stk 0,82 € 3,29 € 274 ATTINY24-20PU Atmel ISP-MC Controller 2K-Flash DIP8 8Stk 1,39 € 11,08 € 275 ATTINY85-20PU Atmel ISP-MC Controller 8K-Flash DIP8 5Stk 0,72 € 3,59 € 276 HCF4511BE BCD / 7-Segment Latch Decoder Treiber 3Stk
in „Auflösung Elektronik Shop“ · Markt ·
-
Datei
kueche_2.lst
movbit LCD_DATA6_PORT, LCD_DATA6_BIT, r24, 6 + 00001b 98c5 +cbi LCD_DATA5_PORT , LCD_DATA5_BIT 00001c fd85 +sbrc r24 , 5 00001d 9ac5 +sbi LCD_DATA5_PORT , LCD_DATA5_BIT movbit LCD_DATA5_PORT, LCD_DATA5_BIT, r24, 5 + 00001e 98c4 +cbi LCD_DATA4_PORT , LCD_DATA4_BIT 00001f fd84 +sbrc r24 , 4 000020 9ac4 +sbi
-
Datei
AVR8_Burn_O_Mat_Config.xml
0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8" /> </AVR> <AVR name="t2313" caption="ATtiny2313"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name=
in „Pollinboard Ponyprog. Probleme mit 644P“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AvrBoard.pdf
Externe Bauteile für verschiedene Experimente: 1 Quarz 32768Hz Fürs RTC-Experiment mit Timer2 1 ATtiny12 Oder beliebiger anderer AVR, möglichst mit aktivierten internem RC- Oszillator. Dieser AVR wird als Slave für SPI-Experimente verwendet. 1 24C128 I2C-EEPROM der 24er-Serie, z.B. 24LC256, 24C128,
-
Datei
Strom_25A.bas
* * '* Strom Sensor * '* max. 25A / 16V * '* * '************************************ $regfile = "attiny85.dat" $crystal = 8000000 $hwstack = 32 $swstack = 10 $framesize = 24 Config Pinb.2 = Input 'SCL Config Pinb.0 = Input 'SDA Config Portb.1 = Output 'Spannungsregler Enable Portb.1 = 1 Waitms 10 If
in „Fehler in Bascom?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AvrBoard.pdf
Externe Bauteile für verschiedene Experimente: 1 Quarz 32768Hz Fürs RTC-Experiment mit Timer2 1 ATtiny12 Oder beliebiger anderer AVR, möglichst mit aktivierten internem RC- Oszillator. Dieser AVR wird als Slave für SPI-Experimente verwendet. 1 24C128 I2C-EEPROM der 24er-Serie, z.B. 24LC256, 24C128,
in „LED flackern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
KTY_tiny.c
/* Programm zum Auslesen eines KTY81 oder PT1000 mit ATtiny25/45/85 und Ausgabe der Messwerte mit 9600 Bd im Format 8N1. Der TxD-Ausgangspegel (PB1) passt zu RS232 Empfängern. Jede Sekunde wird per WDT eine ISR aufgerufen, die den Spannungsteiler und den ADC
in „KTY81/PT1000 an Attiny mit ser. Ausgabe“ · Projekte & Code ·
-
Datei
VU-Meter.c
/* * VU Meter für ATTiny 25 (45/85) für 10 oder 12 LEDs (z.B. 9 grün, 2 gelb, 1 rot) * 15.3.17 * Anregung von https://www.mikrocontroller.net/topic/419372 - dort ist die HW mit einem Tiny13 beschrieben * * Taktfrequenz 8MHz
in „ATTiny25: unklare Interaktion PROGMEM <-> ADC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AvrBoard__1_.pdf
Externe Bauteile für verschiedene Experimente: 1 Quarz 32768Hz Fürs RTC-Experiment mit Timer2 1 ATtiny12 Oder beliebiger anderer AVR, möglichst mit aktivierten internem RC- Oszillator. Dieser AVR wird als Slave für SPI-Experimente verwendet. 1 24C128 I2C-EEPROM der 24er-Serie, z.B. 24LC256, 24C128,
in „portpin PD.3 liefert kein signal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avr450.pdf
closer to the maximum capacity of the battery. Improved ler and the highly integrated low-cost 8-pin ATtiny15 resolution also eliminates the need for external Op-amps to microcontroller, however, it can be implemented using any "window" the voltage. The result is reduced board space AVR microcontroller with
-
Datei
oled_2313demo.c
Minimalprogramm fuer Textausgabe auf einem OLED-Display mit SSD1306 oder SSD1315 Display, explizit fuer einen ATtiny2313 Mikrocontroller MCU : ATtiny2313 Takt : 8 MHz Fuses : Low: 0xe4 | High: 0xdf | Ext: 0xff IDE : keine 25.02.2026 R. seelig ------------------------------------------------------ */ /* ATTINY2313
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
VU-Meter.c
/* * VU Meter für ATTiny25 (45/85) für 12 LEDs (z.B. 9 grün, 2 gelb, 1 rot) * 15.3.17, HildeK * Anregung von https://www.mikrocontroller.net/topic/419372 - dort ist die HW mit einem Tiny13 beschrieben * * Taktfrequenz 8MHz
in „VU-Meter mit Attiny13a statt LM3916“ · Projekte & Code ·
-
Datei
TPS_UP.h
/*************************************************************************************** Titel: ATtiny TPS Unterprogramme Author: Christian Hottum File: TPS_UP.h Version: 0.1 Datum: 09.01.2015 Software: AVR-GCC 4.3.3 Target: ATtiny461A DESCRIPTION Variablen und Unterprogramme der TPS ***************
in „AVR TTiny 461 Pullup nicht aktiv?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* * 3LED-Cube on ATtiny85 with 2 74HC595 * * Created on: 18.05.2014 * Author: koepi */ #include <stdint.h> #include <avr/io.h> #include <avr/power.h> #include "main.h" typedef enum { false, true } bool; #define latch 0b00000100
in „LED-Cube 3x3x3 - mal ohne Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR8_Burn_O_Mat_Config.xml
0"/> </BrownOutDetection> <OscillatorOptions Type="ATmega8" /> </AVR> <AVR name="t2313" caption="ATtiny2313"> <Fuse name="UNUSED_E7" bit="7" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name="UNUSED_E6" bit="6" fuseByte="efuse" default="1" desc="unused" mode="expert"/> <Fuse name=
in „Fehler beim Brennen von ATMEGA48 mit AVRDUDE“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc8002.pdf
8MHz is offered in version 4.0. For later 4.x versions, two frequencies are offered: 4 and 8MHz for ATtiny2313, and 4.8 and 9.6MHz for the ATtiny13. The OSCCAL register is changed so that only 7 bits are used to tune the frequency for the selected oscillator. The MSB is not used. Auto loading of the default
in „Genauigkeit interner Oszillator Mega8 ...“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Neu_Text_file.txt
1998-2003 HP InfoTech s.r.l. ;http://www.hpinfotech.ro ;e-mail:office@hpinfotech.ro ;Chip type : ATtiny26L ;Clock frequency : 1,000000 MHz ;Memory model : Tiny ;Optimize for : Size ;(s)printf features : int, width ;External SRAM size : 0 ;Data Stack size : 32 ;Promote char to int : No ;char is unsigned
in „CodeVision Einsteiger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HSVtoRGB_Controller.asm
*********************************************************************** ;* ;* ;* Controller-Typ: ATtiny2313 ;* Taktfrequenz: 16 MHz ;* ;* ;* Autor: Steffen Hörhold ;* Date: 10.11.2012 ;* Version: 0.4 ;* Chip ID: ;* ;*************************************************************************** ; ; ####
in „[ASM] DMX512 oder SPI zu RGB Led Controller use HSV Farbraum“ · Projekte & Code ·
-
Datei
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 „cannot read spec file 'device-specs/specs-atmega4808'“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rc-dekoder.asm
**************************************** ;********** Hardware: ********** ;********** Controller ATTINY 25 mit internem Oszillator ********** ;********** Spannungsversorgung ********** ;********** ********** ;********************************************************************************************
in „Unruhige Servosignalgenerierung Tiny25 Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.xml
"4.3V" BODLEVEL2="1" BODLEVEL1="0" BODLEVEL0="0"/> </BrownOutDetection> <OscillatorOptions Type="ATtiny2313"/> <OscillatorOptions> <Setting caption="External Clock!" CKSEL3="0" CKSEL2="0" CKSEL1="0" CKSEL0="0"/> <Setting caption="reserved1" CKSEL3="0" CKSEL2="0" CKSEL1="0" CKSEL0="1"/> <Setting caption
in „Fuseeditor, grafische Benutzeroberfläche für AVRdude“ · Projekte & Code ·
-
PDF
AVR-ASM-Tutorial_16_05_08_v1.pdf
..............................85 9.3.4.3 BRID - Branch if Global Interrupt is Disabled (Cleared)........................................85 9.3.4.4 BRIS - Branch if Global Interrupt is Enabled (Set)...................................
in „AVR-ASM-Tutorial: PDF 16.5.08“ · www.mikrocontroller.net ·
-
Datei
config.xml
"4.3V" BODLEVEL2="1" BODLEVEL1="0" BODLEVEL0="0"/> </BrownOutDetection> <OscillatorOptions Type="ATtiny2313"/> <OscillatorOptions> <Setting caption="External Clock!" CKSEL3="0" CKSEL2="0" CKSEL1="0" CKSEL0="0"/> <Setting caption="reserved1" CKSEL3="0" CKSEL2="0" CKSEL1="0" CKSEL0="1"/> <Setting caption
in „Fuseeditor, grafische Benutzeroberfläche für AVRdude“ · Projekte & Code ·
-
Datei
avr910.asm
for ;* different polling Codes. Skip 0xFF Byte polling. (was buggy for some Controllers) ;* Added ATTiny2313 (device Code 0x23), and ATMega8535 (0x6A)Support. ;* Not Supported from avrprog, avrdude Support possible. ;* Reorganised Table for Page Mode Chips with Pagesize. Adding different Pagesizes ;*
-
Datei
avr910.asm
for ;* different polling Codes. Skip 0xFF Byte polling. (was buggy for some Controllers) ;* Added ATTiny2313 (device Code 0x23), and ATMega8535 (0x6A)Support. ;* Not Supported from avrprog, avrdude Support possible. ;* Reorganised Table for Page Mode Chips with Pagesize. Adding different Pagesizes ;*
-
PDF
AVR-ASM-Tutorial_16_05_08_v2.pdf
.............................................................................85 9.1.4 Overflow (V)....................................................................................................................85 9.1.5 Signed (S)..............................................
in „AVR-ASM-Tutorial: PDF 16.5.08“ · www.mikrocontroller.net ·
-
PDF
TRXcharger.pdf
Zeitabschaltung implementiert. Im wesentlichen besteht die Schaltung aus dem kleinen Mikrocontroller ATTiny26 von Atmel, zwei Power-MOSFETs, einem 470 uF Elko und einer 100 uH Spule. Die Strom- regelung sowie das Ladeverfahren sind per Software realisiert. Im Schnelllade-Modus wird mit dem eingestellten
in „Tiny26 programmieren - Laie“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TRXcharger_Anleitung__0_0_2.pdf
Zeitabschaltung implementiert. Im wesentlichen besteht die Schaltung aus dem kleinen Mikrocontroller ATTiny26 von Atmel, zwei Power-MOSFETs, einem 470 uF Elko und einer 100 uH Spule. Die Strom- regelung sowie das Ladeverfahren sind per Software realisiert. Im Schnelllade-Modus wird mit dem eingestellten
in „2A 1s Li-ion Lader + Protection“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
RGB_LED_10bitPWM.asm
*********************************************************************** ;* ;* ;* Controller-Typ: ATtiny2313 ;* Taktfrequenz: 16 MHz ;* ;* ;* Autor: Steffen Hörhold ;* Date: 16.07.2005 ;* Version: 1.0 ;* Chip ID: ;* ;*************************************************************************************
in „Mega8 Assembler RGB Fader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DCF77_Decoder.c
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 LCD
-
Datei
fehler.txt
dependencies for file: C:\Users\Judith\Documents\Arduino\libraries\U8glib\src\clib\u8g_com_arduino_attiny85_hw_spi.c Using cached library dependencies for file: C:\Users\Judith\Documents\Arduino\libraries\U8glib\src\clib\u8g_com_arduino_common.c Using cached library dependencies for file: C:\Users\Judith
in „Marlin auf anet e12“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr910_2313_v38c.asm
Klaus) Matched new Devices to avrdude.conf v5.1 ;* V3.8a 30.12.05 (Klaus) Corrected Devic entry for ATTiny13 ;* V3.8 06.11.05 (Klaus) New Devicecodes (inoffiacal) for Mega48/88/168 and others, ;* Lockbyte write enhanced for newer Devices. Commands in ;* Note 17 implemented. Not comletely tested. ;* Code
in „Programmer incl. neuem Code für Atmel AN910“ · Projekte & Code ·
-
Datei
Tiny_50Hz.c
/* Today: a Sine Generator with the ATTiny 25/45/85 * using Timer 0 in PWM Mode * A sine table provides the PWM Values and a dead time is inserted for driving * larger loads via high and low side drivers * due to pin restrictions we cannot
in „Theorie Wechselrichter 12V DC -> 230V AC“ · Analoge Elektronik und Schaltungstechnik ·