Search found 5 matches
- Mon Aug 02, 2021 7:15 pm
- Forum: Troubleshooting
- Topic: GPIOs not reliably switching on our motor
- Replies: 1
- Views: 127
GPIOs not reliably switching on our motor
We have a setup with a RPI 4B and a custom extension board with which we are controlling a motor for a tray. The code for opening the tray is this: import RPi.GPIO as GPIO from time import sleep GPIO.setmode(GPIO.BCM) Tray = [2,3] Close = [3] Open = [2] GPIO.setup(Tray, GPIO.OUT, initial=GPIO.HIGH) ...
- Wed May 12, 2021 11:55 am
- Forum: Beginners
- Topic: WPA_GUI Popup in Kiosk Mode if no Wifi
- Replies: 0
- Views: 159
WPA_GUI Popup in Kiosk Mode if no Wifi
Hi there, I wanted to use wpa_gui in conjunction with our Buster/Chromium - based kiosk mode. So far I have achieved adding a simple command that checks if there is an internet connection, and if there is not, it will open the wpa_gui: #!/bin/bash set -o errexit # Used to exit upon error, avoiding c...
- Thu Apr 29, 2021 10:34 am
- Forum: Beginners
- Topic: Kiosk on Buster Desktop Pi 4B
- Replies: 3
- Views: 743
Re: Kiosk on Buster Desktop Pi 4B
Hey thank you, that works fine! Does not the same as uhubctl was supposed to, but it serves the purpose well!
Thank you
Thank you
- Sat Apr 24, 2021 9:14 pm
- Forum: Beginners
- Topic: Kiosk on Buster Desktop Pi 4B
- Replies: 3
- Views: 743
Kiosk on Buster Desktop Pi 4B
Hi, I am trying to create a Chromium kiosk on my Pi 4B, running Buster. Basically the exact specs of the Kiosk are: 1. Boot without showing anything 2. Start Kiosk (if Wifi available--> if not open wifi menu) 3.User can now work only in Chromium on the webpage and cannot leave the browser or manipul...
- Sun Jan 31, 2021 3:57 pm
- Forum: Wanted
- Topic: Looking for Developper for Rpi Project involving KioskMode, Webapp, RPi configuration
- Replies: 0
- Views: 997
Looking for Developper for Rpi Project involving KioskMode, Webapp, RPi configuration
Hi there, we are looking for a software developper for a short term assignment. Some things that we would like to have done is: Configure Kiosk Mode Help us with configuration of Wifi/ Bluetooth from within / through our WebApp If you are interested, please write to: ministryofsillywalks@posteo.co.u...