Live data from Hacker News

Ask HN: What do you do with your Raspberry Pi?

news.ycombinator.com

891–900 of 1001 posts

Re: Ask HN: What do you do with your Raspberry Pi?

#891

Earlier quoted context omitted.

Awesome! This has reminded me of an old Heroku app that has been sitting idle for years: https://wmata-status.herokuapp.com (before the Silver line, which is why the UI is all wonked now) I wanted to do something similar to try and reinvent the old/ugly/hard-to-parse televisions scattered around the DC metro.

Lovely UI, congrats!! You should definitely consider doing a 'gonzo' TV install somewhere in the city where you have access to power, wifi and shelter.

That’s a killer idea. Raspberry pi to the rescue!

Re: Ask HN: What do you do with your Raspberry Pi?

#892

I have it set up to run a project where a subreddit has control over the watering of a live plant in my apartment. The pi runs a reddit bot that reads the votes, and can switch on a pump to water. It also collects data about sunlight, moisture, temp and humidity to help inform the decision about watering. Despite many people's preconceptions about the goodness of the internet, I must admit that they do a wonderful jo…

You're back! I remember joining to help take care of the original plant, but I left when there was a big gap in coverage. Did you get a new plant? It seems that the name has changed.

Re: Ask HN: What do you do with your Raspberry Pi?

#893
I setup a pi 3 running OpenLighting Architecture (OLA) connected to 2 ENTTEC USB->DMX adapters, connected to 2 Wireless DMX transceivers as an ARTNET->DMX gateway to allow our team to remote control all the stage lighting at the church via software without running cables to all the lights. Pretty cool setup.

Re: Ask HN: What do you do with your Raspberry Pi?

#894
We use them in our stores for digital signage - we use 60" screens in the store front and behind the food counters. We created web app that allows our Marketing team to allocate posters/menus/videos to stores or groups of stores. Changes are pulled by the store from the server every 60 seconds. If the store loses network connection it will just continue to cycle the existing images/videos until the connection is restored. Even with the price of the screens it's very cost effective compared to commercial offerings.

Re: Ask HN: What do you do with your Raspberry Pi?

#895

I have an old Raspberry Pi 1 that runs headless raspbian with a set of cheap speakers plugged into it and an old usb wifi adaptor. It has only one purpose: to play a wav file of a telephone ringing for one minute. My spouse does not ever have the ringer on her cell phone. So when I am out and I need her to look at her phone, I VPN in to my home network, ssh into the pi using Terminus on my iphone, and 'aplay' the wav…

If they have an iPhone, you can go into contacts and turn on emergency bypass just for you and that way their phone will ring when you call but not anyone else.

Or, if you have an aPhone, you can ssh directly into it (ssh server apps don't require root), or make it do an additional action (such as turning off silent mode, or playing something) when you call (I'm sure automation apps can do this without root), or a million other creative ideas as root user.

Re: Ask HN: What do you do with your Raspberry Pi?

#896

1x House power monitor 1x Solar power monitor 1x DVBT airplane tracking (flightradar.com) 1x Fridge temperature and humidity graphing for Salami chamber 1x Pi-hole (I also run a second pi-hole on a VM)

What sensors for your power monitor?

This project shows some $8 sensors: http://www.the-diy-life.com/simple-arduino-home-energy-meter...

Re: Ask HN: What do you do with your Raspberry Pi?

#897
post #723

I have an old Raspberry Pi 1 that runs headless raspbian with a set of cheap speakers plugged into it and an old usb wifi adaptor. It has only one purpose: to play a wav file of a telephone ringing for one minute. My spouse does not ever have the ringer on her cell phone. So when I am out and I need her to look at her phone, I VPN in to my home network, ssh into the pi using Terminus on my iphone, and 'aplay' the wav…

> I VPN in to my home network, ssh into the pi using Terminus on my iphone, and 'aplay' the wav file Once, when I was working away from home, someone unplugged the phone at home so I couldn't phone in. After becoming very frustrated, I SSH'd into my home server, and from there into the Mac Mini we used as a media station. Then: - checked they were watching something using `ps`. - killed that process so I had their at…

A few weeks ago I realized on my phone I can, from anywhere, say "Ok google, broadcast" and then say a message. That message gets played back on the Google Home devices.

My kids weren't replying to text messages about being ready to go to an appointment that we were pressed for time on, and I was on the way home, so I did that to tell them to get ready. A few seconds later I get a text from my wife: "How'd you do that?!?"

Re: Ask HN: What do you do with your Raspberry Pi?

#898
post #732

Earlier quoted context omitted.

Could something like this be used for synchronization in such a scenario? https://ncase.me/fireflies/

I think the problem here is not that the clocks are out of sync, but rather that the actual clock frequencies are voltage-controlled. With the firefly analogy, it's like having one firefly flashing at 1.73513x (random number) faster than it's neighbor - can't easily have them persistently synchronized.

Yes - exactly this.

Re: Ask HN: What do you do with your Raspberry Pi?

#899

There's a bus station across from my studio / coworking space. I can see people waiting for the bus and doing either: 1) staring into the void 2) looking at their watches 3) desperately glancing in the direction where the bus is coming from. I figured that it'd be nice to let people know when the bus is supposed to be there. So, I installed a 28" display on a monitor stand, installed the stand on my window frame, tur…

You, Sir, are a hero.

Re: Ask HN: What do you do with your Raspberry Pi?

#900

I started a company that constructed booths which used 70 accurately sync'd Pis with custom PiCams (fitted with lenses) to take pictures of human subjects, for turning them into avatars like this: https://sketchfab.com/3d-models/pete-swagger-walk-a55d807de1... At the beginning of the project, I'd barely powered up the Pis I had collecting dust in my drawer. By the end, I was a legitimate domain expert in several nich…

The model looks fantastic. Can you share any details on how the project worked or what your company is?

First: sigh. First-coda: past tense

Second: I worked alongside a brilliant team with rare knowledge of geometry reconstruction. We took the 70 images of people, algorithmically removed the backgrounds and then used a proprietary process to create a mesh geometry from the intersection masks of those shapes in 3D space, which all had to be carefully calibrated on the regular. That geometry was smoothed to create a valid smooth human mesh. We then created a texture which would be mapped to the physical geometry of the mesh. All lighting and camera sensors had to be carefully measured and corrected, with ample algorithmic color smoothing along the seams of this texture. Then we ran our proprietary auto-rigging algorithm on the mesh, and exported both a 3JS compatible obj+jpg as well as a Unity bundle. The entire process was optimized to take under 60 seconds. This meant that you could step out of the booth, watch the magic happen, and then immediately put on a Vive and interact with yourself in a mirror using your fully articulated new avatar.

Third: VCs were unwilling to fund something with a hardware component

Fourth: sigh

Post reply on HN