You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main difference between your EthernetFirmata and ConfigurableFirmata is that configurable-firmata runs as Client and your code as Server. I did experiment with both modes and decided on the Client, because it is does reconnect more reliable when resetting the arduino or temporary disconnect the network-cable. If the Firmata runs as Server you'd have to ensure SO_KEEPALIVE is set on the Androids socket as your application would not notice the disconnected Arduino easily (and wait for aproximatly 10 minutes after last attempt to send a packet) otherwise.
Enc28J60-based shields are few dollars cheaper and are widely spread.
Edit stubs to add Enc28J60 support.
Uncomment
//#include <EthernetStreamEnc28J60.h> // TODO : implement
in sketch in order to use lib for Enc28J60The text was updated successfully, but these errors were encountered: