mrohner

Results 6 issues of mrohner

Where to add this code to adapt for Arduino mega? I'm not sure enc28j60.c is even used during compile. enc28j60.c changes: # if defined(**AVR_ATmega2560**) || defined(**AVR_ATmega1280**) # define ENC28J60_CONTROL_CS 53...

As I cannot get DHCP running I tried to add this line as suggested to my code: ntruchsess commented on Aug 30, 2013 please try adding this line to setup()...

I'm trying to use your insights to get my USB mini V2 board working with a Wemos D1 mini. Still struggling with pin assignments. You say: > Connect INT to...

Hi, Not sure it affects operation but want to make you aware of the errors gcc -c -O iSamsungTV.c iSamsungTV.c: In function ‘main’: iSamsungTV.c:724:5: warning: implicit declaration of function ‘close’...

Under paragraph MQTT. chapter one it states: "For example, if you wanted to turn the light on, set it to full brightness, and make it red, you would have to...

enhancement

Error appeared when coding first blynk write note. I obviously did a mistake defining the websocket in the node as it cannot get connected. The error close messages repeat 16...