hello,
use pigpio in project on raspi.
pigpio work need activate "gpio server" in raspi-config (entry ab).
unfortunately after reboot server needs activate again via raspi-config. therefore see no possibility run python script @ startup (etc/rc.local)
apreciate advice here.
lg
hombresolaire
use pigpio in project on raspi.
pigpio work need activate "gpio server" in raspi-config (entry ab).
unfortunately after reboot server needs activate again via raspi-config. therefore see no possibility run python script @ startup (etc/rc.local)
apreciate advice here.
lg
hombresolaire
use following command (once) , daemon should start @ boot.
sudo systemctl enable pigpiod
raspi-config option defines whether server can used on network or locally.
sudo systemctl enable pigpiod
raspi-config option defines whether server can used on network or locally.
raspberrypi
Comments
Post a Comment