Control Your World
In my last post I showed how to take an ATMEGA328 chip and add the necessary parts to make something that is Arduino compatible. The next building block is to interface your project to internet.The heart of this project is the ENC28J60 chip by Microchip. It is a pretty much self contained Ethernet interface device, very few supporting components needed to add Ethernet to almost any project. While you can build the circuit from scratch on a breadboard a more economical way is to buy it pre-assembled from eBay.
Assembly of the parts
Once all of the parts are gathered up you will need to connect everything together.ENC28J60 Module | Arduino Clone |
---|---|
CS | D10 |
SI | D11 |
SO | D12 |
SCK | D13 |
RESET | RESET |
INT | D2 |
VCC | 3V3 |
GND | GND |
No comments:
Post a Comment