TQ-77,TQ-90烙鐵頭的選用說明

TQ-77RT-SB B代表尖頭 S代表超級<—SMD用頭
TQ-77RT-B 原廠配頭 稱鈍尖頭
TQ-77RT-BC C代表斜切頭 對岸稱蹄形<–在尖頭前切一斜口的樣子
TQ-77RT-C 2C 3C 此數字代表頭寬 以mm為單位 沒註明代表”1″
TQ-77RT-5K K代表刀頭(原廠網頁找不到 只有百年電子有這型號)

個人認為TQ-77RT-SB這支最好用,尤其是焊在電木板上。

分類: arduino | 發佈留言

attiny85腳位說明

Features
• High Performance, Low Power AVR® 8-Bit Microcontroller
• Advanced RISC Architecture
– 120 Powerful Instructions – Most Single Clock Cycle Execution
– 32 x 8 General Purpose Working Registers
– Fully Static Operation
• Non-volatile Program and Data Memories
– 2/4/8K Byte of In-System Programmable Program Memory Flash (ATtiny25/45/85)
• Endurance: 10,000 Write/Erase Cycles
– 128/256/512 Bytes In-System Programmable EEPROM (ATtiny25/45/85)
• Endurance: 100,000 Write/Erase Cycles
– 128/256/512 Bytes Internal SRAM (ATtiny25/45/85)
– Programming Lock for Self-Programming Flash Program and EEPROM Data
Security
• Peripheral Features
– 8-bit Timer/Counter with Prescaler and Two PWM Channels
– 8-bit High Speed Timer/Counter with Separate Prescaler
• 2 High Frequency PWM Outputs with Separate Output Compare Registers
• Programmable Dead Time Generator
– Universal Serial Interface with Start Condition Detector
– 10-bit ADC
• 4 Single Ended Channels
• 2 Differential ADC Channel Pairs with Programmable Gain (1x, 20x)
– Programmable Watchdog Timer with Separate On-chip Oscillator
– On-chip Analog Comparator
• Special Microcontroller Features
– debugWIRE On-chip Debug System
– In-System Programmable via SPI Port
– External and Internal Interrupt Sources
– Low Power Idle, ADC Noise Reduction, and Power-down Modes
– Enhanced Power-on Reset Circuit
– Programmable Brown-out Detection Circuit
– Internal Calibrated Oscillator
• I/O and Packages
– Six Programmable I/O Lines
– 8-pin SOIC
– 20-pin QFN
• Operating Voltage
– 2.7 – 5.5V for ATtiny25/45/85
• Speed Grade
– ATtiny25/45/85: 0 – 8 MHz @ 2.7 – 5.5V, 0 – 16 MHz @ 4.5 – 5.5V
• Automotive Temperature Range
– -40°C to +125°C
• Low Power Consumption
– Active Mode:
• 1 MHz, 2.7V: 500µA
– Power-down Mode:
• 0.2µA at 2.7V

attiny85 datasheet

分類: arduino | 發佈留言

Arduino Uno規格

Summary
Microcontroller ATmega328
Operating Voltage  5V
Input Voltage (recommended) 7-12V
Input Voltage (limits) 6-20V
Digital I/O Pins 14 (of which 6 provide PWM output)
Analog Input Pins 6
DC Current per I/O Pin 40 mA
DC Current for 3.3V Pin 50 mA
Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloader
SRAM 2 KB (ATmega328)
EEPROM 1 KB (ATmega328)
Clock Speed 16 MHz
最大輸出電流不超過200ma
腳位vin用以輸入外部電源,不能超過12V。
輸出腳位5V及3.3V不可用以輸入電壓,無穩壓保護,會燒毀Arduino。
分類: arduino | 發佈留言