IoT Base Platform With RaspberryPi, WIZ850io : Platform Device Driver

by bingdo72 in Circuits > Raspberry Pi

2547 Views, 18 Favorites, 0 Comments

IoT Base Platform With RaspberryPi, WIZ850io : Platform Device Driver

20170823_104206.jpg

I know RaspberryPi platform for IoT. Recently WIZ850io is announced by WIZnet. So I implemented a RaspberryPi application by Ethernet SW modification because I can handle a source code easily. You can test Platform Device Driver through RaspberryPi and WIZ850io. Please refer to the following step.

Prepare Materials

Raspberry_PI.jpg
wiz850io.png
uart2usb.jpg
LAN CABLE-1.png
microUSB.jpg

Please refer to the following.

1. Raspberry Pi 3 Starter Kit

2. WIZ850io

3. UART2USB adapter

4. LAN cable

5. USB cable

Hardware Connection

20170823_104206.jpg

Please connect an USB, LAN cable, WIZ850io and UART2USB adapter.

You can get more HW info by the following site.

https://pinout.xyz/pinout/spi

http://wizwiki.net/wiki/doku.php?id=products:wiz850io:start

Prepare Development Environment

Software

raspberrypi_linux_006.jpg
raspberrypi_linux_007.jpg
raspberrypi_linux_008.jpg
raspberrypi_linux_009.jpg
raspberrypi_linux_010.jpg
raspberrypi_linux_011.jpg
raspberrypi_linux_012.jpg
raspberrypi_linux_013.jpg

Linux Kernel : WIZnet Platform Device Driver

I modified menuconfig to use WIZnet Platform Device Driver as module type.

How to Run : Result

RaspberryPi_012.png
RaspberryPi_013.png
raspberrypi_linux_014.jpg

I copied w5100, w5100-spi modules into Raspberry Pi.