|
| ▲ | bityard 2 hours ago | parent | next [-] |
| ESPs are great, but their hobbyist ecosystem ultimately relies on the goodwill of a Chinese company that could just as easily decide they want to go the way of Qualcomm, or worse. |
| |
| ▲ | mort96 2 hours ago | parent [-] | | Any company can "go the way of Qualcomm", as you call it. To my knowledge, there's no indication that there's any more danger of them going that way relative to, say, TI or ST? Don't get me wrong, the fall of Arduino is a real loss. Espressif is a company in the business of making money, while Arduino's mission was to build a robust tinkerer ecosystem. Absent an acquisition, it's probably fair to say that Arduino would be less likely than Espressif, ST or TI to do bullshit like this. |
|
|
| ▲ | chpatrick 2 hours ago | parent | prev | next [-] |
| And a dev board only costs a couple of dollars on AliExpress. |
|
| ▲ | mort96 2 hours ago | parent | prev | next [-] |
| Espressif has a pretty good Arduino compatibility layer for the ESP32 series. So you can follow Arduino tutorials and almost everything will "just work". This what I use for quick and dirty projects. For more "serious" things, you have the ESP-IDF, which is a pretty good C-style interface to all sorts of hardware features. Less newbie friendly than the Arduino interface, but gives you more control. And it can be used in combination with the Arduino interface. And then, as the cherry on top, you have their official Rust HAL for the ESP chips, implementing the standard Rust embedded-hal interfaces so it should "just work" with the growing Rust embedded ecosystem. It's honestly impressive. The only thing that has kept Arduino competitive is their brand, good reputation, and focus on the education and tinkerer space. I frankly don't understand what value Qualcomm sees in Arduino if they're just gonna throw away that reputation and education friendliness. |
| |
| ▲ | MegaDeKay 2 hours ago | parent [-] | | ESP32 is fantastic. I just ordered four more today for various projects. Barely cracked $20 CAD and free shipping from Ali. |
|
|
| ▲ | aaronblohowiak 2 hours ago | parent | prev [-] |
| I wish there was a esp32 board with optically isolated 24v level shifters and screw terminals… |
| |
| ▲ | general1465 an hour ago | parent | next [-] | | You can search through AliExpress, but I am afraid that your request is so specific that you will need to design something yourself. | |
| ▲ | inamberclad 2 hours ago | parent | prev [-] | | Thanks to the open source nature of the Arduino ecosystem, you can make it so! | | |
|