Live data from Hacker News

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

news.ycombinator.com

361–370 of 1001 posts

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

#361
post #322

* Security camera with motion detection, which uploads clips to my personal Google Drive. * Always-on, ssh-authenticated gateway to my LAN. I used it while traveling to tunnel through and remotely control my desktop computer which had some credentials I didn't have with me.

How have you set up your security camera? I'm looking to do this myself!

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

#362

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…

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

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

#366
post #287
post #46

Doorlocks of our hackerspace has been RPi controlled almost since the original RPi came out, maybe 2013. Nowadays we got 4 doors on 3 RPIs (internal and external), with over 200 members that has access. Using MQTT to communicate with our membersystem since 2016 or so.

Please think about failure modes, and don't take these guys as an example: https://news.ycombinator.com/item?id=10302686

Of course. Our system controls electronic latches in the door frame, while the door-bolt is unmodified - so all doors can be opened from inside without any electronics. Additionally there are separate fire-exits from all our rooms.

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

#367

I have several * Pie-hole and runs Nagios to collect information about things going on inside the network. * One running a PiDP-11 (pdp 11/70 emulator) as well as providing MOP service to boot my DEC terminal multiplexor (it provides the boot image when the mux comes up) * One is a stratum-1 time server using an Adafruit GPS module with PPS output. This because I got tired of both the reflection attacks and trying to…

> This one is a candidate for replacement as the 4K monitor would be nice here.

You might be able to run 4k display with an old RPi at about 8-10 Hz.

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

#368
- Network controller for my latest file server and video NAS, which is based on a USB RAID-1 drive. The box that produces the graphics however is a small Intel-based box (not a NUC though).

- Network controller (using CUPS) for a very old laser printer that only has USB.

- Various hobby electronics projects like controlling an Arduino robot via photo and ultrasonic sensors and wifi, developing networking software for ESP8266, and various other simple electronics experiments.

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

#369
I control my home automation: https://github.com/stapelberg/hmgo for sensors and valve drives, https://github.com/stapelberg/zkj-nas-tools/tree/master/avr-... controls multimedia devices, https://github.com/stapelberg/zkj-nas-tools/tree/master/dorn... orchestrates backups.

I run one as an appliance hooked up to my document scanner which places the documents on Google Drive: https://github.com/stapelberg/scan2drive

I run two more for automatically testing new releases of https://gokrazy.org/

All of this is implemented in Go on top of https://gokrazy.org/, without any Linux distribution in the mix :).

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

#370
post #141

I'm using one as part of a midi controller project: http://jsnow.bootlegether.net/jik/keyboard.html The controller has 156 pressure sensitive keys. The raspberry Pi runs a program that reads from a bank of 20 8-channel ADCs all wired up to a SPI bus (it runs at 2mhz, and I'm able to get about 90 samples per second), and then generates MIDI commands that are sent over a USB-MIDI adapter. I could use a microcontroller…

Thanks for sharing this, it's great to see your process.

I'm working on something vaguely related, a grid-based synth-controller/sequencer with a bunch of i2c shift registers and laser cut hardware. I've been thinking about building a pressure-sensitive hex-layout keyboard next, you've given me a bunch of ideas and inspiration.

Post reply on HN