r/raspberryDIY

Made an open-source app that runs my Flipper and ESP32 gear from one dashboard
▲ 26 r/raspberryDIY+3 crossposts

Made an open-source app that runs my Flipper and ESP32 gear from one dashboard

I go by LxveAce and everything I make is open source.

I got sick of every board on my bench needing its own flasher. The Flipper had qFlipper, my ESP32s had like five different web flashers, and none of it talked to anything else. So I built one app to run all of it, with the devices able to actually communicate. On the Flipper side it flashes the custom firmwares through qFlipper. The point is the Flipper stops being a silo. It's in the same dashboard as the ESP32 stuff, and you can pass targets and results between devices instead of them living in separate apps.

doesn't have to run on a laptop, either. There's a Pi build, so if you're putting a It Flipper into a cyberdeck or a portable rig, this can be the thing that actually runs the setup, and there's a web mode if you'd rather drive it from your phone.

There's also a standalone flasher and a headless version for screenless setups, plus some smaller bits. All open source.

Links:

- The app + downloads: https://cybercontroller.org

- Source: https://github.com/LxveAce/cyber-controller

- Discord: https://discord.gg/lxveace

u/DrinkPissWater — 1 day ago
▲ 129 r/raspberryDIY+5 crossposts

I built a severe weather station that uses an SDR to pull data from cheap sensors, and runs a machine learning ensemble every 15 minutes on that data to forecast imminent severe weather.

(Pi 3b+)The thesis for this project is both simple, and a fun challenge: Design a model that only relies on locally gathered data, to predict severe weather events with minimal false negatives and an acceptable level of false positives, then put it all into a box that 'just works' when plugged in, unlike many 'smart' devices sold today.

I once bought a meat thermometer. I opened it to use on the Christmas roast, and the app greeted me with "we are happy to have been a part of your cooking experience. Unfortunately, as of <date 4 months prior>, our servers are shutting down."

Panicking about the tight timing of christmas dinner and cursing the God who made me, I ran out to get an emergency thermometer because <local big box store> sold me a brick! 

I got my money back eventually, but it's given me a vendetta against any machines or services that require offsite hardware, or require some company to pay their bills to work.

On June 10th, a major wind storm came to my city. That storm was powerful enough that it knocked all the NWS ASOS stations near me offline for a few days. Remembering my vendetta, and eyeballing the cheap Amazon-special weather station i recently acquired,  the seeds of an idea formed.

The result of that idea is Weather Station Alpha: A self-contained forecasting box that predicts seven distinct severe weather hazards across 1-hour and 24-hour horizons, using local sensor data only.

 The hardware sits inside a metal project box running neural net inference on a schedule, with an SDR, LEDs, a barometer, and its own cooling fans, so it runs at the absolute limit of what the Pi's power supply can handle. Any more overhead and this little guy undervolts. Ask me how I know.

I wrote five services to orchestrate the ui and api, sensor data pipeline, machine learning pipeline, active cooling, and physical LED status animations.

The prediction engine runs an LSTM neural net with attention, trained on 30 years of official NWS data. To resolve prediction confidence, the system blends a 500-pass Dropout Monte Carlo simulation 50/50 with a distance-weighted K-Nearest Neighbors algorithm. The Monte Carlo engine generates randomized path variants to simulate realistic transitions, while the KNN uses the network's N-1 layer as a vector embedding space. 

This acts as a real-time learner, and is the real strength of the system: when local anomalies or sensor quirks arise, you can flag the timestamps in the admin to inject new example vectors, teaching the box about local climatology and sensor quirks instantly without retraining the underlying neural network.

The data collection relies on an RTL-SDR USB dongle pulling radio transmissions from local wireless sensors, combined with an on-board USB barometer. 

After I got all the bits in the box, i drilled 1/2" holes. 2 in the lid for the antenna and LED, and one in the back for power. I put rubber grommets on those holes. I also added some o-rings to the silicone diffuser, and cut a nice decal and lettering for it with my circut machine. I think it came out pretty sharp :)

