Skip to content

Maduino Zero Ethernet

Introduction

Maduino Zero Ethernet is an IoT (Internet of things) Solution based on the 32-bit Atmel's SAMD21 MCU and Ethernet Communication Controller W5500, which is can be used for communication application, etc. The Maduino Zero Ethernet based on the Arduino, users can program it with Arduino IDE, which is very easy especially suit for the none-programmers. There are also guide for users to learn how to use this board, with which the starters can learn the hardware and programming skill quickly. This guide helps you with the basic usage of Maduino Zero Ethernet.

Model: OAC866ET

500pxMaduino_Zero_Ethernet_SHOW_01.jpg

Features

  • ATMEL SAMD21G18A: 32-bit ARM® Cortex®-M0 up to 48MHz, 256KB flash, 32KB SRAM, LQFP48
  • Powered by lithium battery(3.4-4.2V) or MicroUSB
  • W5500, Ethernet Communication controller
  • Interface: I2C/SPI/UART/ADC/DAC/I2S/38*GPIO
  • Arduino Compatible: You can play it with Arduino IDE
  • More cost-effective and high quality than Arduino Zero
  • Working Temperature: -20 ~ +85℃
  • Default baud rate: 115200bps
  • Size: 40*55mm

Usage

Warning: Don’t operate anything when the board supplied on (That is, plug or unplug the Antenna or Sensor, in case of short-circuiting that may burn the IC down.)

Note After an Arduino IDE installed, there is no package to support Maduino Zero(Arduino Zero ), we need to install the Arduino Zero package in Arduino IDE to continue.

Install Software for the Arduino/Genuino Zero

The following screens show how to install software for the Maduino(Arduino/Genuino) Zero boards in the Arduino IDE.

  • Open the Boards Manager From the top Arduino IDE menu, select Tools-> Board-> Boards Manager… to open the Boards Manager dialog box.

Arduino_Board_V1.0.png

  • Select Arduino SAMD Boards and Install In the Boards Manager dialog box, type Arduino Zero into the search field to easily find the Arduino SAMD package for 32-bits ARM Cortex-M0+ boards as shown in the image below. Install it.

Arduino_BoardManager_V1.0.png

  • Find the Arduino Zero Boards on the Arduino IDE Menu After the software package has been installed, the new Arduino boards can be seen on the Arduino IDE Board menu found under Tools →Board as shown in the image below.

Arduino_Serial.png

A new section called Arduino SAMD (32-bits ARM Cortex-M0+) Boards can be seen on the Board menu which contains Arduino M0, M0 Pro, Zero, MKR boards and others. This means the right package has been installed and Maduino ready to go.

Hardware Connection

  • Plug a Ethernet cable.
  • Plug a Micro USB Cable to Maduino Zero Ethernet

Maduino_Zero_Ethernet_03.jpg

  • Note1: You can supply power by a 3.7V lithium battery after you upload the program to the board.
  • Note2: A 3.7V lithium battery normal voltage is 3.7V, but the range voltage often from 3.4V to 4.2V
  • Note3: The battery or the MicroUSB can be used for power supply. While MicroUSB connected, the board will be powered by MicroUSB, while MicroUSB removed, it will switch to battery automaticly.

Program the Maduino Zero

Select the desired Arduino/Genuino Zero(Native USB port) board from the Arduino IDE Board menu and then select the correct Port number from the menu item below Board on the Tools Menu. The Maduino board can now be programmed in the usual manner.

Arduino_Zero_NativeUSB_V1.0.png

Select Arduino/Genuino Zero(Native USB port)

Install the Ethernet2 library in Library Manager

Maduino_Zero_Ethernet_101.jpg

Open the head file Ethernet2.h

It ofen located in C:\User\Username\Documents\Arduino\libraries\Ethernet2\src

Maduino_Zero_Ethernet_102.jpg

We use the D3 as the chip select(W5500) in Maduino Zero Ethernet, modify the w5500_cspin to 3

Maduino_Zero_Ethernet_103.jpg

Open our programming code WebserverADC.ino

Click Verify button to compile it.

VerifyButton01.png

If there is no any errors, it will show Done compiling.

Arduino_Done_Compiling_V1.0.png

Click Upload button to upload firmware to the Maduino Zero Ethernet board.

UploadButton01.png

Click Upload button to upload firmware to the Maduino Zero Ethernet board.

Arduino_Done_Uploading_V1.0.png

From the top Arduino IDE menu, select Tools → Serial Monitor… to open the Serial Monitor dialog box.

SerialMonitor01.png

Select baud rate 115200, it will shows the board begin to works:

Ethernet_SerialMonitorShow_V1.0.png

Result Show

Ethernet_ResultShow_V1.0.png

FAQ

You can list you question here or contact with techsupport@makerfabs.com for technology support. A detailed descriptions of your question will be helped to solve your question.

Resources