x735-v2.5 icon indicating copy to clipboard operation
x735-v2.5 copied to clipboard

This is the safe shutdown script and some python sample code.

Results 17 x735-v2.5 issues
Sort by recently updated
recently updated
newest added

in this Branch, I improved the fan control and the speed reader by doing the following: - add: strip() to remove any leading or trailing white space - Using constants...

Any chance to get support for Hoobs?

This is an FYI, for everyone who wants fan control enabled on a Raspberry Pi 4B, which is running Home Assistant OS. Custom components and configurations can be found here...

install_service.sh should be executed with sudo otherwise it fails. In addition, if executed with sudo the variable $HOME will be evaluated with "/root" so the line with "pwm_fan_control.py" will not...

Hi guys, I got the issue ` File "/home/pi/x735-v2.5/pwm_fan_control.py", line 2, in import pigpio ImportError: No module named pigpio` so there is a problem with import of pigpio but sudo...

HI, I have updated yesterday my raspberry Pi and now I have these errors when remoting in via SSH: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Can't connect to pigpio at localhost(8888) Did you start the...

I installed the x735 v2.5 to my rasperry pi with bullseye. I can't start the pi after reboot because during the boot it turns off itself with a message "X735...

Hey looking to install this on my 3d printer Pi Running OctoPi and Klipper. Can you confirm this will be successful? Thanks

``` Can't connect to pigpio at localhost(8888) Did you start the pigpio daemon? E.g. sudo pigpiod Did you specify the correct Pi host/port in the environment variables PIGPIO_ADDR/PIGPIO_PORT? E.g. export...

For others reference, to get this running on Umbrel we need to make a few modifications, namely as the directory is /home/umbrel/ rather than /home/pi. I would suggest we make...