After initial setup, I spent a week calibrating it against the real local data..adding and removing samples and tweaking thresholds. It was a particularly stormy week so I had good data to test against. After that week, I was satisfied with its sensitivity and dataset...or so I thought.

About a week after this calibration a funny thing happened with the real time learning...The box was giving me a "wind" warning one afternoon. I looked outside at the nice calm day...and decided this was another false positive to be corrected and tamped down. I raised the thresholds and added a none point for that time.

Whelp, 15 minutes later, a gust front came thru that was strong enough to knock some tree branches off.

I sheepishly deleted that none point and put the thresholds right back where I had them. It was then I vowed to wait a week before questioning the black magic of the box and applying corrective inputs.

Now, if society collapses tomorrow, the National Weather Service disbands, and all the doppler radars are shut down...I'll still have a decent little severe weather warning system so long as I keep that computer powered, adjust it for events it misclassifies, and change the AAs in the sensors every 9 or so months. 

No one using this box will ever get a message saying "we are happy to have been a part of your weather experience, but our servers dont exist anymore, sorryyyyy".

The entire parts list, a more in-depth explanation, and the code are open-source and ready to build, available on my github.

Project repo: https://github.com/Dominic-Muscatella/weather-station-alpha

OR, skip over the setup instructions and go right to the explainer:
https://github.com/Dominic-Muscatella/weather-station-alpha/tree/master#how-it-all-works

u/MakerOfGreatThings — 2 days ago

using a Raspberry Pi 5 8 GB as a host for remote access will improves your browsing and general computing experience compared to using a Pi 3B+

Performance: The Raspberry Pi 5 is roughly 2–3 times faster than the Pi 4, and significantly more powerful than the Pi 3B+. This makes web browsing, loading heavy pages, and multitasking with multiple browser tabs feel much snappier.
Memory: With 8 GB of RAM, you won't run into "swapping hell" (when the system runs out of RAM and starts using the slow SD card as memory), which is a common bottleneck on the Pi 3B+ when browsing the modern web.
Desktop Experience: You will find that standard Linux desktop tasks (LibreOffice, file management, coding) are fully usable on a Pi 5. 

reddit.com
u/Fun-Leek8010 — 2 days ago
▲ 155 r/raspberryDIY+3 crossposts

My first restoration done!

I have just finished my latest project: restoring and upgrading this vintage radio! It had been a fantastic project to work on and I want to go a little into detail and explain how I built it.

First of all, a bit of backstory: A friend of mine had this unit in his living room as a decorative object. It was not working in its original state. That's why he had put two cheap PC speakers inside the cabinet and connected them to a equally cheap turntale with Bluetooth. As this wasn't exactly an elegant solution, he reached out to me and asked if I could restore and modernize the radio. He wanted bluetooth, (internet)radio and if possible AirPlay. All while preserving the original aestetics of the unit. So I got to work...

The first thing that came to mind was the screen. I deffinitely wanted a display that fits into the scale showing the current tuned frequency. As a screensaver, a custom VU meter in the radio's frontplate design shall be shown, so it blends in nicely with the overall looks. I ended up getting a waveshare 1280x400px touch screen for Raspberry PI.

The choice of a raspberry PI as the main computer was also pretty obvious. It ticks all the boxes spec wise, has great software support and using HATs I can expand the funcionality further.

Of course, I also need some sort of amplifier. Originally, I wanted to keep the tube amplifier inside the unit, but it consumed so much space, was extremely low power and the heat from the tube probably also would not have been that good for the PI. So I opted for a HiFiBerry AMP 2. Super efficient, high power class-D amplifier made for the RPI.

The original speaker setup also had to be replaced. The electrostatic tweaters would have sounded amazing, but cannot be driven using the amplifier I have chosen. But of course, I kept them in storage for later use. As I was on a pretty tight budget, I chose two Visation BG20 full-range drivers. They are very cheap at only around 35€ per piece and had some good reviews. This turned out to be a great descision as they really sound amazing for their price.

