Volumio : Volumio button on off pi
Code python :
https://porpramarn.blogspot.com/2019/08/raspberry-pi.html
Run แล้วจะ Error เนื่องจาก Volumio ยังไม่มี module RPI.GPIO
ต้องติดตั้ง
https://forum.volumio.org/installing-rp ... t3544.html
ดู Version ด้วย เอา Version ล่าสุดมาลง หรือจะ Download .deb มาลงก็ได้
https://sourceforge.net/projects/raspbe ... an-wheezy/
ใช้ ดู Version ของ python ที่เครื่อง Volumio ด้วย
ในตัวนี้ใช้
python-rpi.gpio_0.6.2~wheezy-1_armhf.deb
หรือ wget เอา
wget http://sourceforge.net/projects/raspberry-gpio-python/files/raspbian-wheezy/python-rpi.gpio_0.6.2~wheezy-1_armhf.deb
ติดตั้ง
Test Run คำสั่ง แล้วลอง กดปุ่ม
แล้วทำ Run เป็น Service ต่อ
https://porpramarn.blogspot.com/2019/08/raspberry-pi.html
Code python :
https://porpramarn.blogspot.com/2019/08/raspberry-pi.html
Run แล้วจะ Error เนื่องจาก Volumio ยังไม่มี module RPI.GPIO
root@volumio:/home/volumio# python pishutdown.py
Traceback (most recent call last):
File "pishutdown.py", line 4, in <module>
import RPi.GPIO as GPIO
ImportError: No module named RPi.GPIO
ต้องติดตั้ง
https://forum.volumio.org/installing-rp ... t3544.html
ดู Version ด้วย เอา Version ล่าสุดมาลง หรือจะ Download .deb มาลงก็ได้
https://sourceforge.net/projects/raspbe ... an-wheezy/
ใช้ ดู Version ของ python ที่เครื่อง Volumio ด้วย
- phyton -version
ในตัวนี้ใช้
python-rpi.gpio_0.6.2~wheezy-1_armhf.deb
หรือ wget เอา
wget http://sourceforge.net/projects/raspberry-gpio-python/files/raspbian-wheezy/python-rpi.gpio_0.6.2~wheezy-1_armhf.deb
ติดตั้ง
- sudo dpkg -i python-rpi.gpio_0.6.2~wheezy-1_armhf.deb
root@volumio:/home/volumio# sudo dpkg -i python-rpi.gpio_0.6.2~wheezy-1_armhf.deb
Selecting previously unselected package python-rpi.gpio.
(Reading database ... 20535 files and directories currently installed.)
Preparing to unpack python-rpi.gpio_0.6.2~wheezy-1_armhf.deb ...
Unpacking python-rpi.gpio (0.6.2~wheezy-1) ...
Setting up python-rpi.gpio (0.6.2~wheezy-1) ...
Test Run คำสั่ง แล้วลอง กดปุ่ม
- python pishutdown.py
แล้วทำ Run เป็น Service ต่อ
https://porpramarn.blogspot.com/2019/08/raspberry-pi.html
No comments:
Post a Comment