Software Alternatives & Reviews

What are some good discovery kits for a complete beginner to embedded?

PlatformIO
  1. 1
    BBB

    BeagleBone Black

    This product hasn't been added to SaaSHub yet

  2. Next-generation IDE for IoT
    Pricing:
    • Open Source
    I'm a veteran, and have used Arduino professionally, but see why it gets a bad rap. That said all embedded gets more abstracted every day with HAL and libraries. Anything with Wifi, BLE, or USB can be pretty complicated. Let's get real. You don't write anything yourself from scratch, you live on the shoulders of giants. Learn to love abstraction. The question is too broad. Find something useful you want to do and try to go do it. Then choose the best tool to do that job. If you don't need wireless, and want to do something time critical like a motor controller I like the STM32 Cube. Their HAL and device libs are some of the best. If you need Wifi, the ESP32 is the best entry point for a hobbyist. Nordic is the king, if BLE is your thing, but not the easiest. Cypress, Atmel have some great parts, but the tools are in a funk. Check out https://platformio.org/ which supports many platforms, and can show you examples of doing the same thing in Arduino or Native. FYI, you can actually mix and match Arduino with native, so it's not really a choice you have to make. Learn to use all the tools in the toolbox.

    #IDE #Electronics #Text Editors 55 social mentions

Discuss: What are some good discovery kits for a complete beginner to embedded?

Log in or Post with