So that's it for the components.

Next up, software: And that was the first big challenge. There are quite a lot of options out there. I started with MoOde. Easy to set up and good functionality. But it is not very extensible. I needed a UI that works with a rotary encoder, as I could not use the touch screen of the display through the glass. And due to the architecture of MoOde, it would have taken ages to implement all that.

So after a lot of searching, I stumbled across Berryaudio: www.berryaudio.org . It is a very new media player OS, but has some very good features. And being written in python using a very extendable architecture, it was the way to go. I want to give a huge shoutout to the developer of Berryaudio, Varun Gujar, who really did some amazing work with his project. I changed quite a lot, so it suits my very specific needs. You can find my forks of the core and frontend here: https://github.com/FloTec508/berryaudio https://github.com/FloTec508/ba-frontend. Mainly, I added support for RadioBrowser, my custom button and encoder system, UI navigation using rotary encoders and some UI tweaks to fit the letterbox screen. Some of my changes are now even part of the official repo.

The first parts started to arrive and I began design and assembly.

One of the biggest hardware challenges were the source selection buttons. There are six latching buttons at the front of the unit. I wanted to use them for source selection. But there was one issue: what if the user switches source using the web interface or the screen on the device? In this case, the buttons would be out of sync with the software. Soooo, I decided to motorize them. I prototyped the first revision of the design, utilizing small 9g servos and levers to actuate the buttons from the back. That worked surprisingly well, so I refined the design and had a working mechanism.

I needed some way to control and monitor the buttons and encoders and report changes to the berryaudio core. I decided to offload the monitoring to an external STM32 microcontroller. I wrote a bit of code that continously reads the button and encoder states and creates a event "fifo-type" buffer, where events are pushed in. Once new events are inside the pipeline, a interrupt pin gets pulled HIGH to signal the Raspberry PI to request data from the STM32. I does so using the virtual serial port of the STM32 and receives a list of all registered events scince last request. This way, I only have to monitor one pin on the PI and have enough headroom for delays thanks to the event buffer. The system is bidirectional. so the RPI can send Events into the STM32's timeline for it to process. In my case this is only used for updating the button states.

All of that took a lot of tweaking and testing, during which I started building the speakers. This was my first time building speaker cabinets. After some research, I decided to use a bass reflex design. The speaker chambers originally were open at the back, so not airtight at all. Therefore, I needed to seal everything using acrylic sealing compound and wood plates where needed. I build adapterplates for the new, bigger speakers and fitted them. Inside the hole of the former tweaters I put the bass reflex tubes. I calculated their length and printed them on my 3D printer. Lastly, I added padding to all sides of the chamber and sealed them up. And to my surprise, they sound incredible! Nothing high-end for sure, but keeping in mind I paid 70 bucks for the drivers, the result is amazing! I tuned the EQ a little to get even more out of the speakers.

So all in all I am very pleased with the results. It looks, sounds and feels amazing. And my friend was impressed and happy with the results. So what do you want more?

u/FloTec09 — 4 days ago
▲ 2 r/raspberryDIY+1 crossposts

Losing wifi connection of raspberry pi 4

I'm working on a project in that I'm using raspberry pi 4 and gps + compass module ublox 7m.

And I connected a raspberry pi 4 with my mobile hotspot so I accessed the raspberry pi from my laptop.

Initially it is working fine, but after the completing the work, when I shutdown the raspberry pi 4, then pi doesn't connecting with the mobile hotspot, I tried power on and off, Even I add a switch to properly shutdown the pi 4, but that won't also work.

I have to boot the entire pendrive from the raspberry pi imager, after the complete fresh boot, it starts working,

But the same after some interval of time, it loses connection again, every time I tried wpa_supplicant.config suggestion but it didn't work also.

