Live data from Hacker News

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

news.ycombinator.com

801–810 of 1001 posts

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

#801
The Pi Zero W can act as both a USB host and a USB HID device, i.e. can act as a keyboard/mouse. This makes it a very capable bad USB/rubber ducky/automation tool with Wifi enabled.

I've created a small repo to demonstrate this. Connect a zeroW to a computer, the Pi will expose a hidden Wifi network that by connecting to it you'll be able to send remote keyboard commands (or execute ducky scripts) on the host computer: https://github.com/ozkatz/pi-remote-ducky

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

#802
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 job caring for my plant!

website: https://www.idealzanussiservice.com

subreddit w/ voting: https://www.idealzanussiservice.com/blog/%D8%B5%D9%8A%D8%A7%...

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

#803

I was bullish when I got my first Pi to run Home Assistant (before hass.io), but got discouraged when the sd card failures were gas-lighting me by silently reverting my code changes. That and the lack of hardware clock hampering some of the diagnostic tools I usually use, kept me sticking with VMs on a NUC and a fanless Celeron for Kodi for my main compute uses. In time I have gotten more Pis, but mainly for hardware…

Seems like a small capacity ssd over usb would be a good idea...

Yeah and they are cheaper than the SD card brands known for reliability.

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

#805
When I was younger I worked at a retail store and I remember being thrilled to discover I could telnet into a cash register and echo text directly to the attached receipt printer.[0] I became a small time hero at one point when I used this power to alert our sister store that their phones weren't accepting calls during the middle of the holiday season. [0] Also interesting is the time I discovered that sending a special escape code to the printer caused the cash drawer to open, but that's a tale for another thread. https://whitewhalemaintenanceeg.blogspot.com/

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

#806
post #788

I 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…

super cool! Sorry for my ignorance, but how does it close again? Do you issue fire alarm and it closes ?

The door stays open for n amount of time (normally around 1min but I changed it to 30sec). The drive has a laser sensor attached to it (it is required to have installed with automatic doors in Switzerland if you don't want any issue with insurance). As soon as the specified amount of time has passed, the door drive tries to close the door. It only works if the laser sensor detects no obstacles.

Maybe a bit off-topic but: The only thing that differs an "fire-protection approved" door drive from a non approved drive is that the drive is not allowed to have an option to keep the door open. Also in case of power outage (or fire) the door needs to close without power.

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

#807

At one point I stuffed 40 of them into a rack mount and built a cluster to use for teaching at my university. Never gotten any publication out because it‘s fairly uninteresting from an academic point of view, but as a teaching tool to learn ARM assembler or parallel programming / how to execute stuff on supercomputers / OpenMPI it’s an invaluable tool. Recently there have been some odroid c2 added to the cluster, so…

Really cool! I feel this is the kind of project I have no use for, but would love doing just for the sake of assembling computer parts together haha

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

#808

Earlier quoted context omitted.

In China, they can get these bus message on a smartphone at mostly main city. The app would show the bus location and predict the time bus would reach according to the traffic status graphically.

We get this in the US in most major cities as well. But sometimes you don’t want to deal with smartphones and apps with bad UI developed by Fortune 500 firms for regional transit authorities, you just wish there would be a simple sign next to the stop that gave you 2 pieces of information: “BUS X IN Y MINUTES”.

We have both in my city (Spain). The problem with displays is that sometimes they get too much light and you can't see that well. Also, the app has much more info than the display, and you don't need to be in the bus stop to know when the bus is going to be there.

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

#809
post #76

retropie, pi-hole and running misc temporary servers like minecraft

How does it perform as a Minecraft server? Do you use any mods or just vanilla?

Vanilla. It’s so-so performance wise. A raspberry pi 2 has been good enough for our 6 player games. Newer models I’m sure would perform better.

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

#810

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?
Post reply on HN