MKR GSM 1400

Product page: https://store.arduino.cc/mkr-gsm-1400 Arduino guide page https://www.arduino.cc/en/Guide/MKRGSM1400 Arduino GSM Library: https://www.arduino.cc/en/Reference/MKRGSM https://github.com/arduino-libraries/MKRGSM Schematic: https://content.arduino.cc/assets/MKRGSM_V2.2_sch.pdf GSM Specs 3G with 2G fallback Serial ports USB connector – virtual serial port using the Serial object Serial1 – Hardware serial port on pins 13/14, instead Reset button Reset button causes the microcontroller to reset and resets USB communication. IO […]

Read More

Arduino Mega2560

https://store.arduino.cc/mega-2560-r3 Microcontroller: ATmega2560https://www.microchip.com/wwwproducts/en/atmega2560 Power Power in: From the USB connectors (5V) or the DC plug (7-12V) 5V reg: LD1117S50CTR, 2%, 1V dropout, 800mA output current rated IO Pins IO voltage: 5V IO pin high voltage (for VCC = 5V): min 0.6VCC to max VCC + 0.5So digital IO pins are compatible with 3.3V input signals. IO […]

Read More

ATtiny IC’s

All of the ATtiny’s are basically the same apart from the number of actual IO pins and a few specific features. ATtiny24 / ATtiny44 / ATtiny84 14pinInternal osc +-10% without user calibration (ATtiny841 is drop in replacement with better accuracy) ATtiny85 8 pin ATtiny441 / ATtiny841 14 pinInternal osc +-2% without user calibration Default pin […]

Read More

ATtiny – Programming

Bootloader vs Programmer The ICSP programmer is needed when writing the bootloader or if you want to save program flash space and only program your ATtiny using the ICSP. When programming the ATTiny using the bootloader you use the TX/RX serial port (the ATTiny should be connected to your USB-serial adapter). The ICSP programmer doesn’t […]

Read More

Arduino Mega1280

https://www.arduino.cc/en/Main/arduinoBoardMega/ Microcontroller: ATmega1280 Power Power in: From the USB connectors (5V) or the DC plug (7-12V) 5V DCDC reg: MC33269D-5.0, 1%, 1V dropout, 800mA output current rated IO Pins IO voltage: 5V IO pin high voltage (for VCC = 5V): min 0.6VCC to max VCC + 0.5So digital IO pins are compatible with 3.3V input signals. […]

Read More

Arduino DUE

https://store.arduino.cc/due Microcontroller: AT91SAM3X8E IO voltage: 3.3V IO Pin Specifications (for VDDIO = 3.3V) IO pin input high voltage : min 0.7 x VDDIO to max VDDIO + 0.3VIO pin input low voltage : min -0.3V to max 0.3 x VDDIO IO pin output high voltage : min VDDIO – 0.4VIO pin output low voltage : max […]

Read More

.Arduino Models Comparison

Main Arduino Boards Arduino uC Voltage IO Flash Ram Uno ATmega328P 5V 14 32kB 2kB Nano ATmega328 5V 22 32kB 2kB Leonardo ATmega32u4 5V 20 32kB 2.5kB Micro ATmega32U4 5V 20 32kB 2.5kB Esplora ATmega32u4 5V – 32kB 2.5kB Mega 2560 ATmega2560 5V 54 256kB 8kB 101 Intel Curie 3.3V 14 196kB 24kB Zero ATSAMD21G18 […]

Read More

Arduino UNO

https://store.arduino.cc/arduino-uno-rev3 Microcontroller: ATmega328PIO voltage: 5V IO pin high voltageĀ (for VCC = 5V): min 0.6VCC to max VCC + 0.5So digital IO pins have a nominal high level input range of 3.0V to 5.5V, so are compatible with 3.3V input signals. UART pins RX and TX are marked as the pins that are RX and TX on […]

Read More