Hello,
I made a custom rocker switch which I verified by toggling the LED on the Arduino LED on pin 13, which worked fine. I then added a Dallas serial temperature sensor on pin 2 and once I did that I lost the rocker switch control to the LED. Both work fine when they are in separate sketches but once they are together the rocker switch stops turning on the LED however the temp sensor still seems to work fine changing the temp on the LCD thermometer display. If I remove the temp sensor (with the Arduino un-powered and then powered back up) the rocker switch works again. If I remove the temp sensor when the Arduino is hot it does not change the functionality, I need to power down the Arduino. It seems like I am having some sort of contention.
Have you seen this before?
Thanks,
-Erik
I made a custom rocker switch which I verified by toggling the LED on the Arduino LED on pin 13, which worked fine. I then added a Dallas serial temperature sensor on pin 2 and once I did that I lost the rocker switch control to the LED. Both work fine when they are in separate sketches but once they are together the rocker switch stops turning on the LED however the temp sensor still seems to work fine changing the temp on the LCD thermometer display. If I remove the temp sensor (with the Arduino un-powered and then powered back up) the rocker switch works again. If I remove the temp sensor when the Arduino is hot it does not change the functionality, I need to power down the Arduino. It seems like I am having some sort of contention.
Have you seen this before?
Thanks,
-Erik
Comment