| > It will be interesting to see if it can recover. Ardiunos were fantastic in their time, but the industry has moved on. Why work on an 8-bit MCU where you [mostly] have to bit bang IO when you can buy something like an STM32 which has hardware acceleration (DMA) for IO, and on higher models even adds things like an RTC? Arduino has a great community, but there are far better choices available now, which are even Arduino compatible (e.g. Teensy) for the same price, but that use an ARM core instead of AVR. Arduino now is a dead end. ARM ate the world, and it's now the better choice for new projects. Unless there's a need to support legacy designs implemented with Arduino, I see no compelling reason for people to continue to use them. |