Hans1960 wrote: » Sorry, also text copied from the Arduino IDE is not accepted by Boards.IE, not even plain text....
Hans1960 wrote: » Hi, the following error message appear when uploading to my Arduino Uno.
Hans1960 wrote: » Hi Ozmo, Well, first of all, where do i set the netmask in the config, i did not find anything.
IPAddress ip( IP_A, IP_B, IP_C, IP_D); //Give the device a unique IP IPAddress gateway( IP_A, IP_B, IP_C, 254 ); //Gateway (your Router) IPAddress subnet( 255, 255, 255, 0 ); //typically dont need change
darkonethree wrote: » I wish I had a way to debug this.
Spocker wrote: » I had trouble too running this in Chrome - @darkonethree try Firefox instead, it worked a treat for me
kolp wrote: » I am trying to make it myself but unfortunately I got stuck and I don't know where I am making the mistake....