Working approach to kiosk mode #9
Replies: 4 comments 4 replies
-
Good stuff! Thats pretty close to what I had in mind for my final rower setup 👍. Are you using the original Raspberry Pi Touch Display? Are the touchscreen inputs (taps and keyboard) working properly? Dropping the Raspi and the touchscreen into a case like the OneNineDesign Raspberry Pi 3 Touch Screen Case would probably create a really slick Rowing Monitor. |
Beta Was this translation helpful? Give feedback.
-
To prevent any issues with high-frequency rowers, I set the nice-level for startX and Chromium to 19. |
Beta Was this translation helpful? Give feedback.
-
I've added the set up of a browser in kiosk mode to the installer script (as an optional step). That makes it a little bit easier to script and control, as it is easy to restart or disable the browser via the service (if needed). I still haven't decided what touchscreen to get for my rower, so I can not confirm if the touch input works. However I don't see a reason why it shouldn't (input with the mouse works without problems). |
Beta Was this translation helpful? Give feedback.
-
I know this is old, but I have a 10" touch screen integrated pi case that ended up being too small for a PC for my kid. I'm hoping it's enough to watch videos on the sled. I was trying to think about video overlay but I think itd be better to use the phone for splits/hr/etc.. and video on the 10" monitor |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Lars and Damian,
I received my touchscreen today, and was quickly able to put it into kiosk mode using this guide: https://die-antwort.eu/techblog/2017-12-setup-raspberry-pi-for-kiosk-mode/, starting from the Light install as proposed by Lars in his installation manual.
One modification: I changed the start of chromium into
/usr/bin/chromium-browser --app=http://127.0.0.1 --kiosk --noerrdialogs --disable-session-crashed-bubble --disable-infobars --check-for-update-interval=604800 --disable-pinch
It works pretty nicely, this will definitely replace my monitor on my rower.
Jaap
Beta Was this translation helpful? Give feedback.
All reactions