Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work inside Interrupt or even if Timer interrupts are used. #26

Closed
hjgode opened this issue Jan 10, 2014 · 2 comments
Closed
Labels

Comments

@hjgode
Copy link

hjgode commented Jan 10, 2014

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?

@ntruchsess
Copy link
Owner

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.

@ntruchsess
Copy link
Owner

closing as there's no complete code to check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants