Dear all,
i do have a problem connecting a DS18B20 Temperature Sensor to my Raspberry pi 2b.
I connected VCC to 5V, GND to GND and Sig to GPIO 4.
Now i want to find out the serial number, however with no success:
First there is no /sys/bus/w1/devices/ and after giving some command i found online i see no serial number …
pi@fluiddpi:~ $ cd /sys/bus/w1/devices/
-bash: cd: /sys/bus/w1/devices/: No such file or directory
pi@fluiddpi:~ $ sudo modprobe w1-gpio
pi@fluiddpi:~ $ sudo modprobe w1-therm
pi@fluiddpi:~ $ cd /sys/bus/w1/devices/
pi@fluiddpi:/sys/bus/w1/devices $ ls
pi@fluiddpi:/sys/bus/w1/devices $ ^C
MCU Protocol error
This is frequently caused by running an older version of the
firmware on the MCU(s). Fix by recompiling and flashing the
firmware.
Your Klipper version is: v0.11.0-148-g52f4e20c
MCU(s) which should be updated:
Up-to-date MCU(s):
mcu: Current version v0.11.0-148-g52f4e20c
Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
mcu 'mcu': Unknown command: config_ds18b20
Not sure if i have to flash a newer firmware or i did something wrong in the config :X
Do you mean i have to setup a second mcu on my RPI only to display the temperature values?
Not sure if i want to touch a smooth running system only for that to be honest.
Are there other advantages or am i getting it wrong?
See Klipper Architecture / Ecosystem for how Klipper works.
If you want to connect any additional hardware to the RPi’s GPIOs, like 1-wire, IMUs etc, then you have no other choice.
Thank you for the hint. I was not aware of this.
I set the RPI as a second mcu and now the temperature sensor is working well.
Was less effort than expected in the end
Hi! It is possible to use DS1821S? i think it´s not, because in config reference only exists DS18B20, could be added to klipper as they are very similar?