Until now the boot the pendrive at least 8 times, and done the code from the scratch.

If anyone from you guys have any suggestions please tell me I really need that now.

reddit.com
u/FirefighterFrosty351 — 4 days ago
▲ 38 r/raspberryDIY+4 crossposts

Got tired of regular speakers so I built this for my desk

Been building this in my desk for a few weeks. It’s a Bluetooth speaker I made from scratch that grabs the album art from whatever song you’re playing and displays lights accordingly. It’s been a great addition to my desk setup. Still just a prototype but just finished v2 and wanted to see what you would change.

u/Chance_Juice_2336 — 5 days ago
▲ 146 r/raspberryDIY+1 crossposts

A rather unconventional way of driving a display over GPIOs using a Pi

I’m working on this project here, and it has been a lot of fun. Some things were never really planned, but worked out surprisingly well.

In this video, of course, the Raspi doesn’t RUN the games shown on the 720x720 screen. But I still think it is kinda funny that it is possible to PLAY them with a Raspi Zero 2 W at over 30 FPS. The game is streamed low-latency over WiFi/internet, then forwarded via SPI over the GPIO pins to this little low-power hardware.

The video comes from the host PC, which has the GPU and renders the game. The Pi acts more like a network/input bridge here. It receives the stream, pushes the encoded video data to my decoder board, and sends input back to the host.

I wanna try to build an open-source, battery-powered handheld device like this. Maybe a simple gaming pad with PlayStation-controller-style input.

Originally, I was trying to build something more like a communicator, with the goal of a real Linux phone-ish device. But I was honestly surprised that I was able to make this work with Windows as well. Just to make it clear: Windows is not installed on the Pi. It is streamed to it. Under good circumstances, it feels native and very responsive, even over the internet.

I use the Pi’s capabilities wherever I can. GPCLK0 on GPIO 4 feeds my decoder with a clean enough clock. The encoded video stream goes over SPI at up to 64 MHz, but it can be much lower and still be sufficient. I also use I2C for the backlight driver, turning it on/off and adjusting brightness, plus touch input. Basically, my Python code handles all this on the Pi side.

For those who don’t know: with raw pixel data, this would not work at this resolution and frame rate over normal SPI. A 720x720 frame has 518,400 pixels. At 64 MHz SPI, raw RGB565 would only be around 7.7 FPS max, and raw RGB888 would only be around 5.1 FPS max, before any overhead. So the trick here is video compression.

A simple way to explain it is BMP vs PNG. Both can show the exact same image, but BMP stores raw pixel information, while PNG uses tricks to make the file smaller. My setup does something similar in spirit: it avoids sending full raw frames whenever possible.

I also bitbang some GPIO pins for JTAG to flash firmware to the decoder, which is the little square board.

Let me hear what you think. Ask me questions. I know there are plenty of ways to attach a display, be it HDMI, DSI, normal SPI displays, etc. But I like the idea of using a simple serial protocol and a small low-power decoder board.

u/gitzian — 6 days ago
▲ 0 r/raspberryDIY+1 crossposts

Raspberry Pi IR blaster — transmitter IR LED won’t light, everything else checks out

Building an IR blaster on a Raspberry Pi Zero 2 W to control my AC. The receiver I can read my Carrier remote and capture codes fine. The transmitter won’t emit any IR.

What I’ve already confirmed:
ir-ctl -f -d /dev/lirc0 reports the device can send raw IR (carrier, duty cycle, etc.)
Sending runs with no error: ir-ctl -d /dev/lirc0 --send=power.txt
The capture file is valid (full +/- pulse data)
Checked the IR LED on a phone front camera — no flicker at all
Swapped in a fresh IR LED — still nothing
Transistor pinout confirmed C/B/E, emitter is grounded
So software + Pi side seem fine; I think it’s something in the breadboard wiring I can’t spot. Photo attached. What am I missing?

u/SignificanceHot7692 — 6 days ago
▲ 1.0k r/raspberryDIY+1 crossposts

