rb2468 / tray-a-way

GNU General Public License v3.0
0 stars 0 forks source link

Project Specific Tests (Piezo) #59

Closed rb2468 closed 2 years ago

rb2468 commented 2 years ago
rb2468 commented 2 years ago

https://forums.raspberrypi.com/viewtopic.php?t=106337

rb2468 commented 2 years ago

https://forums.raspberrypi.com/viewtopic.php?f=32&t=103752

@ffund I'm a bit confused as to what solution I should use from this form to make the pigpio library start at start up. Should I just try it out?

ffund commented 2 years ago

@rb2468 "try it out" is always a good first step. Don't forget to document your attempts and the outcome in a Github issue.

rb2468 commented 2 years ago

To make pigpiod run on startup

First run command "sudo crontab -e" as seen in this image. Enter 1.

Screen Shot 2022-02-28 at 3 52 14 PM

Once in the file, add the line "@reboot /usr/local/bin/pigpiod" as seen in this image:

Screen Shot 2022-02-28 at 3 52 50 PM

Save and exit file, then restart raspberry pi. Once pi has been restarted, you can use pigpiod without having to enter command "sudo pigpiod".

hesther224 commented 2 years ago
Screen Shot 2022-03-02 at 1 12 26 PM