nowfound

Alternatives

Products that do what I built an Open Source screen timer for the m5stickc (Arduino) does

I've never posted on ShowHN before, but I wanted to share my Xmas 2025 project; to try a new approach to controlling our kids screen time. This also involved massively over-engineering a solution in order to play with a shiny new gadget (and avoid the in laws at Christmas, obviously) I've shared some learnings on AI coding with embedded devices, and how I approached the product design/hardware selection side of things. The Web App is at https://screenie.org - and I'm Open Sourcing the device and web app code later today (links to follow on that site)

  1. 1IM

    Hey HN! A few years ago someone kept trying to steal my motorcycle, so I decided to make a small camera with really long battery life to catch them. The hardware/software is totally open source, but the companion app only supports macOS currently. (I'm a big fan of native apps, and didn't want to block releasing on Linux/Windows support.) I wrote some blog posts about the process: PCB design: https://toaster.llc/blog/pcb Enclosure design: https://toaster.llc/blog/enclosure Image pipeline:…

    2024 · toaster.llc

  2. 2IB

    A while back I wrote a CHIP-8 emulator (which is considered the Hello, World! of emulators and is more accurately a virtual machine since historically CHIP-8 was an interpreted language running on top of the COSMAC VIP to make game programming easier). But a few months ago I got really interested in embedded software, so decided it would be neat to port my emulator to a STM32 MCU and design a console around it as a learning experience, since CHIP-8 never existed as a physical system. I didn't know much about embedded software when I began, and even less about electronics, but I managed to…

    2022 · github.com

  3. 3
    Arduino111

    Build your own electronics

    2014

  4. 4OR

    Hi HN! This is an SDK for ESP32s (microcontrollers) that runs against OpenAI's new WebRTC service [0] My hope is that people can easily add AI to lots of 'real' devices. Wearable devices, speakers around the house, toys etc... You don't have to write any code, just buy a device and set some env variables. If you have any feedback/questions I would love to hear! I hope this kicks off a generation of new interesting devices. If you aren't familiar with WebRTC it can do some magical things. Check out WebRTC for the Curious[1] and would love to talk about all the cool things that does also.…

    2024 · github.com

  5. 5IB

    We wanted to do something very challenging to prove to ourselves that we can do anything we put our mind to. The reasoning for why we chose to build a toy TPU specifically is fairly simple: - Building a chip for ML workloads seemed cool - There was no well-documented open source repo for an ML accelerator that performed both inference and training None of us have real professional experience in hardware design, which, in a way, made the TPU even more appealing since we weren't able to estimate exactly how difficult it would be. As we worked on the initial stages of this project, we…

    2025 · tinytpu.com

  6. 6
    Blynk82

    An app for your next Arduino project

    2015

  7. 7

    An extra monitor for your laptop! (Kickstarter)

    2014

  8. 8PM

    Project Maya has started! For those who haven't read about Maya, please look here: http://news.ycombinator.com/item?id=4103344 Our goal is to build an open source application that can run in your browser and on iOS/Android without being dependent on app stores. We currently have a working "sneak preview" version viewable over here: http://frontend2.com Want to dig into the source? https://github.com/SchizoDuckie/project-maya We recommend you to check it out in Google Chrome/iOS/Android. Our team currently consists of 5 people. If you think you'd be a good addition, please shoot me an email,…

    2012

  9. 9

    An osx screen measurement app

    2014

  10. 10IB

    I am not sure if this is fits the HN community, but I am posting it here if people are interested. This is the current iteration of the car: http://i.imgur.com/ko8YBh.jpg Details: I wrote a simple android app that streams the accelerometer data from the phone to the pi over a simple socket. The pi then uses this data to drive the DC motor and the servo motor. Tilting the phone to control the car feels very natural. In this[0] pic you can see the wifi dongle I've used. I am using Adafruit Occidental v0.2[1] as my OS because it has support for my wifi dongle. It also makes some hardware…

    2012

  11. 11WM

    Hi HN, I’ve spent the last decade building hardware products like humanoid robots, 3D printers, and self-driving tractors. I needed a tool to navigate technical documents faster, so I created one with friends. This tool helps with component search, cross-referencing, comparison, and debugging. We’d love your feedback, whether you find it useful or not. Thank you! Try it here: www.convergelab.ai

    2024 · convergelab.ai

  12. 12IV

    The Epilog Zing lasers were 50w desktop industrial lasers from circa 2010. They never had support outside of windows. This was based off of LibLaserCut which is a Java project that reverse engineered these machine's protocols. This is a CUPS driver implemented in Swift and C. Maybe this is a small example of AI doing something positive, like breathing new life into old machines :)

    Dec 2025 · github.com

  13. 13PA

    A little game I made to show off an old project. The functionality of the CPU is derived entirely from simulated logic gates. All the operations and control flow are based on the underlying properties of the logic gates, and changing their operation leads to corresponding changes in function. The original game code is all python and it runs in the browser using wasm/pyodide. Not very mobile friendly

    2024 · loreley.one

  14. 14PU

    After seeing a cool demo of a hack on Twitter, I built a cross platform version of it that works well and uses streaming. From anywhere on Mac and Linux, trigger Ollama and optionally feed it your clipboard. I built it yesterday and it's already very useful to me. I'm pretty excited about it and wanted to share!

    2024 · github.com

  15. 15IM

    I made my first macOS utility app that ships with a bundled Gemma 4 model, specifically the Gemma E4B one. It made my app DMG have 5.3 GB in size, but I think it is a small size for the power that this free local model can provide. It runs fine on CPU, but can also run on Apple Silicon GPU, although I did not notice any performance improvements with GPU (tested on a M5 chip). I think these local lightweight and multimodal models will open multiple possibilities for new software tools where privacy is essential.

    May 2026 · snapname.app

  16. 16EA

    Hi HN, I’m building an agentic IDE for hardware developers. It currently supports Arduino, ESP32, ESP8266, and a bunch of other boards (mostly hobbyist for now, but expanding to things like PlatformIO). It can already write and debug hardware projects end-to-end on its own. The goal is to have it also generate breadboard views (Fritzing-style), PCB layouts, and schematics. Basically a generative EDA tool. Right now, it’s already a better drop-in replacement for the Arduino IDE. Would love feedback from folks here.

    2025 · embedr.app

  17. 17WA
  18. 18VI

    This was submitted before but it didn't seem to get much attention because I don't think the title was very descriptive and the submitter was brand new. I almost didn't click it but once I did I thought the project was pretty awesome and had a lot of promise. Hope this doesn't violate the rules, I have no horse in the game, but the creator is here on the site so hopefully he'll be able to answer your questions.

    2022 · docs.vaxiin.io

  19. 19IM

    This is a personal project I've been working on and off for the past few years. It's a set of tools that have allowed me to prototype quickly small (and increasingly bigger) kernels, and create userspace programs to interact with them. Supports riscv64, amd64 and i386. The intel port has been tested and used on real hardware, from big dual-socket Xeon machines to an old X220. It is all C, I have plan to make rust bindings for the kernel library. But again, they're plans at this stage. Porting to new architectures is relatively simple, a basic port to riscv took me a couple of weeks of…

    2024 · github.com

  20. 20

    Hey yall, I built this for my makerspace. We wanted to let each other borrow things, but also didn't want to put up a big shiny sign saying "hey everyone, my garage has a super fancy oscilloscope just sitting there" and also didn't want to necessarily always need to say yes to everything. However, when I show it to people, they've been suggesting using it for other things like board games, or wedding equipment, etc. I'm still trying to find PMF, so please let me know what you think! For the stack, it's all Elixir + LiveView which is really nice, and then Fly.io, Fly's MPG, Tigris Data,…

    25d ago · toolpool.garden

  21. 21IM

    Try it at: ssh krnl.duetbrowser.com No sign up, totally free - no download. Let me know what you think. Prior art exists (brow.sh) but I wasn't satisfied with their graphical take. I wanted the raw, old skool terminal days of the early internet - BBS, and old green phosphor library comptuers - but running the modern web, with all the bells and jingle jangle whistles (JavaScript, etc). No funding, no VC, just 100% raw terminal fun. Not sure how long the demo will last, but try it out.

    Jul 2026

  22. 22IV

    So, I've never written a line of Rust in my life. I wouldn't know an `&mut this` from a mutandis. But I saw a tweet about a month ago that said, in this new era of AI, you'd be able to just take a library that you love, throw a TUI around it, and call it an app. So I spent about 200 bucks last month, here's what I came up with: Imbolc is a DAW that runs entirely in your terminal. It talks to scsynth over OSC and ships 58 instruments and 39 effects. VSTs are a work in progress, also GarageBand loops if you want to recreate "Umbrella". The codebase is about 60k? lines of Rust across 5 crates,…

    Feb 2026 · github.com

  23. 23WR

    Hi All, We built a prototype telepresence robot to go up against AnyBots. We're using an iPad as the control system and for FaceTime video conferencing. It took us a couple weeks to make. We demoed it this morning for the first time: http://youtube.com/watch?v=2BXM9PYaXY0 The next version will be taller and thinner. What do you think? Do we stand a chance against AnyBots? Thanks, David

    2011

  24. 24AA

    Hey folks, I'm Yuval. I run a tiny startup called Glitter AI. It's just me full-time here, with a couple of freelances to help here and there. A couple of months ago, I went from managing zero requests to hundreds -- overnight (won Product of the day on Product Hunt). As someone who gets VERY easily distracted (maybe you relate), I had to find some sort of way of handling all the chaos if I didn't want to burn out. I came up with a pretty cool automation flow that I thought folks on HN here may be interested in reading about :) So here goes: Most of my interactions come through Intercom.…

    2024

Ranked by how close each launch is in meaning, then by votes. Refine with a description →