In this tutorial we will learn how to interface HanRun HR911105A Ethernet Module with ARIES v3 Boards. The ENC28J60 Ethernet Module(10 Pin Package: SSOP) is an industry standard Serial Peripheral Interface (SPI). It is designed to serve as an Ethernet network interface for any controller equipped with SPI.

Ethernet Module

This ENC28J60 Ethernet Module(10 Pin Package: SSOP) includes all you need to change your ARIES into an Ethernet device for your network. These days many makers prefer Wi-Fi type network communication. Ethernet still has lots of application and still stays a fast and secure way to connect to network devices.

Features :

  1. Fully Compatible with 10/100/1000Base-T Networks
  2. Integrated MAC and 10Base-T PHY
  3. Supports One 10Base-T Port with Automatic Polarity Detection and Correction
  4. Supports Full and Half-Duplex modes
  5. Automatic Programmable Retransmit on Collision
  6. Programmable Padding and CRC Generation
  7.  Automatic Rejection of Erroneous Packets
  8. SPI Interface with Clock Speeds Up to 20 MHz
  9. Chipboard ENC28J60/SS.
  10. The board 25MHZ crystal.
  11. The network interface board HR911105A.
  12. 5 V power supply pin.
  13. Stable performance.
  14. For Arduino, SPI, AVR, PIC, LPC, STM32.

Prerequisites

Components Required

  • ARIES v3.0 Board
  • USB type C to USB type A cable
  • HanRun HR911105A Ethernet Module
  • Ethernet Cable
  • Jumper Wires

Circuit Diagram

Connections:

Ethernet ModuleARIES V3 board
VCC3.3V
GNDGND
SOMISO-1
SIMOSI-1
SCKSCLK-1
CSGPIO-10
Connection pins of Ethernet Module & ARIES v3.0 Board

Procedure

Open and set up the Arduino IDE as described in Getting Started with ARIES v3.0.

  • Make sure you have selected ARIES v3 Board from Tools -> Board -> VEGA Processor: ARIES Boards -> ARIES v3
  • Select Programmer as VEGA XMODEM from Tools -> Programmer -> VEGA XMODEM
  • Also select appropriate port from Tools -> Port -> COM* (ARIES Board)

Now, Open Files -> Examples -> Under Examples for ARIES v3 -> EtherCard-> backSoon

Finally Upload the code to ARIES board

Output

Once you’ve uploaded the code, launch the serial monitor at a baud rate of 115200. Enter the IP address displayed as “IP: “ in the Serial Monitor into your web browser. This action will display a placeholder web page stating “Will be back soon,” indicating the functioning of the temporary web server.

Output in Serial Monitor

Type the IP shown in Serial Monitor on any web browser to view the standalone web page as output

By mydhily

Leave a Reply

Your email address will not be published. Required fields are marked *