This kit let's you make a customisable phone using as Raspberry Pi CM5.

This is a kit being sold for $240 on which you can attach a Raspberry Pi CM5 and it becomes a fully functional Blackberry like phone with manual buttons. There are some adaptors you can buy separately to add in other functionalities. Source: https://youtube.com/shorts/X58R0j4aEWA

u/Oriental_Seb — 8 days ago

New to Raspberry Pi - Looking for productive project ideas for a complete beginner

Hi everyone,

I'm completely new to all of this, coding, Raspberry Pi, electronics, all of it.

A friend gave me a Pi because I wanted to automate some work messaging. That idea ran into WhatsApp's automation rules and didn't work out, so I'm now looking for a better use for the Pi rather than giving it back.

The board is a Raspberry Pi 4 Model B (4GB RAM) running Raspberry Pi OS Lite (64-bit), and I have the original Pi Camera Module v1 (Rev 1.3, 5MP).

A bit about me so suggestions can be relevant:

  • I help run a chess academy (operations, scheduling, communication with students and parents).
  • I also manage racket sports at a multi-sport facility (badminton, pickleball, squash bookings and events).
  • I'm preparing for a competitive exam over the next ~5 months, so anything around study tracking or focus is interesting too.
  • Honest disclaimer: I don't write code from scratch, I use AI to generate and explain it, and I'm learning as I go.

I'd love ideas that fit any of these:

  • Genuinely useful for the academy or sports facility.
  • Helps me learn programming or electronics along the way.
  • Could potentially earn a bit of money.
  • Or just a rewarding project that builds skills and feels like a win.

What would you build if you were starting from scratch? Appreciate any suggestions.

reddit.com
u/Conscious-Log-9188 — 4 days ago

The Pi 5 is great. It's also overkill for 90% of what people actually use these boards for.

Ran my Pi 4 (2GB) for some time as always on Home Assistant server. Considered upgrading to Pi 5 seriously, made calculations and decided against it.

Sure, the Pi 5 is more powerful, but I cannot see the Pi 4 as the bottleneck of any home server workload such as Home Assistant, PiHole and sensor logger. It was never a bottleneck. Most often, the bottleneck is the SD card or power supply.

Pi 5 (4GB) with good PSU and case costs about $100. Pi 4 with all the above costs only half that price. As for a device in your cupboard, the difference in speed is imperceptible.

Just boot from SSD USB drive, add good PSU and watchdog and the Pi 4 will work for many years.

Is anyone actually using the maximum capacity of Pi 4 in a home server and actually needs the upgrade? Needs, not wants.

reddit.com
u/Silent_Television329 — 7 days ago
▲ 46 r/raspberryDIY+1 crossposts

I built an e-paper smart home dashboard because glowing screens are annoying. (Then it spiraled into a full CI/CD project)

I built this because I wanted a dashboard for my homelab that actually looked like ink on paper, not just another glowing screen. It runs on a Pi Zero. But because I absolutely refuse to SSH into a headless Pi every time something breaks, things got a little out of hand. I ended up writing a custom Wi-Fi recovery portal and a CI pipeline to build ready-to-flash images. The repo is open-source if anyone wants to steal the code.

Here is the breakdown of the build and why I over-engineered the hell out of it.

The Hardware

  • Brain: Raspberry Pi Zero W (small enough to hide).
  • Screen: Waveshare 2.9" Tri-colour (Black/White/Red) e-paper module.
  • Sensor: AHT20 (I2C temp/humidity sensor).
  • Wiring: I skipped the plug-and-play HATs because they cover all the GPIO pins. I wired it bare-metal—SPI for the screen, I2C for the sensor—so they could share the board and fit inside a custom case without colliding.

The Over-Engineering (Fixing the annoyances of IoT)

I hate dealing with headless smart devices when things break, so I spent most of my time fixing the classic Raspberry Pi friction points:

