EP-0088: Difference between revisions

From 52Pi Wiki
Jump to navigation Jump to search
Line 12: Line 12:
!Platform !! Version 1.01(HW V1.01) !! Notes
!Platform !! Version 1.01(HW V1.01) !! Notes
|-
|-
|Raspberry Pi 3 Model B Plus|| ||
|Raspberry Pi 3 Model B Plus|| <font color=green> YES</font>||
|-
|-
|Raspberry Pi zero || ||
|Raspberry Pi zero || <font color=green> YES</font>||
|-
|-
| Raspberry Pi zero W  || ||
| Raspberry Pi zero W  || <font color=green> YES</font>||
|-
|-
|Raspberry Pi 3 Model B||||
|Raspberry Pi 3 Model B||<font color=green> YES</font>||
|-
|-
|Raspberry Pi 2 Model B||||
|Raspberry Pi 2 Model B||<font color=green> YES</font>||
|-
|-
|Raspberry Pi Model B+||||
|Raspberry Pi Model B+||<font color=green> YES</font>||
|}
|}
----
----

Revision as of 11:00, 27 April 2018

Pi Zero Enc28j60 Network Adapter Module

Description

For Pi Zero Generation, no NIC is inconvenient, because its core system is Linux,
most of operations are based on linux's command line via ssh service, so a Network Adapter is required.
The Pi zero Enc28j60 is a simple Network Adapter module for Pi zero
It is very easy to assemble and configure.
It allows your Raspberry Pi zero to access the network smoothly, and it is easy to do system updates and software installation operations.

Compatibility List

  • Compatibility
Platform Version 1.01(HW V1.01) Notes
Raspberry Pi 3 Model B Plus YES
Raspberry Pi zero YES
Raspberry Pi zero W YES
Raspberry Pi 3 Model B YES
Raspberry Pi 2 Model B YES
Raspberry Pi Model B+ YES

Features

  • Easy to assemble
  • Easy to setup
  • Official OS overlay support
  • Stable and fast
  • Weight: 0.015Kg
  • Dimension: 65.14mm x 29.93mm x 23.34mm

Galley

Zeronic1.jpg
Zeronic02.jpg
Zeronic03.jpg

How to configure it

  • 1. Install the NIC module into the raspberry Pi.
  • 2. Connect the network cable to ensure that your router supports DHCP and works well.
Zeronic04.jpg


  • 3.Burn the Raspbian image to TF card.
  • 4. Edit the /boot/config.txt file by your favorite editor such as "nano" or "vim.tiny", and add the following parameter:
dtoverlay=enc28j60 

Then save the exit and reboot the raspberry Pi.
NOTE: The module is tested only in raspbian environments.

How to check if network adapter works well

Open a terminal and typing this command:

 ifconfig 

You will see the detail of Pi zero Enc28j60 network adapter module.

Package include

  • Pi zero Enc28j60 Network Adapter Module x 1
  • Instruction x 1