Create the Ultimate Human-To-Web Device | Raspberry Pi Kiosk Mode

  Рет қаралды 20,424

Core Electronics

Core Electronics

Күн бұрын

Пікірлер: 36
@Tortita13
@Tortita13 Ай бұрын
Thank you for this! i wanted to do a project like this for so long!
@gayanx86
@gayanx86 Ай бұрын
Great information. Just the thing I wanted for the Pi5 LCD I ordered yesterday. 🤩
@Core-Electronics
@Core-Electronics Ай бұрын
We're a little bit psychic like that sometimes 😎
@mariopojoy
@mariopojoy Ай бұрын
Nice project, you helped me alot with this one, although I went for a more manual approach on changing screens using GPIO and a touch sensor and a switch for turning off the display once I'm done and away from desk. I use this for clock, calendar and HomeAssistant dashboard.
@Core-Electronics
@Core-Electronics Ай бұрын
Very nice touch with the inputs 👌
@jyvben1520
@jyvben1520 Ай бұрын
Nice demo, Firefox also has kiosk mode and can be configured to run on a chosen display in a 2 display system if os is running X11. (untested) raspi os can be configured to run X11, it is in the raspi-config (terminal version) Advanced options = A6 Wayland (gives choice Wayland or X11) 2024-08-05 seems xdotool also exists, works on my rpi5 X11. (xdotool keyboard uses qwerty layout)
@jyvben1520
@jyvben1520 Ай бұрын
"unclutter" command seems to hide the mouse
@Core-Electronics
@Core-Electronics Ай бұрын
unclutter is brilliant, we have it in our x11 guide as well, such a shame it doesn't work on Wayland yet. 😔
@johntcantrell
@johntcantrell 29 күн бұрын
What are you using to create the full page dashboard? I’m currently using DAKBoard but would love to move to something with no cost.
@hashimsawalha
@hashimsawalha 21 күн бұрын
can someone help me, the wayfire folder has another folder that says default.ini. thats where you put the autostart comand, but its read only. does anyone have any solutions
@TismoGaming
@TismoGaming 14 күн бұрын
I am having an issue with my raspberry pi 4 stopping the kiosk. I would leave the kiosk running and after few hours , I would come a find only the desktop showing. How can I troubleshoot this please?
@emeraldent
@emeraldent Ай бұрын
Bro, this is killer! The idea cauldron is bubbling! Thank you! Liked and subbed my guy!
@Core-Electronics
@Core-Electronics Ай бұрын
Idea cauldron, never heard it put that way but it really gets the idea across, happy making!
@mrafayshams3089
@mrafayshams3089 Ай бұрын
How to show a local webpage you are hosting?
@Core-Electronics
@Core-Electronics Ай бұрын
Just get it to open the address! There are a lot of ways to host a webpage, and we have a guide on how to host one on a microcontroller if you are interested. This is mainly for controlling hardware plugged into the microcontroller, but it might be a good starting point! kzbin.info/www/bejne/nn2vhqure91_has
@samagarwal3804
@samagarwal3804 Ай бұрын
no fan in your case. How long can your raspi work ?
@Core-Electronics
@Core-Electronics Ай бұрын
We attached the active cooler to the pi and had no issues! The case is aluminium and isn't completely airtight + looking at a webpage isn't too intensive of a task. As long as you have a Pi with at least a passive cooler on there, you shouldn't have too much of an issue.
@MegaBlox_YT
@MegaBlox_YT 29 күн бұрын
Nice
@Core-Electronics
@Core-Electronics 29 күн бұрын
Thank your Mr Bossman
@wilty5
@wilty5 Ай бұрын
Can I use another browser instead of Chrome?
@Core-Electronics
@Core-Electronics Ай бұрын
During testing I managed to get this to work with Firefox as well! You can change the line where we open chromium to instead open firefox. The start up options are different and a quick google search can find them. But the rest of the guide should be nearly the same, but some parts may need a little modification here and there.
@wilty5
@wilty5 Ай бұрын
@@Core-ElectronicsThanks
@kitchenanykey
@kitchenanykey Ай бұрын
There is no option to launch another. It should be Firefox, but its too buged in kiosk mode. btw chromium not perfect too - this version cant work with all kind of cameras.
@DerSolinski
@DerSolinski Ай бұрын
Use DietPi instead of Raspbian. No bloat, just what you need and starting into kiosk mode is literally a checkbox in the config manager... Runs smoothly on the older models too.
@Core-Electronics
@Core-Electronics Ай бұрын
We went with Raspbian as it allows people to follow other guides they may also want to run on their Pi at the same time. But if I were to get an old Pi 3B or 2 out of the cupboard and run it in kiosk, DietPi would be the way to go!
@AdamHinckley
@AdamHinckley Ай бұрын
9:13 how do you get it to do a auto scroll down on pages?
@Core-Electronics
@Core-Electronics Ай бұрын
You could use ydotool to simulate scroll wheel movements, or your could use wtype to press the arrow keys. Something like: wtype -P Down sleep 1 wtype -p Down The capital -P means press the key, then sleep for how ever long you need, then the lower case -p means to release it.
@AdamHinckley
@AdamHinckley 29 күн бұрын
@@Core-Electronics thanks
@JaymeEduardo
@JaymeEduardo Ай бұрын
and the keyboard?
@johnadams1976
@johnadams1976 Ай бұрын
double clicking the script file does nothing for me....doesn't fire up browser
@Core-Electronics
@Core-Electronics Ай бұрын
If you open the shell script and you don't get the options to execute, open, etc... then you haven't made it an executable properly. Try running "sudo chmod +x run_kiosk.sh" again. If it does open that little option window, then double check your code. If you are still having issue with it, feel free to post on our dedicated forum topic for this video, we have a lot of maker eyes over there that can help just give us some info of the problem. Cheers! forum.core-electronics.com.au/t/how-to-set-up-a-raspberry-pi-kiosk-launch-a-fullscreen-webpage-on-boot/20578
@pathfinderpolska
@pathfinderpolska Ай бұрын
It is like android
@MehdiGuizani
@MehdiGuizani Ай бұрын
Not really 😂 it’s more Linux 😅
@-ColorMehJewish-
@-ColorMehJewish- 28 күн бұрын
Just to mention --- the Pi Imager has an OS called "Full Page OS" that already does much of the same thing. Your guide is cooler than their setup tho
@alexlovett1991
@alexlovett1991 Ай бұрын
Not sure about chromium but chrome has plugin to rotate between tabs, really handy we used it as a screen for Jenkins / jira etc
Every Developer Needs a Raspberry Pi
27:27
Sam Meech-Ward
Рет қаралды 605 М.
The ULTIMATE Raspberry Pi 5 NAS
32:14
Jeff Geerling
Рет қаралды 2 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 55 МЛН
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 6 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
Make Dumb Electronics Smart for $3
13:13
I Like To Make Stuff
Рет қаралды 669 М.
You’ve Never Seen WiFi Like This
20:43
Data Slayer
Рет қаралды 904 М.
Building The Pwnagotchi... UNSCRIPTED (FULL BUILD)
29:30
homelabd
Рет қаралды 1,8 М.
Idiot Cop Conducts UNLAWFUL Traffic Stop, Then This Happens
24:05
Audit Archive
Рет қаралды 2,9 МЛН
DON'T Use Raspberry Pis for Servers! (Use THIS)
16:23
Hardware Haven
Рет қаралды 1,1 МЛН
Edward Snowden: How Your Cell Phone Spies on You
24:16
JRE Clips
Рет қаралды 18 МЛН
It’s Been a Good Run, Phone Providers.
26:31
Data Slayer
Рет қаралды 4,7 МЛН
I ditched my Raspberry Pi for this
18:45
NetworkChuck
Рет қаралды 517 М.
It’s Been a Good Run, Phone Providers (Part 2)
15:51
Data Slayer
Рет қаралды 1,3 МЛН