-
PDF
eeprom_progger_schaltplan.pdf
(ADC5) PB5 (MOSI) 7 SOCKET-DIP40 5 33 PA6 (ADC6) PB6 (MISO) 8 6 PA7 (ADC7) PB7 (SCK) DB9 FEMALE 7 32 AREF RST 9 Z1 Z2 Z3 8 31 AGND VCC 10 9 30 AVCC GND 11 29 12 C 10 28 PC7 (TOSC2) XTAL2 13 U11 AT90S4433/2233 C 5V1 5V1 5V1 CON10 27 PC6 (TOSC1) XTAL1 14 1 28 26 PC5 PD0 (RXD) 15 2 RST PC5 (ADC5) 27 Base
in „Eeprom-Progger unter XP will keine 24Cxx bearbeiten“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
textdisplayadapter_2.pdf
Mikrocontrollerfamilien zur Verfügung: Controllerfamilie Verzeichnis im Archiv STM8 ./stxlcd/stm8_pwm ./stxlcd/stm8_uart AVR ./stxlcd/avr_pwm ./stxlcd/avr_uart Padauk PFS154 ./stxlcd/pfs154/stx_lcd_transmit STM32F0 ./stxlcd/stm32f0 Auch hier gilt: Die Software ist unter Linux entstanden und ein einfacher Aufrufe von -- make
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code ·
-
Datei
display_test.c
0x36, 0x36, 0x00, 0x00,// : 0x00, 0x56, 0x36, 0x00, 0x00,// ; 0x00, 0x08, 0x14, 0x22, 0x41,// < 0x14, 0x14, 0x14, 0x14, 0x14,// = 0x41, 0x22, 0x14, 0x08, 0x00,// > 0x02, 0x01, 0x51, 0x09, 0x06,// ? 0x32, 0x49, 0x79, 0x41, 0x3E,// @ 0x7E, 0x11, 0x11, 0x11, 0x7E,// A 0x7F, 0x49,
in „Hilfe bei Nokia 3310 Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dpa-qoi.h
[64]; unsigned char run; }; #define QOI_DECODER_INIT(INPUT) (struct qoi_decoder){ .input = (INPUT)+14, .current_color.color[3] = 0xFF, } static inline bool qoi_check_magic(qoi_byte*restrict a){ return a[0] == 'q' && a[1] == 'o' && a[2] == 'i' && a[3] == 'f'; } static inline uint32_t qoi_get_width (qoi_byte*restrict a){ return (uint32_t)a[4]<<24 | (uint32_t)a[5]<<16 | (uint32_t)a[ 6]<<8 | (uint32_t)a[ 7]; } static inline uint32_t qoi_get_height(qoi_byte*restrict a){ return (uint32_t)a[8]<<24 | (uint32_t)a[9]<<16 | (uint32_t)a[10]<
in „RGB Bitmap im MCU in C“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Transistortester097k.pdf
8-bit AVR with 4/8/16/32KBytes In-System Programmable Flash - ATme- ga48 - ATmega328,. Manual, 8271D-AVR-05/11, 2011 [4] Atmel Corporation Atmel AVR126: ADC of megaAVR in Single Ended Mode,. Application Note, 8444A-AVR-10/11, 2011 [5] Atmel Corporation Atmel AVR121: Enhancing ADC resolution by oversampling,. Application Note, 8003A-AVR-09/05, 2005 [6] http://en.wikibooks.org/wiki/LaTeX LaTeX documentation,. Guide
-
Datei
Neu_Textdokument.txt
#include <avr\io.h> #include <stdio.h> #include <stdlib.h> #include <avr\interrupt.h> #include <string.h> // Defines für Multiplexeransteuerung // Aufbau: PORTB=0b|00(externer Quarz)|A0|EN0|A1|A2|EN1|EN2; #define
in „ADC Konflikt bei 2 Aufrufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #define DATA 1 #define COMMAND 0 void LoadPaint(void); void LoadEEPROM(void); void ST7626_Init(void); void Display(void); void Write(unsigned
in „Mini-Farbdisplay (+mehr) für 1 Euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0001-Visual-Studio-2015-Files.patch
+1,298 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform
in „Simulavr unter Windows mit Visual Studio 2015 kompilieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR450_BattCharger.pdf
values in the table are calculated from the voltage divider at the NTC and datasheet for the NTC. 8 AVR450 1659B–AVR–11/02 AVR450 Table 2. NTC Steps According to Temperature ADC Reading Tempereature (°C) 0.5°C Steps NTC (W) Resistance 675 8.6 5 19341 650 11 4 17380 625 14 6 15664 600 16 5 14151 575 18.8
in „Pb-Akku Ladegerät mit µP Selbstgemacht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
small_printf.c
------------------------------------ */ #if defined (__AVR_ATmega8__) || defined (__AVR_ATtiny2313__) || defined (__AVR_ATmega8515__) #define UBRR0 UBRR #define UBRR0L UBRRL #define UBRR0H UBRRH #define UCSR0A UCSRA #define UCSR0B UCSRB #define UCSR0C UCSRC
in „#define Ich bekomme ein Makro nicht hin.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
Keep in mind that the RFM12 driver uses interrupts! */ #include <Ports.h> #include <RF12.h> #include <avr/interrupt.h> #include <avr/sleep.h> #include <avr/power.h> #include <avr/wdt.h> #include <avr/eeprom.h> #include <util/delay.h> #include <WProgram.h> //#define KEY_ID 0x02 // increment this for every
in „sporadisch auftretender Reset-Loop auf Atmega328“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log.txt
icnova_base1 (claude@Extensa) (gcc version 4.0.4-atmel.0.99.0) #17 Sat Mar 22 19:53:52 CET 2008 CPU: AT32AP700x chip revision C CPU: AP7 [01] core revision 0 (AVR32B arch revision 1) CPU: MMU configuration: Shared TLB CPU: features: dsp simd ocd perfctr java CPU: Running at 140.000 MHz Physical memory: 10000000
in „Grasshopper Inbetriebnahme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
flashlog.txt
myuisp --erase Atmel AVR ATmega8 is found. Erasing device ... Reinitializing device Atmel AVR ATmega8 is found. myuisp --upload if=test3.hex -v=3 --hash=32 --verify Reset inactive time (t_reset) 1000 us AVR Direct Parallel
in „ATMega8 nur bei geringer Taktfrequenz flashbar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude5.6_avr910.txt
not exist or is not a regular file, skipping Using Port : /dev/cu.SLAB_USBtoUART Using Programmer : avr910 avr910_devcode (avrdude.conf) : 0x76 Overriding Baud Rate : 19200 AVR Part : ATMEGA8 Chip Erase delay : 10000 us PAGEL : PD7 BS2 : PC2 RESET disposition : dedicated RETRY pulse : SCK serial program
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test.lst
test.out: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 00000076 00000000 00000000 00000054 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .debug_aranges 00000020 00000000 00000000 000000ca 2**0 CONTENTS
in „EEPROM Schreibfrequenz auf eine Adresse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
testHardware.lst
*/ 23 /* epilogue start */ 24 .LM2: 25 0000 0895 ret 26 .LFE6: 28 .global main 30 main: 31 .LFB7: 32 .LM3: 33 /* prologue: function */ 34 /* frame size = 0 */ 35 .LBB14: 36 .LBB15: 37 .LBB16: 38 .LBB17: 39 .LM4: 40 0002 28EA ldi r18,lo8(25000) 41 0004 31E6 ldi r19,hi8(25000) 42 .L4: 43 .LBE17: 44 .LBE16: 45 .LBE15: 46 .LBE14: 47 .LM5: 48 0006 4098 cbi 40-32,0 49 .LBB21: 50 .LBB20: 51 .LBB19: 52 .LBB18: 53 .LM6: 54 0008 C901 movw r24,r18 55 .LVL0: 56 /* #APP */ 57 ; 105 "c:/winavr-20100110/lib/gcc/../../avr/include/util/delay_basic.h
in „Auswahl der Hardware durch Präprozessor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
deinterleave2__2_.lst
main.out: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 0000010e 00000000 00000000 00000054 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .debug_aranges 00000020 00000000 00000000 00000162 2**0 CONTENTS
in „AVR/ATmega uint32_t Deinterleaving optimieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude511.txt
----- ---- ------ ----- ----- --------- signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00 Programmer Type : avr910 Description : Atmel Low Cost Serial Programmer avrdude: Send: S [53] avrdude: Recv: A [41] V [56] R [52] [20] I [49] S [53] P [50] avrdude: Send: V [56] avrdude: Recv: 2 [32] 5 [35] avrdude: Send: v [76] avrdude: Recv: 2 [32] 0 [30] avrdude: Send: p [70] avrdude: Recv: S [53] Found programmer: Id = "AVR ISP"; type = S Software Version = 2.5; Hardware Version = 2.0 avrdude: Send: a [61] avrdude: Recv: Y [59] Programmer supports
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dude511_mit_arduino_conf.txt
----- ---- ------ ----- ----- --------- signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00 Programmer Type : avr910 Description : Atmel Low Cost Serial Programmer avrdude: Send: S [53] avrdude: Recv: A [41] V [56] R [52] [20] I [49] S [53] P [50] avrdude: Send: V [56] avrdude: Recv: 2 [32] 5 [35] avrdude: Send: v [76] avrdude: Recv: 2 [32] 0 [30] avrdude: Send: p [70] avrdude: Recv: S [53] Found programmer: Id = "AVR ISP"; type = S Software Version = 2.5; Hardware Version = 2.0 avrdude: Send: a [61] avrdude: Recv: Y [59] Programmer supports
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rs232.asm
reset vector added ;* : rev. 1.1 (27.08.1997) ;* Last updated : 24-04-2002 ;* Target : AT90Sxxxx (All AVR Device) ;* ;* Support email : avr@atmel.com ;* ;* Code Size : 32 Words ;* Low Register Usage : 0 ;* High Register Usage : 4 ;* Interrupt Usage : None ;* ;* DESCRIPTION ;* This Application note contains
in „Problem mit Soft UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DMXReceiver.c
license http://creativecommons.org/licenses/by-nc/3.0/de/ * @target AtTiny2313 * @cpu 16MHz */ #include <avr/interrupt.h> #include <stdio.h> #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <avr/wdt.h> #include <util/delay.h> // number of receiving channels #define DMX_CHANNELS
in „DMX Receiver - 4Channel PWM (2*8bit lin, 2*16bit exp) - AtTiny2313“ · Projekte & Code ·
-
Datei
wave.h
,0x2C,0x2E,0x30,0x32,0x33, 0x34,0x35,0x34,0x33,0x31,0x2D,0x28,0x22,0x1B,0x14,0x0D,0x07,0x02,0x01,0x07,0x0F, 0x1A,0x25,0x32,0x3F,0x4C,0x59,0x66,0x71,0x7B,0x83,0x89,0x8C,0x8B,0x88,0x82,0x7A, 0x72,0x68,0x5E,0x55,0x4C,0x44,0x3F
in „Glühwürmchen in Rotkohlglas gefangen“ · Projekte & Code ·
-
Datei
diff-20100823.txt
freq_meter-20100823/cpu_mhz.h 2010-08-23 22:07:54.000000000 +0200 @@ -1,6 +1,6 @@ -// autogenerated by ./avr_isp.pl, Sun Aug 22 17:03:09 2010 +// autogenerated by ./avr_isp.pl, Mon Aug 23 22:07:54 2010 #ifndef CPU_MHZ -# define CPU_MHZ 12 -# define CPU_MHZ_10 120 -# define F_CPU 12000000L +# define CPU_MHZ
in „Reziproker Frequenzzähler+ Optimierte 64bit uint Routinen“ · Projekte & Code ·
-
Datei
scope.c
version. +------------------------------------------------------------------------------ */ #include <avr/io.h> #include <avr/interrupt.h> #include "Pixel_EN.h" #include "avr32_pic.h" //-------------------------------------------------------------------- #define NOP() asm("nop") #define Longnop() NOP();
in „XMega ADC gesamten SampleVector auf einmal einlesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
macros.inc
r9 _R(r9) #define r10 _R(r10) #define r11 _R(r11) #define r12 _R(r12) #define r13 _R(r13) #define r14 _R(r14) #define r15 _R(r15) #define r16 _R(r16) #define r17 _R(r17) #define r18 _R(r18) #define r19 _R(r19) #define r20 _R(r20) #define r21 _R(r21) #define r22 _R(r22) #define r23 _R(r23) #define r24
-
PDF
CFAG12864BTFHV_v3.0.pdf
KS0108 (S6B0107+S6B0108) LCD Controller // (or Neotec NT7107C + NT7108C or compatible) // Atmel ATMega32 processor @ 16MHz // WinAVR / AVR GCC + Atmel AVR Studio // Copyright 2008, Crystalfontz America, Inc. http://www.crystalfontz.com // Full source zip available at: // http://www.crystalfontz.com/product
in „avr asm LCD Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
fjrx85Doc.pdf
Der jeweils aktuellste Stand dieses Dokuments und der Software finden sich auf www.mydarc.de/df1fo AVR-Code-Entwicklung: AVR-Studio 4 (www.atmel.com -> suchen nach ‚AVR Studio 4‘) Kostenlose Registrierung erforderlich Die Software ist komplett in Assembler geschrieben und steht auf meiner Website Von
-
Datei
rfm70.h
@web4clans.com */ #include <inttypes.h> #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/pgmspace.h> #include "uart.h" // the uart //CS-Pin ist in der alten Schaltung mit 2 28-Pin-Sockeln und Jumpern für SPI-Experimente
in „Referenzparameter richtig übergeben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Schrittmotor.asm
DEZ_ASC5 ;Dezimalwert spiegeln rcall ASC_DEZ ;ASCCII in Hex wandeln 10Byte SRAM Dezwert nach R20...R23 = 32Bit Hex -- R20=L R23=H -- Dezwert=L Dezwert+10=H clr AL lds AH, PM sbrc AH, 0 rjmp PosR ;minusbereich clr AH ori R23, 0b10000000 ;pos. Wert sub R20, R12 ;errechne Dif. zu ist sbc R21, R13 sbc R22, R14
in „Spielerei mit einem 2- und 5-Phasen-Schrittmotor“ · Projekte & Code ·
-
Datei
can_sd.c
define OSCSPEED 16000000 /* in Hz */ #define CAN_BAUDRATE 1000 //Für 500kBits/s Baudrate #include <avr/io.h> #include "can.h" #include <avr/interrupt.h> #include "ff.h" #include "diskio.h" #define nop() asm("NOP") typedef uint8_t U8; typedef uint16_t U16; typedef uint32_t U32; typedef uint64_t U64; typedef int8_t S8; typedef int16_t S16; typedef int32_t S32; typedef int64_t S64; U8 data[2048]; BYTE test = 0; int pins; ISR(BADISR_vect) {set_leds(1);} ISR(INT0_vect) {set_leds(2);} ISR(INT1_vect) {set_leds(3);} ISR(INT2_vect) {set_leds(4);} ISR(INT3_
in „ISR(SPI_STC_vect) wird nicht verlassen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wiring.c
; return ((m << 8) + t) * (64 / clockCyclesPerMicrosecond()); } void delay(unsigned long ms) { uint32_t start = micros(); while (ms > 0) { yield(); while ( ms > 0 && (micros() - start) >= 1000) { ms--; start += 1000; } } } /* Delay for the given number of microseconds. Assumes a 1, 8, 12, 16, 20 or 24
in „Sekunden,Minuten zählen mit der Funktion Millis()“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Addendum_GGI_Kapitel_9.pdf
LD jedoch ein LDD mit einem Offset von 0. Offsets werden in der AVR Befehlsu¨ersicht mit einem q gekennzeichnet. 14 9.6. Untergliederung der Assemblerbefehle Abbildung 9.22: Laden u¨er Indexregister mit Offset (LDD) 9.6 Untergliederung der Assemblerbefehle In einem Digitalrechner
in „Einsteigertutorial über Atmel AVRs mit Assembler?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CH340G_UNO_ArduinoBoard_3.pdf
TXD R232 0u1 GND AGND ADC5/PC5 6 A5 E INP 3 RXD RTS 14 ADC4/PC4 27 AD4/SDA 5 A4 T 6 5 0u1 4 V3 DTR 13 LED1 ADC3/PC3 26 AD3 4 A3 I 5 12 25 AD2 I 6 VD+ DCD 11 R8 6 ADC2/PC2 24 AD1 3 A2 U VD- RI VCC GND VCC VCC ADC1/PC1 2 A1 R 7 XI DSR 10 1K 4 VCC ADC0/PC0
in „Arduino CH340G UNO mit ATMEGA328P-TQFP32 China Board Informationen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CH340G_UNO_ArduinoBoard_3.pdf
TXD R232 0u1 GND AGND ADC5/PC5 6 A5 E INP 3 RXD RTS 14 ADC4/PC4 27 AD4/SDA 5 A4 T 6 5 0u1 4 V3 DTR 13 LED1 ADC3/PC3 26 AD3 4 A3 I 5 12 25 AD2 I 6 VD+ DCD 11 R8 6 ADC2/PC2 24 AD1 3 A2 U VD- RI VCC GND VCC VCC ADC1/PC1 2 A1 R 7 XI DSR 10 1K 4 VCC ADC0/PC0
in „Arduino Uno über 9-Pol D-Sub FTDI programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CH340G_UNO_ArduinoBoard_3.pdf
TXD R232 0u1 GND AGND ADC5/PC5 6 A5 E INP 3 RXD RTS 14 ADC4/PC4 27 AD4/SDA 5 A4 T 6 5 0u1 4 V3 DTR 13 LED1 ADC3/PC3 26 AD3 4 A3 I 5 12 25 AD2 I 6 VD+ DCD 11 R8 6 ADC2/PC2 24 AD1 3 A2 U VD- RI VCC GND VCC VCC ADC1/PC1 2 A1 R 7 XI DSR 10 1K 4 VCC ADC0/PC0
in „Komisches Verhalten von RX am Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CH340G_UNO_ArduinoBoard_3.pdf
TXD R232 0u1 GND AGND ADC5/PC5 6 A5 E INP 3 RXD RTS 14 ADC4/PC4 27 AD4/SDA 5 A4 T 6 5 0u1 4 V3 DTR 13 LED1 ADC3/PC3 26 AD3 4 A3 I 5 12 25 AD2 I 6 VD+ DCD 11 R8 6 ADC2/PC2 24 AD1 3 A2 U VD- RI VCC GND VCC VCC ADC1/PC1 2 A1 R 7 XI DSR 10 1K 4 VCC ADC0/PC0
in „Stromquelle bevorzugen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
tm1638.txt
in den Digits DIG7 DIG6 DIG5 DIG4 DIG3 DIG2 DIG1 DIG0 Segmentnr. A 7 6 5 4 3 2 1 0 Segmentnr. B 15 14 13 12 11 10 9 8 Segmentnr. C 23 22 21 20 19 18 17 16 Segmentnr. D 31 30 29 28 27 26 25 24 Segmentnr. E 39 38 37 36 35 34 33 32 Segmentnr. F 47 46 45 44 43 42 41 40 Segmentnr. G 55 54 53 52 51 50 49 48
in „7-Segment und Keypad Software für TM1638“ · Projekte & Code ·
-
PDF
Transistortester093k.pdf
Diode) 110pF 114pF ---- 114pF 0% 111pF 3% 117pF 3% 220pF 225pF 0,27nF 20% 226pF 0% 222pF 0% 228pF 0% 14% 4% 7% 5% 1000pF 1034pF 1,18nF 988pF 966pF 981pF 3,3nF 3,47nF 3,90nF 12% 3287pF 5% 3223pF 7% 3230pF 7% 7500pF 7,23nF 8,43nF 16% 7241pF 0% 7079pF 3% 7092pF 2% 14% 3% 5% 5% 10nF 10,45nF 11,93nF 10,13nF
-
Datei
main.c
/* * Schattenbahnhofsteuerung * main.c * * Created: 27.06.2011 14:23:14 * Author: Christian Flach */ #include <avr/io.h> #include <stdint.h> #include <avr/sleep.h> #include <stdlib.h> #define F_CPU 1000000UL #include <util/delay.h> #include <string.h> /*UART*/ #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <avr/signal.h> #include <cmf/uart.c> #define UART_BAUD_RATE 4800 /*Ende UART*/ /*PROGRAMMTEILE**************/ #define SENDEERRORS 1 #define SENDESCHRITTE
in „Flash Speicher sparen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR_FFT_Schematic.pdf
PD1 (INT0) PD2 11 10K (INT1) PD3 12 R11 U3A 4 R4 100nF (OC1B) PD4 13 VCC R5 TL072D 100K (OC1A) PD5 14 C6 470 (ICP1) PD6 15 -6 GND 16 250K -6 C (OC2) PD7 100nF R6 C ATmega32 SMD 470 U3B R7 GND GND R8 TL072D 4 100K C7 5 3K6 7 R9 B 100nF 6 3K6 C15 8 1 2 3 4 1 2 3 4 JP4 Power 100nF VCC 1 2 +6 JP2 JP3 1 2 3 4 Line In Line Out JP5 TWI VCC +6 GND -6 D Title D FFT AVR Size Number Revision A4 1.0 Date: 28.02.2005 Sheet of File: D:\Daten\Protel\FFT AVR\FFT AVR1.SchDorcawn By: Fabian Maximilian Thiele 1 2 3 4
in „Schnelle FFT in Assembler“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
PDF
AVR_FFT_Schematic.pdf
PD1 (INT0) PD2 11 10K (INT1) PD3 12 R11 U3A 4 R4 100nF (OC1B) PD4 13 VCC R5 TL072D 100K (OC1A) PD5 14 C6 470 (ICP1) PD6 15 -6 GND 16 250K -6 C (OC2) PD7 100nF R6 C ATmega32 SMD 470 U3B R7 GND GND R8 TL072D 4 100K C7 5 3K6 7 R9 B 100nF 6 3K6 C15 8 1 2 3 4 1 2 3 4 JP4 Power 100nF VCC 1 2 +6 JP2 JP3 1 2 3 4 Line In Line Out JP5 TWI VCC +6 GND -6 D Title D FFT AVR Size Number Revision A4 1.0 Date: 28.02.2005 Sheet of File: D:\Daten\Protel\FFT AVR\FFT AVR1.SchDorcawn By: Fabian Maximilian Thiele 1 2 3 4
in „AudioSchaltung für Line Out Signal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DL-Bus_lesen_Test.ino
das zu machen. Die Initialisierung von Timer0 kann so bleiben, also Vorteiler 1:256. */ #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <avr/wdt.h> #include <string.h> volatile uint8_t tsek, NeuSek; uint8_t h10ms, t10ms, Dauer10msMin = 100; uint8_t OCRdef = 78; uint8
in „UVR 1611 (TA), Auswertung DL, Mega88, WinAVR“ · Projekte & Code ·
-
Datei
Funzt_nicht.txt
>>>: avrdude -u -c avr910 -P COM2 -p m8 Detected 1e950f = ATmega328P ampel_neu.hex: 7.808 / 65.536 Bytes (11,91%) >>>: avrdude -u -c avr910 -P COM2 -p m8 Detected 1e950f = ATmega328P ampel_neu.hex: 7.808 / 32.768 Bytes (23,83%) ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ >>>: avrdude -u -c avr910 -p m328p -P COM2 -U flash:w:"D:\cyg_test\GDI_C_CYGWIN\AUFGABEN\aufgabe_4\ampel_neu\default\ampel_neu.hex":a Found programmer: Id = "AVR ISP"; type = S Software Version = 2.5; Hardware Version = 2.0
in „Probleme mit AVRDUDESS 2.13“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DemystifyingtheTLC5940.pdf
to functions that do not exclusively use stdint.h types throughout. This includes some functions in avr-libc, which are known to be incompatible with the -mint8 compile option. 32 CHAPTER 5. OPTIMIZING THE REFACTORED CODE ISR(TIMER0_COMPA_vect) { static uint8_t xlatNeedsPulse = 0; setHigh(BLANK_PORT,
in „System Clock Output mit Atmega32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DemystifyingtheTLC5940.pdf
to functions that do not exclusively use stdint.h types throughout. This includes some functions in avr-libc, which are known to be incompatible with the -mint8 compile option. 32 CHAPTER 5. OPTIMIZING THE REFACTORED CODE ISR(TIMER0_COMPA_vect) { static uint8_t xlatNeedsPulse = 0; setHigh(BLANK_PORT,
in „TLC5940 library: Erfassen von Veränderungen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oszillation.ino
+ avr_osc_arr[13] * 0.010101010101 + avr_osc_arr[14] * 0.010101010101 + avr_osc_arr[15] * 0.010101010101 + avr_osc_arr[16] * 0.010101010101 + avr_osc_arr[17] * 0.010101010101 + avr_osc_arr[18] * 0.010101010101
in „Numerischer Sinusoszillator, Zufallsentdeckung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
font_6x8.h
// 6 x 8 font // 1 pixel space at left and bottom // index = ASCII - 32 #include <avr/pgmspace.h> unsigned char font6_8[][6] PROGMEM = { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, // sp { 0x00, 0x00, 0x00, 0x2f, 0x00, 0x00 }, // ! { 0x00, 0x00, 0x07, 0x00, 0x07, 0x00 }, //
in „Probleme mit dem LCD 4884 Shield“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Code_IR_Empfaenger_Datenanzeige_09022013.pdf
======================================================================================== #include <avr/io.h> #define F_CPU 4000000UL #include <util/delay.h> #include <stdio.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> // =====================================================================
in „_delay_ms(500) funktioniert nur sporadisch“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCP79521.pdf
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 SCK Instruction Address Byte Data Byte 1 0 0 0 0 0 0 1 0 A A A A A A A 7 6 5 4 3 2 1 0 SI A7 6 5 4 3 2 1 0 CS 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 SCK Data Byte
in „RTC -> MCP79521“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc8107.pdf
that supports ATxmega128A1 AVR Studio is used to debug code. It contains a simulator and a frontend for the JTAGICE mkII for doing on chip debugging on AVR XMEGA. To have support for STK600 and ATxmega128A1, AVR Studio version 4.14
in „STK 600 und AVR Studio - Welche µC kann ich damit programmieren?“ · Mikrocontroller und Digitale Elektronik ·