gunthercox / Salvius

An open source humanoid robot made from recycled parts and open source technology

Home Page:https://salvius.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-Enable Arduino Ethernet

gunthercox opened this issue · comments

I created two new sketches for each Arduino when I set up the master and slave control for them for #5. When I did this I did not re-include the code for the Ethernet shield so arduino.ino currently does nothing.

The following is completed:

  • Installed hardware (Ethernet shield)
  • Implement Ethernet code

This issue will be closed when the above items are completed. Further modifications will have to be made to the Arduino code in order to allow it to interact with the Tomcat Java server more efficiently (#1).