Live data from Hacker News

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

news.ycombinator.com

161–170 of 1001 posts

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

#161
post #83

I'm using a Raspberry Pi (Gen 1, Model B I think) to run a smart mirror. It pulls up my daily commute, news headlines, weather, and calendar. I take no credit for the software ( https://github.com/MichMich/MagicMirror ) I also had one connected to my Motorola LapDock back in 2012 to run a portable raspbian laptop. It worked surprisingly well.

This is a cool project I was completely unaware of.

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

#165
I've got a RPi 2 running PiHole and a SAMBA server for a bit of in-home file-swapping convenience. ("Just throw it on the server and I'll pull it from there!")

Currently my problem is that samba will fail to write files greater than around 100+ MB uploaded to the server. (Writing to a USB drive). It still handles multi-gigabyte downloads ok.

I've been able to work around it with SFTP uploading, so it's just a minor annoyance, but I wish I knew what was going on.

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

#166
post #112

Using several Raspberry Pis to monitor CO2 levels in my house. Each Raspberry Pi has a CO2 sensor - wrote a little Python script to retrieve data from sensor and upload it to a server Which is also a Raspberry Pi.

I am also interested in your CO2 sensor. What kind of CO2 sensor?

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

#167
2 RPis running Octoprint for the 3D printers 1 RPi connected to the laser cutter which I'm currently fixing 1 RPi that I take with me and connect to from my phone through ssh (moving to mosh and a Bluetooth terminal when I get the chance) 1 RPi that I leave in the lab so people can play with it with numpy/scipy/octave 1 RPi that I'm setting up with something like Jellyfin for my home media server

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

#169
1 runs RISCOS so I can run old beeb games on and emulator;

1 keeps a log of temperature/pressure/humidity using sense hat;

1 has a backup of my photos on an external hd (and also has an sds011 dust sensor (https://github.com/glgraca/sds011).

But my best project has been a picture frame using a Pi Zero W that receives photos via Telegram. My kids' grandparents have this also and they love it (https://github.com/glgraca/PiFrame).

I once took one on a holiday to watch Netflix at night.

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

#170
I have a Pi3 in a case that looks like a NES. I'm running RetroPie on it with a few ROMs I've found around the internet. It works pretty flawlessly.

When the pre-order frenzy for the Pi4 has died down, I'm going to buy a 2 or 4GB model and use it to replace the old and slow crappy Windows 10 box we're using to stream Amazon Prime stuff to our TV.

Post reply on HN