Ask HN: What do you do with your Raspberry Pi?
471–480 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#472I live in an apartment with quite strict fire-protection standards. Due to the fact that I have a cat that absolutly loves to go outside, I needed to find a solution for him to get outside without a catdoor trough my door. So I installed a fire-protecion-approved door drive that is hooked to a raspberry pi. Another raspberry pi then analyzes a video stream and detects my cat. If my cat is in the frame for n amount of…
Sounds like there is a market for fire standard approved cat doors! ;) I loved reading what you are doing with the Pi though.
Since last week I'm in contact with the manufacturer of the door drive tough because they maybe want to create a product out of it. To be honest I think it would pure marketing and at the moment it is very unlikely to ever hit the market.
Re: Ask HN: What do you do with your Raspberry Pi?
#473Re: Ask HN: What do you do with your Raspberry Pi?
#474- 1x Raspberry Pi (older, not sure exact model) - exposed to the internet and acts as a bastion host for ssh'ing into other devices on my home network - 1x Raspberry Pi Zero W - monitors several Wemo Insight Switches around the house and turns them on if they are in an off state (if the power goes out, the Wemo switches do not turn back on so I have to do it manually) - 6x Raspberry Pi 3 Model B - running in a k8s cl…
Maybe it can help you? https://codefresh.io/docs/docs/incubation/arm-support/
Re: Ask HN: What do you do with your Raspberry Pi?
#475Re: Ask HN: What do you do with your Raspberry Pi?
#476Re: Ask HN: What do you do with your Raspberry Pi?
#477Earlier quoted context omitted.
oh jeez the SD card story just gave me flashbacks. I changed networks (uni to home) and the RPi running pihole would constantly keep my uni DNS settings after a restart. Took me a good few hours to figure it out given that I thought the DNS settings were getting copied in from elsewhere on startup. I think i finally figured it out after i re-installed rapsbian from scratch and to my horror was booted in to the old sy…
The SD card was failing to write? It would have blown my mind if I reinstalled raspbian and the old config popped up. I’ll have to keep this in mind.
It was a more expensive SD card because I see more issues with cheap ones.
But it seems to me that SD cards suck at all price brackets. Maybe even some of the expensive ones are counterfeit?
Re: Ask HN: What do you do with your Raspberry Pi?
#478Earlier quoted context omitted.
Just a side note, the links under "Check out some of the tools I used to build this" don't seem to render, I think they're blocked by my Pi-Hole
yeah, they're Amazon affiliate links (gotta pay for hosting some how) my pihole also blackholes them
Re: Ask HN: What do you do with your Raspberry Pi?
#479I live in an apartment with quite strict fire-protection standards. Due to the fact that I have a cat that absolutly loves to go outside, I needed to find a solution for him to get outside without a catdoor trough my door. So I installed a fire-protecion-approved door drive that is hooked to a raspberry pi. Another raspberry pi then analyzes a video stream and detects my cat. If my cat is in the frame for n amount of…
I could actually use exactly that. Do you have a blog outlining how you did it, or the code on github by any chance?
I will open source everything once I'm happy with the security and the ability to configure it.
Re: Ask HN: What do you do with your Raspberry Pi?
#480various IOT things - plants, HVAC etc etc
for real world: deployed "kiosk"/touch POS using https://github.com/LeToteTeam/kiosk_system_x86_64