1. The "Changed My Router Password" Problem Usually, if a headless Pi can't find the Wi-Fi, it just dies silently, and you have to plug in a keyboard or re-flash the SD card.

  • My fix: On boot, InkNode tests the connection. If the internet is down, it halts the boot, spins up its own temporary Wi-Fi Access Point, and physically draws a QR code on the e-paper screen. You scan it with your phone, hit a local web portal, type in your new Wi-Fi credentials, and it safe-boots.

2. The "Spaghetti Code" Problem: E-paper is incredibly slow to refresh. If your code waits for a weather API to respond before updating the screen, your device freezes.

  • My fix: Total decoupling. A background thread handles the network polling and fires lightweight plaintext telemetry directly to my MQTT broker (for Home Assistant). A separate Python Hardware Abstraction Layer (HAL) handles the screen, pulling the latest state from memory so the UI never blocks.

3. The "List of Terminal Commands" Problem I didn't want to run sudo raspi-config and pip install Every time I messed up my SD card.

  • My fix: I built a CI/CD pipeline using GitHub Actions. Whenever I push a release, it grabs the canonical Pi OS Lite image, injects my Python code and cloud-init scripts into the filesystem, shrinks the image size, and spits out a ready-to-flash .img file. You literally just flash it, plug it in, and it works.

Happy to answer any questions about the hardware, the e-paper limitations, or the GitHub Actions pipeline!

u/Clawiz13 — 6 days ago
▲ 5 r/raspberryDIY+4 crossposts

[Project Teaser] Building a local-first, zero-cloud instrumentation shell for my electronics bench 🛠️📟

I got tired of clunky desktop software, heavy electron apps, and cloud-dependent hardware suites lagging out my workbench monitor. So, I spent the last few weeks engineering a lightweight, web-native instrumentation dashboard optimized to run natively on low-spec hardware like a Raspberry Pi.

Everything runs inside a single, high-density local interface via direct hardware browser APIs.

The Layout So Far:

  • Panel 1: Direct Optical Inspection (Image 1) 🔬 Custom camera pipeline with zero-CPU hardware acceleration layers. Features native vertical/horizontal flipping switches to instantly correct inverted overhead microscope views, live annotation vectors, and a 1-click snapshot capture.
  • Panel 2: Hardware Telemetry Matrix (Image 2) 📊 High-FPS rendering engine using decoupled workers to stream real-time voltage, telemetry data, and signal decoding without dragging down the main UI thread.
  • Panel 3: The Embedded Jupyter-style Dev Log (Image 3) 📝 A local, markdown-centric cell workspace running on a lean server-to-localStorage fallback. Fully cross-linked via an internal bus—clicking "Save" on the microscope instantly injects a compressed inline data-URI image directly into the active note at the current cursor index. No external asset database or path resolution required.

The Footprint:

Zero tracking. Zero external cloud dependencies. Everything is designed to be fully functional offline, portable, and snappier than proprietary OEM applications.

Finishing up the core plugin abstraction layer before pulling the trigger on an open-source release.

first picture to wet your appetite

reddit.com
u/Key-Masterpiece-7548 — 7 days ago
▲ 16 r/raspberryDIY+3 crossposts

GitHub - AlexBtlle/pi4-IA-Homekit-Camera: Turn a Raspberry Pi Zero 2W or Pi 3 - 4 into a native Apple HomeKit camera with motion detection.

A while back I posted about pi0-Camera-HomeKit, a little HomeKit camera I put together on a Raspberry Pi. A bunch of you were into it, and it gave me the itch to take it further. So here’s the follow-up, rebuilt from the ground up and directly inspired by that first project: a proper HomeKit Secure Video camera.
I’m personally running it on a Pi Zero 2 W (yep, the 512 MB, no-heatsink, “please don’t ask too much of me” board) and honestly it holds up way better than I expected.

