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
I try to use UIPEthernet with code that works OK on Arduino UNO R3 with WIZ5100 (Ethernet Shield). Unfortunately the code does not run. It uses an Interrupt to decode wireless temperature and humidity sensors (3 pieces). Without the interrupt code the sketch works, but there will be no usefull data updates :-(
Please include the complete code. I cannot know what RemoteReceiver-library does inside it's Interrupt-routine. If it happens to use SPI than this will interfere with UIPEthernet.
I try to use UIPEthernet with code that works OK on Arduino UNO R3 with WIZ5100 (Ethernet Shield). Unfortunately the code does not run. It uses an Interrupt to decode wireless temperature and humidity sensors (3 pieces). Without the interrupt code the sketch works, but there will be no usefull data updates :-(
The original running (Arduino UNO+Ethershield) code is at https://github.com/hjgode/homewatch/tree/master/arduino/SketchBook/WebClientTemperature.
Is there anything preventing UIPEthernet to work in conjunction with hardware/timer interrupts?
The text was updated successfully, but these errors were encountered: