Skip to content

Zigduino

Support for the Zigduino board

Hardware

Pinout

Zigduino Pinout

Warning: Unlike on other ATmega MCUs, the GPIOs are not 5V tolerant.

Note: The 5V pin cannot be used to power the board, as the board is not equipped with an voltage regulator. The pin is therefore not connected. But it can be used to pass 5V to shields, if connected to a 5V supply voltage.

Board

The Zigduino board is an Arduino-compatible microcontroller platform that integrates a SOC with a 8-Bit AVR MCU and a IEEE 802.15.4 radio chip (ATmega128RFA1).

MCU Details

MCUATmega128RFA1
FamilyATmega
VendorAtmel
PackageQFN/MLF
SRAM16KiB
Flash128KiB
EEPROM4KiB
Core Frequency8MHz (16MHz no power save mode)
Oscillators32.768 kHz & 16 MHz
Timer6 ( 2x8bit & 4x16bit )
Analog Comparator1
ADCs1x 15 channel 6 to 12-bit
USARTs2
SPIs3 (1 SPI & 2 USART SPI)
I2Cs1 (called TWI)
Vcc1.8V - 3.6V
Datasheet / Reference ManualDatasheet and Reference Manual
Board ManualProduct Page

The MCU comes with a 2.4 GHz IEEE 802.15.4 radio that is compatible with the Atmel AT86RF23x line of transceivers with the only difference being that it is not being accessed over an SPI bus, but instead the radio registers are directly mapped into memory.

Flashing RIOT

Flashing RIOT on the Zigduino is done using the on-board USB-TTL adapter. The ATmega bootloader is present on the MCU. Simply use

make flash BOARD=zigduino

Use on IoT Lab

Most of the Zigduino nodes are deployed in the Strasbourg site with sensors. Some of these nodes are also combined with a LoRa modem in order to offer a dual radio stack IEEE 802.15.4/LoRaWAN.

There are two available configurations:

Zigduino (atmega128rfa1)

A basic Zigduino nodes with embedded sensors:

Zigduino (atmega128rfa1_rn2483)

This is an extension of the previous Zigduino (atmega128rfa1)

  • Secondary serial port (LoRa modem): 57600 bauds
  • RN2483 modem with 1.0.3 firmware (LoRaWAN Class A only)
    • TX (pin 1, TXD1)
    • RX (pin 0, RXD1)