EP-0088: Difference between revisions

From 52Pi Wiki
Jump to navigation Jump to search
Line 6: Line 6:
It is very easy to assemble and configure. <br>  
It is very easy to assemble and configure. <br>  
It allows your Raspberry Pi zero to access the network smoothly, and it is easy to do system updates and software installation operations. <br>
It allows your Raspberry Pi zero to access the network smoothly, and it is easy to do system updates and software installation operations. <br>
==Compatibility List==
* Compatibility
{| class="wikitable"
|-
!Platform !! Version 1.01(HW V1.01) !! Notes
|-
|Raspberry Pi 3 Model B Plus|| √||
|-
|Raspberry Pi zero || √||
|-
| Raspberry Pi zero W  || √||
|-
|Raspberry Pi 3 Model B||√||
|-
|Raspberry Pi 2 Model B||√||
|-
|Raspberry Pi Model B+||√||
|}
----


==Features==
==Features==

Revision as of 10:33, 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
Raspberry Pi zero
Raspberry Pi zero W
Raspberry Pi 3 Model B
Raspberry Pi 2 Model B
Raspberry Pi Model B+

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