Network with HR911105A

Connect the TinyUSBboard to the Hanrun HR911105A network breakout board with the following method:

AVR pin HR911105A pin
PB4 SO (SPI MISO)
PB3 SI (SPI MOSI)
PB5 SCK (SPI SCK)
PB2 CS (SPI SS)
5v VCC
GND GND

Firmware used with the Arduino IDE

Download the uIP library here:

github.com/BauweBijl/arduino_uip

Extract it and put it in the Arduino libraries folder.

In your sketch you can use any ethernet example.

Change #include <Ethernet.h> to #include <UIPEthernet.h> to use the proper library.

Labels: TinyUSBboard-network

This page was last edited by BauweBijl on 2021/05/17 11:10:44.

Built with BGAEWiki by BauweBijl