TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Share Your Raspberry Pi Project

166 点作者 samayshamdasani将近 8 年前
I'm looking for some inspiration for what I can do with my $35 computer. I think we can all learn a lot from any cool hardware project.

75 条评论

tsyd将近 8 年前
Although not strictly a Raspberry Pi project, I have a couple C.H.I.P. boards[1] scattered throughout my apartment collecting temperature and humidity readings (using a HIH8120 sensor[2]) and feeding it to my Raspberry Pi which runs InfluxDB and Chronograf[3] to store and display a simple dashboard. The end result looks like this: <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;cIrhSUq.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;cIrhSUq.png</a><p>[1]: <a href="https:&#x2F;&#x2F;getchip.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getchip.com&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;sensing.honeywell.com&#x2F;HIH8120-021-001S-humidity-sensors" rel="nofollow">https:&#x2F;&#x2F;sensing.honeywell.com&#x2F;HIH8120-021-001S-humidity-sens...</a><p>[3]: <a href="https:&#x2F;&#x2F;www.influxdata.com&#x2F;time-series-platform&#x2F;chronograf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.influxdata.com&#x2F;time-series-platform&#x2F;chronograf&#x2F;</a>
评论 #14858031 未加载
评论 #14860747 未加载
评论 #14856825 未加载
评论 #14861892 未加载
评论 #14859671 未加载
评论 #14856808 未加载
alirov将近 8 年前
I used one to build a photobooth for my wedding. The raspberry pi controls a DSLR camera to take 4 photos, stitches them into a 4x6, prints the photo and uploads everything to a Google Photos album which was displayed live on a projector.
评论 #14859655 未加载
评论 #14856685 未加载
评论 #14858407 未加载
评论 #14856633 未加载
评论 #14868400 未加载
elihu将近 8 年前
I built a microtonal keyboard: <a href="http:&#x2F;&#x2F;jsnow.bootlegether.net&#x2F;jik&#x2F;keyboard.html" rel="nofollow">http:&#x2F;&#x2F;jsnow.bootlegether.net&#x2F;jik&#x2F;keyboard.html</a><p>The keys have pressure sensitive film underneath that causes a voltage drop when you press on them. There&#x27;s a wire from under each key that goes to an input on an MCP3008 ADC. There are 20 of those, each with 8 inputs, all connected on a SPI bus running at 2mhz. Effectively, this acts as a 160 channel digital voltmeter. The Pi can scan all the ADCs about 90 times per second, and it converts key pressure into midi commands that can be sent to an external synth or I can run a software synth locally on the Pi.
评论 #14865886 未加载
aedocw将近 8 年前
I brew beer with mine[1]. I use a CHIP to control an old fridge as a fermentation chamber.<p>For both systems I&#x27;m using CraftBeerPi[2], a python project with a pretty active community around it.<p>I wrote about it on opensource.com[3] and it was pretty popular, which surprised me a little bit. But I guess a lot of people in our community like beer :). I&#x27;m always trying to figure out how to make brewing my career without the related massive cut in income (please share any great ideas on that!)<p>[1]: <a href="http:&#x2F;&#x2F;localconspiracy.com&#x2F;2016&#x2F;12&#x2F;electric-brewery.html" rel="nofollow">http:&#x2F;&#x2F;localconspiracy.com&#x2F;2016&#x2F;12&#x2F;electric-brewery.html</a> [2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;Manuel83&#x2F;craftbeerpi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Manuel83&#x2F;craftbeerpi</a> [3]: <a href="https:&#x2F;&#x2F;opensource.com&#x2F;article&#x2F;17&#x2F;7&#x2F;brewing-beer-python-and-raspberry-pi" rel="nofollow">https:&#x2F;&#x2F;opensource.com&#x2F;article&#x2F;17&#x2F;7&#x2F;brewing-beer-python-and-...</a>
评论 #14859590 未加载
nacnud将近 8 年前
I built a spaceship for my kids: <a href="http:&#x2F;&#x2F;www.duncanjauncey.com&#x2F;blog&#x2F;archives&#x2F;377" rel="nofollow">http:&#x2F;&#x2F;www.duncanjauncey.com&#x2F;blog&#x2F;archives&#x2F;377</a> (please excuse the tabloid headline of the article)
评论 #14862902 未加载
jackhack将近 8 年前
Recreating the Sony Aibo robot dog using a pile of cheap servos, 3 axis gyro, the camera, wireless, neopixel lights, LiIon power, etc. Shoulder joints, body shell and chassis 3d printed. Total cost is around $150.<p>Locomotion is largely based upon the designs documented by Cynthia Brezeal Ferrell (MIT mobile robots lab, under Prof. Rod Brooks) in her PhD thesis for the hexapod robot, Atilla&#x2F;Hannibal.<p>The first attempt was using Python which presented two insurmountable problems : 1) raspian OS boot time of 1.5 minutes which is unacceptable for an embedded device and 2) python threading is not sufficient for realtime. I was attempting to make series elastic actuators but the imprecision of the threading (jitter) was leading to wild oscillations... I finally had to accept it was a dead end.<p>I have started over in Elixir + Nerves which is designed at its core for embedded work. I will admit it is very slow going. Not because of any deficiencies in the language or environment. Quite the contrary -- I get a 10-second cold boot time and superb stability! But rather my mind is the limiting factor here. After three decades of imperative programming, the shift to functional programming is a challenge!
评论 #14856777 未加载
评论 #14857058 未加载
balloob将近 8 年前
Use Home Assistant to integrate anything in your house. Make voice assistants respond to your commands. Write advanced automations to help make your life easier.<p>Use our Hass.io OS build to setup Google Assistant easily on your Pi. Need a USB microphone and speakers connected to the Pi and you&#x27;ll get the full Google Assistant experience.<p><a href="https:&#x2F;&#x2F;home-assistant.io" rel="nofollow">https:&#x2F;&#x2F;home-assistant.io</a><p>(disclaimer: I&#x27;m the founder)
评论 #14861868 未加载
评论 #14861328 未加载
oulipo将近 8 年前
I&#x27;m the co-founder of <a href="https:&#x2F;&#x2F;snips.ai" rel="nofollow">https:&#x2F;&#x2F;snips.ai</a>, we are building a 100% on-device Voice AI platform to respect people privacy!<p>We would love to see what you can do with what we are building and to feature you on our website !
评论 #14856694 未加载
评论 #14856665 未加载
评论 #14856833 未加载
评论 #14856672 未加载
zitterbewegung将近 8 年前
Me and My brother made a strobe light based on a Nature paper to attempt to treat my Uncle for Alzheimers.<p>See <a href="http:&#x2F;&#x2F;www.nature.com&#x2F;nature&#x2F;journal&#x2F;v540&#x2F;n7632&#x2F;full&#x2F;nature20587.html?foxtrotcallback=true" rel="nofollow">http:&#x2F;&#x2F;www.nature.com&#x2F;nature&#x2F;journal&#x2F;v540&#x2F;n7632&#x2F;full&#x2F;nature2...</a>
评论 #14863220 未加载
评论 #14888998 未加载
mvip将近 8 年前
We&#x27;ve built a whole business on top of the Raspberry Pi. The company&#x2F;project is called Screenly[1], which is a digital signage solution for the Raspberry Pi and we have over 10,000 devices running it. We really gained a lot of momentum early on with our open source version[2].<p>[1] <a href="https:&#x2F;&#x2F;www.screenly.io" rel="nofollow">https:&#x2F;&#x2F;www.screenly.io</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;Screenly&#x2F;screenly-ose" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Screenly&#x2F;screenly-ose</a>
评论 #14860697 未加载
stadeschuldt将近 8 年前
I built a tool that monitors a solar panel installation:<p>The Website: <a href="http:&#x2F;&#x2F;solarpi.tafkas.net" rel="nofollow">http:&#x2F;&#x2F;solarpi.tafkas.net</a><p>Github Repository: <a href="https:&#x2F;&#x2F;github.com&#x2F;Tafkas&#x2F;solarpi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Tafkas&#x2F;solarpi</a><p>Blog Post: <a href="http:&#x2F;&#x2F;blog.tafkas.net&#x2F;2014&#x2F;07&#x2F;03&#x2F;a-raspberry-pi-photovoltaic-monitoring-solution&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.tafkas.net&#x2F;2014&#x2F;07&#x2F;03&#x2F;a-raspberry-pi-photovoltai...</a><p>Feedback is very welcome.
blacksmith_tb将近 8 年前
I&#x27;ve always liked chiming clocks, so I made a pseudo grandfather clock with an RPi Zero W, a $1 I2C servo controller, and a $3 mini digital servo that strikes a long chime tube scavenged from an old doorbell[1] - ntpd means it&#x27;s a lot more accurate than a pendulum clock, and cron keeps it from ringing in the middle of the night.<p>1: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;mfOEBCp74UU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;mfOEBCp74UU</a>
jeffreygoesto将近 8 年前
I built a tube internet radio with speech output of station names and switching stations with the AM dial. A small USB mouse picks up the rotation, a python script speaks the station name and passes the stream URL to gmediarenderer. Sound via USB soundcard and Phono&#x2F;Aux input. Inspired by <a href="http:&#x2F;&#x2F;blog.scphillips.com&#x2F;posts&#x2F;2014&#x2F;05&#x2F;playing-music-on-a-raspberry-pi-using-upnp-and-dlna-v3&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.scphillips.com&#x2F;posts&#x2F;2014&#x2F;05&#x2F;playing-music-on-a-...</a>.<p>Some pictures at <a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;r834D" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;r834D</a>
评论 #14858547 未加载
tbukovac将近 8 年前
1. use it as a weather station - temp&#x2F;hum&#x2F;pressure sensors are quite cheap 2. if you already have weather station, hook it up to an API and share the data (wunderground.com, or similar) 3. you can use it as local lan media player&#x2F;web server if you don&#x27;t want to mess with hardware 4. build a bad ass robot&#x2F;drone&#x2F;submarine with it 5. build security system - possibilities are limitless. You can even use pressure sensor as intrussion detection device, let alone sound, light, shock, camera, IR, etc sensors.... 6. use it as an alarm clock 7. use it as decoration - if you need it to last forever, pour a resin in a mould over it 8. wrap it as a gift if everything else fails
评论 #14878396 未加载
bronco21016将近 8 年前
Nothing unique really but I have a handful of older ones laying around that used to be purposed as RaspBMC machines. I recently moved everything to Plex with different client devices so I repurposed one Pi to be a print server for my parent&#x27;s older printer. Another one has been repurposed as an AirPlay client for my outdoor speaker setup using a cheap amp I bought on Prime day.<p>I also have a newer Pi 3 running Stratux for receiving ADS-B traffic and weather on my iPad while flying.<p>Aside from Stratux there are definitely cheaper&#x2F;easier solutions for what I&#x27;ve set up but nothing beats the &#x27;free&#x27; hardware collecting dust in the bin.
Samon将近 8 年前
I&#x27;ve built my home automation setup around Raspberry Pis.<p>I have an old Nexus7 tablet mounted on the wall (3D printed wall mount which incorporates a wireless charging coil) which hits the web UI of NodeRED running on a Pi to provide a &#x27;home control panel&#x27;.<p>There&#x27;s a pi with a heap of relays which controls things like my garden lights, sprinklers, motorised curtains (3D printed adapters to convert standard curtain tracks into motorised ones), etc, and then I have a number of Orvibo S20 WiFi power sockets to switch things like lamps on and off.<p>I have a pi mounted behind the front entrance panel acting as a doorbell, also connected to a camera module which triggers push notifications etc when motion is detected. This also ties back into the main &#x27;automation hub&#x27; via NodeRED.<p>I also built an aquarium monitoring&#x2F;control system on another Pi, with ambient and water temperature probes, a bunch of relays turning filters, lights, heaters, pumps, etc on and off, and an IR-emitter to send the relevant commands to my lighting fixtures to control the colour temperature and intensity (providing a &#x27;sunrise&#x27;&#x2F;&#x27;sunset&#x27; effect). Again, this all ties back to the main system using NodeRED.<p>Unrelated to the home automation, I also use a Pi to manage and run my 3D printer using OctoPrint, and run my media centre using LibreElec&#x2F;Kodi&#x2F;Emby (with my media stored on my main workworkstation and served via Emby).
评论 #14900063 未加载
bjpirt将近 8 年前
Here&#x27;s an open hardware robot arm you can build:<p><a href="http:&#x2F;&#x2F;kickstarter.com&#x2F;projects&#x2F;mime&#x2F;mearm-pi-build-your-own-raspberry-pi-powered-robot&#x2F;" rel="nofollow">http:&#x2F;&#x2F;kickstarter.com&#x2F;projects&#x2F;mime&#x2F;mearm-pi-build-your-own...</a><p>I know it&#x27;s Kickstarter but it will be shipping very soon and you can already download the files to cut your own if you&#x27;re into that.<p>(Disclaimer: it&#x27;s my project!)
gmiller123456将近 8 年前
Maybe not useful (to anyone else at least), but I&#x27;ve built a couple of small wheeled robots with cameras to do some experiments with Computer Vision.<p>Unless you&#x27;re doing computationally intensive tasks, I find a Raspberry Pi 3 is overkill. If you go with the cheaper models like one of the low end Orange Pi&#x27;s, you don&#x27;t mind dedicating them to projects, even if the project is pretty useless.
brenniemac将近 8 年前
I recently used a Pi to replace the game controller on an arcade style basketball game we have in our office (like this: <a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;B7YBq" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;B7YBq</a>). It&#x27;s running Android Things and has a couple of fun new game modes, better sound effects, and a whole bunch of LEDs for added awesomeness.
dagmx将近 8 年前
I use my raspberry pi to run home assistant to control my IoT devices. I also have another pi mounted on my 3d printer running octoprint so I can remotely interact with the printer.
评论 #14856607 未加载
sokoloff将近 8 年前
I have one running a few home automation type tasks (an IP-&gt;serial gateway for my whole-house audio, SDR radio to monitor 4 utility meters [only 2 meters are currently reporting data as my 2 water meters are not reporting usage via radio to me or to the utility], and controlling relays for the sprinkler system). Next steps are I plan to create an Alexa skill that will control the whole-house audio and let me &quot;pause&quot; the sprinklers as needed and integrate with weather forecasting to predict near-future rainfall so I can save water&#x2F;increase plant health if rain is expected.<p>I&#x27;ll be honest: it&#x27;s a lot of fun, but if I lived 100 lifetimes, it would never save me time on balance. ;)<p>I also use one to run stratux as another poster mentions. That one saved ~$650 vs buying the COTS solution.
评论 #14856760 未加载
simplyinfinity将近 8 年前
I use it as a remote on&#x2F;off&#x2F;reset switch hooked directly to the mobo of my windows pc for when it decides to crash&#x2F;bsod&#x2F;random stuck and i can&#x27;t RDP into the box, or just the power went out and need to turn the pc back on if it didn&#x27;t automatically.
kejaed将近 8 年前
DeckLights !<p>With an LED strip, some carpentry, an Arduino, and rpi, I&#x27;ve brightend up my deck a little bit. The rpi is there to program the arduino while embedded and to have a web interface to control the lights. Still to do was to get Homebridge (which is working on the rpi) to turn the lights on and off using Siri.<p><a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;E4lbU" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;E4lbU</a><p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ww1q248jc7Q" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ww1q248jc7Q</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;kejaed&#x2F;deckLights&#x2F;blob&#x2F;master&#x2F;projectNotes.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kejaed&#x2F;deckLights&#x2F;blob&#x2F;master&#x2F;projectNote...</a>
davexunit将近 8 年前
Just yesterday I used an old raspberry pi to make a bluetooth audio receiver that could be integrated with my vintage stereo equipment. You can buy something off the shelf for around $25 but they use cheap digital-to-analog converters and I wanted to use the high quality USB DAC I already had. Total hardware needed was the Pi, powered USB hub, USB DAC, and USB bluetooth adapter.<p>Potato quality photo of the very advanced system I came up with for keeping all the components together: <a href="https:&#x2F;&#x2F;tootcatapril2017.s3-us-west-2.amazonaws.com&#x2F;media_attachments&#x2F;files&#x2F;000&#x2F;145&#x2F;034&#x2F;original&#x2F;b49915978159c460.jpg" rel="nofollow">https:&#x2F;&#x2F;tootcatapril2017.s3-us-west-2.amazonaws.com&#x2F;media_at...</a>
评论 #14860145 未加载
schmich将近 8 年前
I&#x27;m working on simplifying live streaming from the Raspberry Pi to Periscope [1] using the Camera Module [2]. Future streaming targets include the usual suspects: Twitch, YouTube, Facebook Live, et al. Deployment is flexible; you can install it as a Debian package, a Docker image, or a standalone binary.<p>Personally, I plan to use it as a traffic camera mounted on the window of our office.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;schmich&#x2F;piriscope" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;schmich&#x2F;piriscope</a><p>[2] <a href="https:&#x2F;&#x2F;www.raspberrypi.org&#x2F;products&#x2F;camera-module-v2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.raspberrypi.org&#x2F;products&#x2F;camera-module-v2&#x2F;</a>
nsedlet将近 8 年前
Some friends and I built a jukebox with lights that react meaningfully to the chords and beats in the music (using Chordify). We brought it to Burning Man as an art project. It&#x27;s nothing compared to the other crazy ambitious stuff people do there - but it was our first real electronics project, and we had to learn a lot as we went.<p>Here&#x27;s a grainy video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;sXVZhv_Xi0I" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;sXVZhv_Xi0I</a><p>Here&#x27;s the code: <a href="https:&#x2F;&#x2F;github.com&#x2F;nick264&#x2F;music-processor-master" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nick264&#x2F;music-processor-master</a>
johnboiles将近 8 年前
I had one on my sailboat making all the boat&#x27;s sensor data available over wifi. It also let me control the Raymarine AutoHelm from my iPhone.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;Helm-firmware" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;Helm-firmware</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;Helm-hardware" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;Helm-hardware</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;nmeaproxy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;nmeaproxy</a>
评论 #14861883 未加载
评论 #14861861 未加载
scandox将近 8 年前
Built a working prototype of a LAN based discovery and routing device for Evercam.io. Not very sophisticated but it worked and it was deployed to several locations successfully in a pilot program, allowing them to route to Cameras that were otherwise inaccessible.<p>Actual code didn&#x27;t rely on rPi (Elixir&#x2F;OTP on Linux). But we shipped them on Pis. Other options considered had been Galileo and also an SoC called (I think) Quark (also from Intel).<p><a href="https:&#x2F;&#x2F;gitlab.com&#x2F;evercam&#x2F;evercam-gateway" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;evercam&#x2F;evercam-gateway</a>
tzano将近 8 年前
I used it to built a working prototype of Spot [1], a Raspberry-Pi powered chatbot that helps people find a parking spot. As a test, the RPI3 was mounted on the lightpost, the Camera Module [2] was used to capture images, so we can count number of empty spots.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;tzano&#x2F;spotFinder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tzano&#x2F;spotFinder</a><p>[2]: <a href="https:&#x2F;&#x2F;www.raspberrypi.org&#x2F;products&#x2F;camera-module-v2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.raspberrypi.org&#x2F;products&#x2F;camera-module-v2&#x2F;</a>
dividuum将近 8 年前
I&#x27;m running a digital signage service based on the Raspberry Pi: <a href="https:&#x2F;&#x2F;info-beamer.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;info-beamer.com&#x2F;</a><p>It started as a for-fun project and I&#x27;m now working full time on it. So I guess it qualifies :-)<p>If you want to display any kind of information on your Pi, you might take a look. The code that &quot;runs&quot; the display is written in Lua and the system is pretty programmer friendly. You can even &#x27;git push&#x27; and deploy directly on any number of screens. Questions welcome!
jason_slack将近 8 年前
I&#x27;m using a Pi to capture the speeds and pictures of cars as they travel down my road. We then report the speeders to local law enforcement. I recently decided to expand to a 9 camera system (8 security cameras and 1 piCamera) and start capturing video, stills, speeds and car data. I then am able to show that the same car speeds everyday (or however often) and have a lot of useful data to hand over. My next step is to mount a large display on my property that shows the cars in big numbers just how fast they are going.
评论 #14867389 未加载
laddad将近 8 年前
I built a remote controlled cat feeder with a simple servo controller loosely based on this blog: <a href="http:&#x2F;&#x2F;drstrangelove.net&#x2F;2013&#x2F;12&#x2F;raspberry-pi-power-cat-feeder-updates&#x2F;" rel="nofollow">http:&#x2F;&#x2F;drstrangelove.net&#x2F;2013&#x2F;12&#x2F;raspberry-pi-power-cat-feed...</a> Then I added a server instance and an iOS app so I could schedule &#x2F; manually control feedings remotely. Great for short trips.
adammck将近 8 年前
I used a Rapsberry Pi (and a lot of Dynamixel servos, LiPo, gyro, etc) to build a small hexapod robot. I was mostly interested in learning about legged locomotion, and got a bit carried away. Using a normal-ish Linux platform with GPIO and USB devices made it really easy (and fun) to hack everything together.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;adammck&#x2F;hexapod" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;adammck&#x2F;hexapod</a>
评论 #14882285 未加载
SeanCline将近 8 年前
We use one in the office to monitor the Jenkins build status of our dev branch. <a href="https:&#x2F;&#x2F;github.com&#x2F;SeanCline&#x2F;build-indicator&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SeanCline&#x2F;build-indicator&#x2F;</a><p>Hardware-wise, it&#x27;s just a Pi and UnicornHat. I wanted to use off-the-shelf components since it&#x27;s in an office environment with rather strict rules about what can be plugged into the wall.
opie34将近 8 年前
A friend and I put together a free dynamic DNS service [1] offering cool custom domains aimed at the Raspberry Pi community (and similar hardware hackers.)<p>It&#x27;s not strictly a hardware project, but it&#x27;s a crucial building block for any network-enabled Raspberry Pi project, and we&#x27;d love your feedback.<p>[1]: <a href="https:&#x2F;&#x2F;www.legitdns.com" rel="nofollow">https:&#x2F;&#x2F;www.legitdns.com</a>
评论 #14938598 未加载
researcherOne将近 8 年前
i used raspberry pi 2 in order to build 2d mapping robot(i installed ROS on top of ubuntu on pi2). i also tried to make it autonomus but lack of some hardware such as motor encoder made it quite hard to accomplish so i did not go for it. See snippets of video diary at <a href="https:&#x2F;&#x2F;robot.birkankolcu.com" rel="nofollow">https:&#x2F;&#x2F;robot.birkankolcu.com</a>
评论 #14863797 未加载
arunpn123将近 8 年前
I built a voice-activated light switch using Pi. Demo and schematics here: <a href="http:&#x2F;&#x2F;arunpn.com&#x2F;projects&#x2F;voice-activated-light-switch&#x2F;" rel="nofollow">http:&#x2F;&#x2F;arunpn.com&#x2F;projects&#x2F;voice-activated-light-switch&#x2F;</a> After that project, I have slowly added more functionality to it like controlling music, alarms, etc.
bjacobt将近 8 年前
I&#x27;ve a few simple projects around the house<p>1. I&#x27;ve a python script that sends bluetooth LE commands to my ceiling fan &amp; lights. Ceiling fan has got a bluetooth LE remote you get from Lowes. Then used ha-bridge to simulate Philips hue, so now I can control the lights &amp; fan using Alexa.<p>Built it to turn lights no&#x2F;off with my new born daughter in hand.<p>And since about 5 months of age, every time anyone says the word Alexa she looks around to see the change in environment.<p>2. Run this useful open source project called LittleSleeper[1] to detect my baby daughter crying at night.<p>3. Configured IP camera to upload pictures on activity and use BerryNet[2] to detect whats in the images<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;NeilYager&#x2F;LittleSleeper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NeilYager&#x2F;LittleSleeper</a> [2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;DT42&#x2F;BerryNet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;DT42&#x2F;BerryNet</a>
评论 #14878365 未加载
ankurpatel将近 8 年前
Created a temperature sensor system that can generate alerts whenever temperature or humidity goes above or below a limit configured by the admin portal. Along with Elasticsearch and Kibana graphs can be generated and also data can be seen on top of the floor plan to understand hot and cold spots in a building.<p>The repository below contains code and instructions on how to setup the Raspberry Pi device to report temperature&#x2F;humidity data along with manual alerts to the server: <a href="https:&#x2F;&#x2F;github.com&#x2F;ankurp&#x2F;thermostat-sensor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ankurp&#x2F;thermostat-sensor</a><p>The server code where data is received and saved, notifications are sent, and the entire system configured via the admin portal is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;ankurp&#x2F;thermostat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ankurp&#x2F;thermostat</a>
khedoros1将近 8 年前
I&#x27;ve got more plans than finished projects. One is an attempt to build a GPIO-connected synthesizer using an old OPL-3 chip and the DAC chips that are designed to be paired with it. The plan would be to add direct hardware output to Adplug and Dosbox.<p>Another is a quadrupedal robot (more like a puppet to start with; autonomy would come after I&#x27;ve got the gait control code working). Control would be through a bluetooth game controller. I&#x27;ve got a laser-cut acrylic body for the thing and a servo control hat to deal with timing jitter.<p>Third, I&#x27;ve got a Pi-Zero and a broken PSP. 4.3&quot; Backup camera screens are the right size, shape, and resolution to fit in the PSP case, they can be modified to take 5V instead of 12, and the Pi-Zero has 2 contact pins for the analog video out. I&#x27;d need to experiment with audio out; I&#x27;ve got a couple ideas.
cjdaly将近 8 年前
These little computers are floppy and like to slide off the desk under the weight of their own USB cables. This has led me into many adventures with wall mounted enclosures.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;cjdaly&#x2F;CompuCanvas" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cjdaly&#x2F;CompuCanvas</a>
rodrigosetti将近 8 年前
I built a smart scale that keeps track of my cat&#x27;s food intake, compute trends, and text me when has been too long since eating:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rodrigosetti&#x2F;smart-pet-food-tracker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rodrigosetti&#x2F;smart-pet-food-tracker</a>
amingilani将近 8 年前
ChronoPill is a DIY Time Capsule alternative for Raspberry Pi. I used Resin to make it ultra reproducible. MacOSX can backup to this networked drive just fine.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;amingilani&#x2F;chronopill" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;amingilani&#x2F;chronopill</a>
johnboiles将近 8 年前
Also made a replay camera for the office foosball table. We have an iPad scorekeeping application that queries the Pi for a video replay after every goal.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;replaycam" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;replaycam</a>
1024core将近 8 年前
Is anyone using this to sense water levels (or just the presence of water)? I&#x27;d like to implement a doohickey that monitors water levels in a water storage tank which is not easily accessible. So it must be very reliable, and install-and-forget, as access is a pain in the ass.
评论 #14859673 未加载
johnboiles将近 8 年前
Also also, I have a Pi with a usb RTL-SDR radio receiver functioning as a mobile HAM APRS iGate: <a href="https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;pi-rtlsdr-igate-docker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnboiles&#x2F;pi-rtlsdr-igate-docker</a>
ccosse将近 8 年前
An R-Pi3 configured as a special router &#x2F; credit-meter which has kids earn their internet access by completing online activities. <a href="https:&#x2F;&#x2F;netdispenser.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netdispenser.github.io&#x2F;</a>
rocktronica将近 8 年前
I have three Pis currently &quot;deployed&quot;:<p>1) Internet radio w&#x2F; an amplifier in a cigar box. It was a gift for my gf and only plays the station she listened to in college. <a href="https:&#x2F;&#x2F;github.com&#x2F;rocktronica&#x2F;curpi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rocktronica&#x2F;curpi</a><p>2) Timed camera and GIF maker for my cat feeder. <a href="https:&#x2F;&#x2F;github.com&#x2F;rocktronica&#x2F;feedergif" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rocktronica&#x2F;feedergif</a><p>3) OctoPrint server for my 3D printer <a href="http:&#x2F;&#x2F;octoprint.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;octoprint.org&#x2F;</a><p>[edit: formatting]
gavreh将近 8 年前
I have one running PiAware: <a href="http:&#x2F;&#x2F;flightaware.com&#x2F;adsb&#x2F;piaware&#x2F;" rel="nofollow">http:&#x2F;&#x2F;flightaware.com&#x2F;adsb&#x2F;piaware&#x2F;</a><p>I built a &quot;Kitchen Dashboard&quot; last year: <a href="https:&#x2F;&#x2F;gavinr.com&#x2F;2016&#x2F;01&#x2F;10&#x2F;raspberry-pi-kitchen-dashboard&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gavinr.com&#x2F;2016&#x2F;01&#x2F;10&#x2F;raspberry-pi-kitchen-dashboard...</a><p>And of course you have to build a RetroPie: <a href="https:&#x2F;&#x2F;retropie.org.uk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;retropie.org.uk&#x2F;</a>
评论 #14856905 未加载
danesparza将近 8 年前
I&#x27;ve used it to run a family dashboard: <a href="https:&#x2F;&#x2F;github.com&#x2F;danesparza&#x2F;Dashboard" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;danesparza&#x2F;Dashboard</a><p>I use Octopi to control my 3d printer: <a href="https:&#x2F;&#x2F;octopi.octoprint.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;octopi.octoprint.org&#x2F;</a><p>And I&#x27;ve started experimenting with different sensors using Golang and embd: <a href="https:&#x2F;&#x2F;github.com&#x2F;kidoman&#x2F;embd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kidoman&#x2F;embd</a>
arman_ashrafian将近 8 年前
I have my Pi hooked up to an LED strip in my room. It is running a flask server so I can control the light with a website or with my Alexa. I use it everyday and it was super easy to set up.
daxaxelrod将近 8 年前
Made a smart foosball table last summer! <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=QSY4FEy9ZuY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=QSY4FEy9ZuY</a>
simonbyrne将近 8 年前
I use it to turn my television on and off: <a href="https:&#x2F;&#x2F;github.com&#x2F;simonbyrne&#x2F;fauxmo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;simonbyrne&#x2F;fauxmo</a>
altreality将近 8 年前
I&#x27;m working on an open source Canary clone with a RasPi Zero W and Camera module, a couple of sensors (Smoke and CO) and MotionEye software all stuffed into a Pringles can. :)
AKalair将近 8 年前
At our office we&#x27;re big tea drinkers with a massive Teapot from Ikea so with a set of USB scales, we turned one into an internet connected Teapot complete with leaderboard, it&#x27;s gamified tea making for the office.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gbrady92&#x2F;Teabot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gbrady92&#x2F;Teabot</a><p>Leaderboard - <a href="http:&#x2F;&#x2F;www.teabot.co.uk&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;www.teabot.co.uk&#x2F;index.html</a>
mafuyu将近 8 年前
Waaay back in 2011, when I was getting started with electronics, I combined a Raspberry Pi 2 with a battery pack and a head mounted display for an iPod Video to make a HUD. It was horribly hacky, but I did manage to get it to show the time and my Google Calendar events with a Python GUI program and Internet over Bluetooth to my phone.<p>Some pictures: <a href="https:&#x2F;&#x2F;github.com&#x2F;Hylian&#x2F;PiHUD" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Hylian&#x2F;PiHUD</a>
dtien将近 8 年前
Not myself, but a friend:<p>Making an snes emulator in an HDMI dongle form factor with wireless controllers.<p>SNES on your main TV system, switch TV inputs, play Super Mario Kart. No hookups, no wires.
southpawflo将近 8 年前
a post on hackaday.com led me to a lightning sensor breakout board that connects at 3.3V which is perfect for a rpi. since I live in florida I jumped at it. just got it hooked up the other day, unfortunately NOAA&#x27;s lightning strike database is a few days behind so in a day or two I&#x27;ll be able to check the accuracy of it. it&#x27;s my first electronics project with the rpi and I have definitely learned a lot already
评论 #14860083 未加载
avitzurel将近 8 年前
I hacked a remote controlled car and connected it to the Twitch chat so it can be controlled through chat commands.<p>It can also stream the video back to my computer so people on the stream can see where the car is going.<p><a href="https:&#x2F;&#x2F;fullstack.network&#x2F;i-built-a-car-that-is-being-controlled-by-the-twitch-chat-heres-how-25e9f02c42ab" rel="nofollow">https:&#x2F;&#x2F;fullstack.network&#x2F;i-built-a-car-that-is-being-contro...</a>
moobsen将近 8 年前
Currently I am building a mobile GPS beacon which a drone can follow. The goal is to create a small follow-me box without the need for a smartphone.
david90将近 8 年前
We&#x27;ve built a doorlock system with Raspi, note here: <a href="https:&#x2F;&#x2F;code.oursky.com&#x2F;iot-side-project-chima-open-door&#x2F;" rel="nofollow">https:&#x2F;&#x2F;code.oursky.com&#x2F;iot-side-project-chima-open-door&#x2F;</a> and code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;oursky&#x2F;doorlock" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;oursky&#x2F;doorlock</a>
djmips将近 8 年前
Kilgore. A robot trout! <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=7busGsuIOU4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=7busGsuIOU4</a><p>Fish code is python: <a href="https:&#x2F;&#x2F;github.com&#x2F;djmips&#x2F;trout" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;djmips&#x2F;trout</a>
nanospeck将近 8 年前
I&#x27;ve built a drone that can be controlled by rpi. Phase 1 is completed : <a href="http:&#x2F;&#x2F;akhilspassion.blogspot.co.id&#x2F;2017&#x2F;07&#x2F;building-autonomous-drone-with.html?m=1" rel="nofollow">http:&#x2F;&#x2F;akhilspassion.blogspot.co.id&#x2F;2017&#x2F;07&#x2F;building-autonom...</a>
MattGrommes将近 8 年前
I put retropie on one, then added a Picade hat to easily connect some real arcade buttons and joystick to play mame games on. I put it inside of an old restored Defender cabinet.<p>I&#x27;m also in the process of building a &quot;magic mirror&quot; which will have some home automation and Google assistant built in.
mcjiggerlog将近 8 年前
I made an ugly multi-coloured light controlled by a companion app - <a href="https:&#x2F;&#x2F;tomjwatson.com&#x2F;blog&#x2F;raspberry-pi-powered-home-lighting" rel="nofollow">https:&#x2F;&#x2F;tomjwatson.com&#x2F;blog&#x2F;raspberry-pi-powered-home-lighti...</a>
gunnarde将近 8 年前
Raspberry Pi Nintendo cartridge <a href="http:&#x2F;&#x2F;www.dontwatchme.com&#x2F;build-raspberry-pi-retropie-nintendo-cartridge" rel="nofollow">http:&#x2F;&#x2F;www.dontwatchme.com&#x2F;build-raspberry-pi-retropie-ninte...</a>
adangert将近 8 年前
<a href="http:&#x2F;&#x2F;joustmania.com" rel="nofollow">http:&#x2F;&#x2F;joustmania.com</a> Open source 16 player version of JS Joust, all running on a pi, very easy setup, and tons of features and game modes
rubatuga将近 8 年前
It acts as a great DHCP and DNS server. It translates short addresses&#x2F;hostnames into IP address, which is great for commands like “ssh pi@hub”. Also it’s much faster than my router.
malynda将近 8 年前
I will be using the EnviroPhat from Pimoroni to collect data about the solar eclipse on August 21. I was more motivated by the data than putting together my own hardware for this one.
kevas将近 8 年前
Just finished setting up openVPN on a RPi3b so my salesperson and I can access the CRM from outside my network.
ap46将近 8 年前
HomeKit Hub &amp; coupled with an ESP8266(Or even without it) you can make Siri do practically anything.
t_minus_2将近 8 年前
I use it as a GopiGo, Timelapse camera which i mount on my car dashboard to record my road trips.
pecord将近 8 年前
Emulation (RetroPie), VPN (PiVPN), DNS (PiHole) and IP Camera (MotionEye OS)
a_lifters_life将近 8 年前
I made a surveillance camera for my new home, it actually works quite well.
devopsproject将近 8 年前
block all ads on your network: <a href="https:&#x2F;&#x2F;pi-hole.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pi-hole.net&#x2F;</a>