Earlier quoted context omitted.
> but if they play their cards right, it is possible. Not with $54M in debt to service. This is a death warrant. I'm sure the execs will make out nicely, though.
There isn't any debt to service. Taking funding isn't the same as taking debt (in some ways its worse, in some better), and there's no direct interest or payment they have to make every month like if it was debt. The problem is that they give up ownership (and probably ownership) to people who may have different goals and values. This can lead to enshittification, especially for a company that doesn't have a good pat…
Arduino raises $22M Series B round
31–40 of 219 posts
Re: Arduino raises $22M Series B round
#32Given it all started in 2005, I'm very surprised to see they're raising capital. I guess I incorrectly assumed they would have been very profitable by now with such a large user base & number of units shipped. 18 years is a long time. The market has moved on significantly from when they first started (Raspberry Pi having launched things like the Pico etc), and there is a large amount of competition, so I do wonder if…
Re: Arduino raises $22M Series B round
#33Earlier quoted context omitted.
> Well, the Arduino IDE was precisely the game changer that made a lot of people get into embedded systems, and not the board based on an Atmega MCU that anyone else could make. Interesting. Personally I find the $OFFICIAL_IDE repulsive, and strongly prefer just writing the code in $MY_IDE, with a Makefile on the side. OTOH I find the "branded" hardware attractive: it's a known quality in an ecosystem that I sometime…
>Personally I find the $OFFICIAL_IDE repulsive, and strongly prefer just writing the code in $MY_IDE, with a Makefile on the side. If you know what a Makefile is, then you're not Arduino's target market, but there are millions of people out there who want to turn a relay ON when some sensor gets too hot for some garage project, without first learning about Makefiles or registers. [1] https://news.ycombinator.com/item…
I am arduino targey market and I know makefiles, I hate them with a passion. One must know his enemies better than he knows himself
Re: Arduino raises $22M Series B round
#34Oh :-( Every time a cool little company gets VC funding, you know that the free and opensource projects will dry up, and before long they'll be making premium high end products and suing anyone who tries to compete.
> After the first $32 million Series B financing received in 2022, “This investment will allow us to further fuel our transformational platform initiative for professional customers, lowering the barriers to entry in IoT and AI by providing a continuum from hardware to Cloud,” says Arduino’s CEO Fabio Violante.
Re: Arduino raises $22M Series B round
#35Sounds to me like another nail in the coffin for Arduino as a useful tool for hobbyists. That said I stopped buying Arduinos years ago and started buying super low cost ESPs from China and I think most other people did too so I guess it's not going to be a huge blow
Yeahhhhh. Taking on VC debt is a great way to kill your company. Guess this will buy them a few more years before they start turning the screws.
In reality this makes the company MORE financially healthy, while diminishing the payout the founders would get if the company pays dividends or is sold
Re: Arduino raises $22M Series B round
#36Sounds to me like another nail in the coffin for Arduino as a useful tool for hobbyists. That said I stopped buying Arduinos years ago and started buying super low cost ESPs from China and I think most other people did too so I guess it's not going to be a huge blow
That said, maybe they have a future being a standard component in industrial settings. I would tend to trust an Arduino more than an ESP in critical infrastructure.
Re: Arduino raises $22M Series B round
#37Makes me curious what their revenue trends look like. From the outside, it feels like many people in the space are using the Arduino IDE, but with MCUs they bought from some other vendor.
Many makers I know of are using PlatformIO these days: https://marketplace.visualstudio.com/items?itemName=platform...
Re: Arduino raises $22M Series B round
#38Sounds to me like another nail in the coffin for Arduino as a useful tool for hobbyists. That said I stopped buying Arduinos years ago and started buying super low cost ESPs from China and I think most other people did too so I guess it's not going to be a huge blow
Re: Arduino raises $22M Series B round
#39Oh :-( Every time a cool little company gets VC funding, you know that the free and opensource projects will dry up, and before long they'll be making premium high end products and suing anyone who tries to compete.
I predict they'll go after microcontroller manufacturers first. "Do you want your dev boards supported by the Arduino Ecosystem? Pay us 10% of revenue, and then we'll talk."
Re: Arduino raises $22M Series B round
#40Earlier quoted context omitted.
Well, way back then, the Arduino IDE was precisely the game changer that made a lot of hobbyists and average people get into embedded systems without much friction or EE background, and not the board based on an Atmega MCU that anyone else could make. Many eons ago before the Arduino came out, I used to have EE labs in university based on the same Atmega chip but using a commercial IDE-compiler, and boy was that a gi…
> Well, the Arduino IDE was precisely the game changer that made a lot of people get into embedded systems, and not the board based on an Atmega MCU that anyone else could make. Interesting. Personally I find the $OFFICIAL_IDE repulsive, and strongly prefer just writing the code in $MY_IDE, with a Makefile on the side. OTOH I find the "branded" hardware attractive: it's a known quality in an ecosystem that I sometime…