rpi3-webiopi
rpi3-webiopi copied to clipboard
WebIOPi for Raspberry Pi 1, 2, 3, and zero
Hey, first a big thank you for your work ! I updated from std Webiopi to your fork and I am realy pleased to see my small robot finaly moving...
$ sudo systemctl stop webiopi $ # takes a while... $ sudo systemctl status webiopi systemd[1]: webiopi.service: State 'stop-sigterm' timed out. Killing. systemd[1]: webiopi.service: Killing Process 12035 (python3) with signal...
Hello! I'm trying to put webiopi working for E-Paper remote control and can't solve this problem, the service keeps running after trying to stop it. I can run several ones...
There might be modification(s) about hardware PWMs (or analog audio) on newer Raspbian kernel. PWM functions don't work on newer kernel version with RPi3. dtoverlay=pwm-2chan,pin=12,pin2=13,func=4,func2=4 is needed on /boot/config.txt? or...
I'm currently developing an application where one RPi 3 tells a second RPi 3 over a local wireless network to run selected macros (`conditionCruise`, `conditionYellow` and `conditionRed`): ```` from webiopi.clients...
Hello, I have [NanoPi Neo](http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO) computer and want to install on it. Would it work or it's no sense to try ?
I am quite new in this world and need some help / pointers to install rpi3-webiopi on debian buster (RPi4). It seems current code and instructions for installation does not...
Just tried installing on stretch and get: ``` ./01_setup-required-packages.sh Package hardening-includes is not available, but is referred to by another package. ``` It appears that this package has been marked...
Bug description: I have laptop with touch screen, and when i open Chrome browser, buttons (on mouse click) are not sanding any events (not calling macro). Found the problem and...
I just submitted an error a little bit ago about an error while installing which I fixed by changing a assumed typo. But I'm having another problem post install and...