-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Welcome Display #10
Comments
@th0mas as discussed on the standup call this morning, the Welcome Display will be a reasonably large 40" 1080p screen (Old but still perfectly working order LCD TV) that consumes around 50W of power. We obviously don't want to keep this screen on 24/7 as it will use more power than all the Raspberry Pis @home combined; hence powering the screen via relay. 🔋 Please let us know if you need any electrical wire in order to connect the relay to a 230V appliance in order to test this feature. |
Currently have no wire (or tools) to hook up 230V to another device. I'm not quite sure what I'll need to get that working but i'll look into it. Running this on a separate Raspberry Pi might be worth it to prevent any issues with the Relay/Pi taking down the entire system, it also makes for a more clear separation of concerns between hub and device. |
For rendering a GUI on our welcome display we realistically have two options:
|
@th0mas cool. let us know what you decide and if you need a separate PI for this part of the application. Given the potential complexity of doing motion detection noted in dwyl/learn-nerves#5 (comment) |
Looks good. That board appears to use a UART serial port though, which we're already using for the NFC reader. |
@th0mas good point on the potential mutually exclusive UART devices. 👍 The two distinct RPis will be separated by 2m and independently powered by POE.
Maybe this annotated photo of the entrance will help: So we can still connect the PIR sensor to the RPI that feeds/powers the Welcome Display. 👍 |
Whoops! that makes sense, looks like there is no problem using that motion detector then :) |
@th0mas LMK if you need an extra RPi0 to connect to a Welcome Display so your setup is mirrored to "Production". 💭 |
sigh boydm/scenic_driver_nerves_rpi#13 Can't currently run Scenic on an RPi4, and I doubt the RPi0 will be able to run it (it hangs on my MacBook). I'll hack together a Js-based display for now |
Seems like RPi4 support for https://github.com/nerves-web-kiosk is lacking as well. Might have to abandon Nerves for this display, and run Chromium on top of Raspbian as described here: https://pimylifeup.com/raspberry-pi-kiosk/ We could point it at a LiveView page on the hub? @nelsonic thoughts? |
@th0mas that's a bummer. 😕 (but not a brick wall) Definitely up for using |
Obviously I would much prefer to run this as Happy to send you a On our standup call you mentioned using a Raspberry Pi 3 A+: But Raspberry Pi 3 Kiosk appears to focus on the "B" model: Please confirm that it will work with the |
At the entrance to the building we will have a small screen that is unmissable we will refer to as the Welcome Display.
The display will show a basic "Welcome Home {FirstName}" to the person when they successfully authenticate at the door
or show "Hello Stranger!" when the device they are using is unrecognised.
Later we will use this display to show the most relevant information to the person entering the building.
But for now, it's just "Welcome".
Todo
auth-plug
and associating the deviceStretch Goals:
before
the person scans their device, Show instructions to people to scan their device on the NFC readere.g. "Hello! Please scan your device to enter the building." 👋
e.g. using a relay to power the display and the Pi Cam to detect movement.
The text was updated successfully, but these errors were encountered: