Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RpiGpioSetup issue with DS18b20 & CPU temperature #18

Open
philip-s opened this issue May 12, 2023 · 1 comment
Open

RpiGpioSetup issue with DS18b20 & CPU temperature #18

philip-s opened this issue May 12, 2023 · 1 comment

Comments

@philip-s
Copy link

philip-s commented May 12, 2023

I've installed the Rikkert-RS package to get temperature of the CPU and additional DS18B20 temperature. Recently I was hoping to add relays to the system by installing RpiGpioSetup.
RpiGpioSetup works fine with relays but unfortunately installing RpiGpioSetup makes a problem with reading of the temperatures: the additional DS18B20 disappears and the CPU temperature disconnects and connects every second (blinking devices on the list of devices).
After uninstalling the RpiGpioSetup package temeratures from Rikkert-RS come back to normal operation.

https://github.com/Rikkert-RS/VenusOS-TemperatureService

@kwindrem
Copy link
Owner

There could be GPIO pin conflicts, although the stock I2C pins don't conflict with the ones used for digital inputs and relay outputs by default. However, the alternate set of GPIO pins provided with RpiGpioSetup does use both of the I2C pins.

The temperature coming and going is most likely due to a service crashing. Use dbus-spy to see which services are coming and going, then check the associated log file in /data/log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants