Hey, thanks for the quick reply. I can’t seem to get the Spark to recognize any of my three Onewire sensors. I have a newer one (that now comes with the RJ11 connector) and this one is recognized. The old ones were working fine with the Arduino. At this point I’m guessing I’ve damaged the old ones somehow. Think I had them connected wrong, initially as I mistakenly thought the red wire was +5V not data. Maybe I toasted them electrically?
If your Spark is connected to Brewblox, you can check the spark service logs (docker-compose logs --follow spark-one). An event is logged when a new OneWire device is connected.
I’d consider it unlikely that connecting data to 5V would fry your sensor, but there’s no way I can confirm or deny that remotely. A bad connection in your wire or your RJ12 connector also is a very real possibility.
I’ve looked at the logs and I don’t see anything that indicates an error with respect to the old temp sensors. It did say it successfully connected with the new onewire sensor.
I pulled the RJ12 connectors off and connected them to a manufactered telephone cable, just in case I made an error in using the modular plugs. This allowed me to verify the continuity with my multimeter. So I’m confident that they are wired and connected properly.
Next step is to try your recommendation going direct to the Pi. I’m more of a hardware guy (EE) and less of a software guy so this is my path of least resort. A quick look at the link you shared tells me I’ll need time to implement.
If you connected the data line to 5V it is likely that you have damaged the sensors.
If they are not recognized by the spark when data and ground are correctly connected, consider them toasted.
I would not waste time testing them another way.
I reinstalled the Arduino. That was really the easiest as I used a new SD card for the Spark build. Just had to remove the RJ12 Jacks and reconnect the old terminals. .
I’ll order some RJ11 Jacks and try again. Or, I might just order new sensors that you have with the Jack’s installed along with the new expansion board.
By the way, does the old one wire expansion board work for this application? I suspect it would, but I do like the new version that supports the two SSR’s as well!
After multiple tries with my existing sensors and various connectors, I Brooke down and just bought new sensors from the store and…
Everything works. So much for my technician skills! Elco/Bob, thanks for the help. I’ve now repurposed my Arduino and old Pi3 and working from the Spark setup.