What it does:
• Full HomeKit Secure Video: live stream, snapshots, motion sensor, and event recording to iCloud
• Motion detection runs on a low-res stream (OpenCV MOG2); the People / Animals / Vehicles classification is handed off to the Apple TV / HomePod, no heavy AI model running on the Pi
• IR night vision (beta), full-FOV sensor modes, and image controls, all driven by a single config file.

The thing I’m honestly kind of proud of: the live view is about as snappy as a commercial camera that costs 4× as much, and detection catches both people and my cat 🐈
It’s fully open source.
Happy to answer any questions, and feedback’s very welcome 👍

github.com
u/New_Needleworker2068 — 5 days ago
▲ 220 r/raspberryDIY+1 crossposts

My version of a Raspberry Pi ASCII Aquarium

Inspired by Pete Cybriwski's Instagram post of his RPi-based ASCII Aquarium, I set our to create my own. Like Pete, I based mine on the GitHub OpenGhost repo, but unlike Pete, I didn't write my own aquarium program. I started with the GitHub asciiquarium-pythom repo.

I forked both repos and made extensive modifications to each to create a more interactive aquarium. Through the camera, OpenGhost recognizes hands gestures for feeding the fish, triggering "Happy Fish" mode, stopping the aquarium program, shutting down the RPi, and one more hidden Easter egg mode. You can see a couple of the gestures in the reflection of my hand in the video.

My forks of both the OpenGhost and asciiquarium-python repos are available publicly. I am preparing a comprehensive instruction document and have already created an all-in-one installation script. I also redesigned the case to make it stronger and a little more aesthetically pleasing (IMHO). I expect to release everything on GitHub next week.

u/Various_Spend_2293 — 9 days ago
▲ 5 r/raspberryDIY+1 crossposts

FleetSign - Rpi digital signage on multiple screens without any separate server or license/subscription requirement

So I noticed signage solutions usually required a paid subscription if you need sync over multiple screens, or required a server such as Docker to achieve that. Both were a no go for for me, so I created a basic digital signage solution without restrictive licensing. It runs across a number of content self-synchronizing raspberry pi's (or other Debian based distro devices) and so far seems to run smoothly.

Thought I'd share it here, maybe it can help somebody out. This is where its at.

https://github.com/JasperE84/FleetSign

P.S. this solution is completely open domain and open license. No commercial aspect to it whatsoever.

github.com
u/JSPEREN — 7 days ago
▲ 5 r/raspberryDIY+3 crossposts

The thing I made is evolving!

I made this over the last few months. It’s an automated Magic the Gathering card scanner and sorter. For now it’s just a working prototype, but eventually it may stand on its own. What do y’all think?

https://youtu.be/9JX8J1ihZH4

u/Square-Possession36 — 7 days ago
▲ 14 r/raspberryDIY+1 crossposts

Show &amp; Tell

Im new to the hobby and currently designing my own unit. I would love to see your FS42 rig. If anyone is interested in posting theirs here and talking a little bit about it I would love to see what everyone’s got going on. Maybe drop some assembly tips or specs you recommend. I know the retro look is obviously popular for this project. I have an idea to design mine after the Interdimensional Cable box from Rick & Morty. Thanks for sharing!!!

reddit.com
u/Gen_Toni1Kenobi — 11 days ago

Date, time, temp

Hi all,

I purchased an Acer PM161Q Abmiuuzx 15.6" Portable Monitor 1920x1080 IPS 5ms 60Hz monitor. I have a RPI4. All I want to do is, on the top left quarter have outdoor temp, top right quarter indoor temp. Bottom 1/2 date and time. Its about as simple as that. (I'll probably add more once I get this set)

Everytime I create a dashboard for it i can't get the txt to scale. Im using an indoor temp sensor and outdoor info from an app at the moment. Seems I got all i want but to see but its small.

FyI, I was able to set up on a samsung tablet np problem, but seems the monitor scale is different

Insights, any direction or support greatly appreciated.

reddit.com
u/Training-Day4096 — 8 days ago