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

Counter experience that still echos a lot of the same themes: I started tinkering with electronics around 2011, the typical beginner Arduino projects with the starter kit you've all seen-- it was enjoyable and I learned a lot, but never made anything that went beyond a toy or learning demo. By 2014 I was gainfully employed and had a little more disposable income so I gravitated towards freestyle and racing quadcopters which I've continued to enjoy through today. My lab and expertise have continued to grow every step of the way, and I've been excited to implement some very basic home automation on my own with ESP8266 kits now that I'm a homeowner. Realistically there isn't much "maker" related things I would see value in beyond commodity tools and a 3d printer, but vendors with FPV electronics touting cool new features or enhanced functionality have a reliable track record of cracking my wallet open. I suspect this is a broader feeling and contributed to Maker Faire struggling to find a niche with reasonable margins amid a race to the bottom in the associated hardware.

Ultimately I suspect Arduino boards gathering dust on the self are the overwhelming majority. People are either interested in it and rapidly move on to more specialized applications (Hobbyist multi-rotor electronics quickly graduated from 8bit AVRs to 32 bit ARMs) or they aren't and the dev kits find room in the closet.



I feel much the same way; I decided I needed a "project" when our child was born and I was looking at finding some things to do while enjoying paternity leave.

I figured I'd either learn android-development, or hardware-stuff. Bought an Arduino kit and never looked back. In my limited experience people dabble at such things then move on, or give it up entirely there isn't too much of a middle-ground.

I still dabble with ESP8266 things two years later; most recently I hooked up a simple 433Mhz radio-receiver to a board, and wrote some code to receive/understand/decode the radio-broadcasts a cheap off-the-shelf wireless temperature/humidity-sensor transmits. This allows me to log the temperature/humidity of our sauna.

Usually I'd wire up a sensor of my own, but I figured it would be less-risky to use an off-the-shelf sensor/transmitter. The idea of mixing steamy saunas with a USB-PSU was a dangerous one, and I even balked at using a rechargeable battery.

There aren't many things I buy for my hobby/practice, just random sensors, or accessories. Most of the time I just order them from AliExpress and take the time-hit waiting for them to arrive.


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.


I'm one of those "rapidly move on to specialized applications" people who never moved on. :-) My Arduino is gathering dust but somewhere along the line I became a ham radio operator and my world changed dramatically after that. So I'm really thankful to DIY, maker, and hacker culture for all of the encouragement, tools, and tutorials that helped me get to a very happy place indeed.


What about your world has changed due to being an HRO?


Well. I appreciate the opportunity to reminisce. :-) It's only been 2 years for me, but:

First I became a local volunteer for ultramarathons, health care emergency exercises, things like that.

Next I developed a bunch of communications standards to support people in wildfire-type emergencies.

Then I just got really involved in learning about radio tech that uses the internet, and started working on a webSDR project to get a local server set up.

In between all of that I've participated in some ARISS SSTV events via the International Space Station and have some nifty commemoration certificates on my wall.

And finally I made a bunch of new friends and became part of a group that actually mostly observes a really high standard of communications decency and loves to support learning and technology. Through the community I've befriended astronomers, cops, engineers, firemen, physicists, all of those things I idolized as a kid.

This is to say nothing of the gadgetry, the ability to reach out across the world using any number of methods. Randomly getting in touch with a Japanese radio operator whose daughter lives just down the street from where I used to live in Japan. Talking to a Hugh from Ireland and telling him about my son who is also named Hugh. Getting my kids on the air and asking a bunch of radio operators across the US to take turns wishing them a happy birthday just for fun. Knowing they're enjoying it too. Fun little moments like that.


But most stuff at Maker Faire and in the Maker scene in general is in a quite unfinished state. It's easy to get inspired by all the Arduino stuff because it's there. But what about the move advanced things? Of course you could meet some people at Makerfaire who did this kind of stuff, but that was rare. I wish they would have had a clearer concept for that.




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: