Project:Nanode/Applications: Difference between revisions
From London Hackspace Wiki
→EtherShield Library and Examples
| Line 242: | Line 242: | ||
es.ES_enc28j60Init(mymac,8); | es.ES_enc28j60Init(mymac,8); | ||
Also edit this line to match the IP address from the DHCP test | |||
static uint8_t myip[4] = { 192,168,0,6}; | |||
Now compile and upload the code to the Nanode board | Now compile and upload the code to the Nanode board | ||
| Line 300: | Line 304: | ||
In the analogue webserver example in the Gist this can be found on line 93. | In the analogue webserver example in the Gist this can be found on line 93. | ||
===Further Applications=== | ===Further Applications=== | ||