project:arduino_ipv6_shield
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| project:arduino_ipv6_shield [2013/06/26 22:03] – stick | project:arduino_ipv6_shield [2025/03/13 14:21] (current) – fix templatere plugin invocation root | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Arduino IPv6 Shield ====== | ||
| + | {{template> | ||
| + | name=Arduino IPv6 Shield| | ||
| + | image=EDITME| | ||
| + | sw=TBD| | ||
| + | hw=TBD| | ||
| + | founder=[[user: | ||
| + | interested=| | ||
| + | status=active | ||
| + | }} | ||
| + | |||
| + | Aim of this project is to create IPv6 shield for Arduino. | ||
| + | |||
| + | We'd like to meet the following goals: | ||
| + | |||
| + | * hardware cheapest as possible | ||
| + | * IPv6 wired in silicon | ||
| + | * cleverly designed Arduino library | ||
| + | |||
| + | ===== Current options ===== | ||
| + | |||
| + | * WizNet 5100 shield | ||
| + | * implements IPv4 in silicon, IPv6 not possible, so not really an option | ||
| + | |||
| + | * [[https:// | ||
| + | * software stack for ENC28J60 shield sold by Ekitszone and Nuelectronics | ||
| + | |||
| + | * [[http:// | ||
| + | * enhanced version of IPv6EtherShield using a HW modified ENC28J60 shield | ||
| + | |||
| + | * [[https:// | ||
| + | * port of Contiki OS network stack to Arduino | ||
| + | * just IPv6 layer on top of Xbee - http:// | ||