Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Basically the same stuff for me-- ESP8266 reading a humidity sensor and flipping a 115v outlet controller on or off for the dehumidifier in my basement. The built in humidity sensor is either hilariously inaccurate or is reading dryer than ambient exhaust air, so having a remote sensor is helpful.

It's all fun stuff and of some usefulness to me personally, but I don't think much of anything I've done has any professional applicability; other than generalized familiarity with electronics and components I wouldn't feel comfortable producing a real product.

Are there actually consumer electronics out there that are just arduino examples glued together?



>Are there actually consumer electronics out there that are just arduino examples glued together?

A lot of the existing power-switches that can be toggled with an app / radio-button are little more than an ESP8266 and a relay. The sonoff-line of smart-switches would be the obvious example.

Sonoff also make and sell RF<->WiFi bridges, but I guess the target market is already hackers rather than consumers for things like that.

Otherwise I've seen a few wifi-controllable LED-strips, and similar things that I'm pretty sure are identical in terms of hardware to what I've built. You can see some crowdfunded projects are just scaled-up home-toys too.

I'm struggling to think of better examples, but I'm sure they exist! In terms of product though it's interesting to evolve something from a bundle of junk loosely coupled to being a thing in a pretty case which can be enjoyed by others. I setup a trivial display to show tram-departures from outside my house, which the whole family uses now and loves. It went from a cardboard-box with a pile of stuff in it to a 3d-printed display, and then later I added the ability for it to be controlled via a HTTP-server, running as an Access-Point when it was initially setup. The whole thing became very very user-friendly. (But at the same time the only real user is ourselves, and trying to sell it would be a bit difficult.)


Most Arduinos are just fancy ATmega breakout boards, and ATmegas are used in some production electronics. You can most certainly prototype consumer electronics with Arduinos and then design production hardware after you've proven the concept.

The Arduino IDE is also compatible with various other microcontrollers, including the STM32 family which are extremely widely used in production electronics. Typically their production code isn't written with the Arduino tools but you can most certainly prototype with it.


The programmable mechanical keyboards are going that way.

Some of the newer ones can trace their lineage pretty directly to Arduino clones running TMK/QMK firmwares. The commercial version is usually going to cut out as much of the Arduino bits as possible and go for a soldered on microcontroller once you're building for sale.


Check out Banggood.com - almost anything you might think to make they probably already make and sell, plus they will sell you just the parts.


There are plenty of real world examples. An Arduino is merely a beginner friendly packaging for an AVR chip. In fact, you can pull out the AVR chip on some Arduino boards, and then you're free to program it yourself, provided you set up your own bootloader.

You'll find AVR chips controlling many, many devices in the wild. My Lulzbot 3d printer uses an ATMega for instance.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: