Arduino WiFi 보드 소개 - Wizarduino MEGA WiFi
대부분 ESP 칩셋을 사용하고 있는 보드가 대다수 이다.
좀 더 최신 칩셋을 이용한 보드를 소개해 본다.
대한민국 중소기업 WIZnet에서 만든 한국산 보드인 Wizarduino MEGA WiFi는 Arduino MEGA 2560 board 를 기반으로 WizFi310 가 추가되어 Arduino UNO 플랫폼처럼 간단하면서도 IoT기능 구현을 위한 기본 기능을 가지고 있습니다.
그리고, 핀의 구조는 아래 그림과 같다.
보드의 기본적인 스펙은 아래와 같아요.
Hardware Features
- Microcontroller : ATmega2560
- Operating Voltage : 5V
- Digital I/O Pins : 20 (of which 12 provide PWM output)
- Analog Input Pins : 6
- DC Current per I/O Pin : 20 mA
- DC Current for 3.3V Pin : 50 mA
- Flash Memory : 256 KB of which 8 KB used by bootloader
- SRAM : 8 KB
- EEPROM : 4 KB
- Clock Speed : 16 MHz
- PCB Size : 53 x 68.5mm
WiFi Features
- Single band 2.4GHz IEEE 802.11b/g/n
- Serial Interface : UART
- UART Max Baud : 921600 bps
- Soft AP : Enough memory retention, Wi-Fi Security (WEP, WPA/WPA2PSK), L2 Switching
- OTA(Over The Air F/W Upgrading
판매는 아래 사이트에서 4만원정도에 판매하고 있네요.
소프트웨어 지원은 Github에서 받을 수 있습니다. 아래 링크를 방문해 보세요.
Software
- CoAP Server/Client
- Dweet
- MQTT
- OpenWeahterMap
- Ubidots
- NTP
- TCP/UDP Examples
- You can find these examples at WizFi310_arduino_library/examples
출처: http://wiznxt.tistory.com/524 [오늘을 살자..]