I seem to have successfully gone through the setup. But my Pi does not appear to be finding the temperature sensor. I’ve set the following on my fleet:
RESIN_HOST_CONFIG_dtoverlay = “w1–gpio”
I am running “sudo modprobe w1-gpio && sudo modprobe w1-therm && sudo node dist/app.js”
Commands run without a hitch, but my /sys/bus/w1/devices folder is empty, not even a “w1_bus_master1” file is present.
My wiring is, I believe correct, and even if it wasn’t I should be getting “w1_bus_master1” when running the modprobe commands.
Manually running modprobe in either my web service, or on the host OS via the Terminal in my dashboard doesn’t do anything either.
EDIT: turns out I had the wrong hyphen character in w1-pgio somehow; this was the correct one: w1-gpio
Working with the TEMPer USB thermometer, I was able to develop this repo. Of course the hardware is different than the one you’re describing, however I just wanted to share the resource!