Guys, I hooked up my two temperature probes and nothing, they're wired correctly, I feel the following command didn't get installed properly..
dtparam=i2c_arm=on dtparam=spi=on dtparam=audio=on enable_uart=1 dtoverlay=w1-gpi
Should I start again with the install or can I implement again from the console, any ideas @Ranjib ?
Did you follow the guide on adafruit to setup the software https://learn.adafruit.com/reef-pi-installation-and-configuration/raspberry-pi-configuration
There is a paragraph that details some settings that need to be enabled for the 1wire protocol from the console, here is the applicable section:
reef-pi uses a DS18B20 temperature sensor, which requires the one wire protocol to be enabled in the Linux kernel. reef-pi also uses I2C communications protocol for some features. We'll use the raspi-config tool from terminal for enabling both one wire and I2C.
Verify that you have enabled those in the raspi-config tool and then it should work if wired to the proper pin and have the wires going to the proper place. Let us know what you find...
