Skip to content

SImple Ethernet/DHCP test using arduino, Ethernet breakout board and SSD1306 Oled display

Notifications You must be signed in to change notification settings

fg1998/DHCP_TEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DHCP_TEST

Simple Ethernet/DHCP test using arduino, Ethernet breakout board and DDS1306 Oled display

This device try to connect to DHCP server and get an IP adress. The oled display will show IP, netmask, DNS server, gateway and Mac address. Mac can be changed in the .ino file.

This is an image

Part List

  • Arduino nano (another arduino can be used, like UNO, mini, etc)
  • SSD1306 SPI oled display (7 pins)
  • ENC28j60 ethernet breakout board
  • Push button for reset (optional, nano reset can be used)

Library used

Thanks to Bill Greiman for SSD1306Ascii library. Normal SSD1306 library provided by adafruit cannot be used with Ethercard since arduino memory restrictions

Conections

Arduino NANO ethernet board. SPI Display
D12 SO
D11 SI
D10 CS
D13 SCK
5V VCC
GND GND
D9 SDA
D7 SCK
D6 RST
D5 DC
D4 CS
5V VDD
GND GND

Put a pushbutton between arduino RST and GND if you want a external Reset

This is an image

About

SImple Ethernet/DHCP test using arduino, Ethernet breakout board and SSD1306 Oled display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages