Remix.run Logo
fodkodrasz 7 hours ago

Not sure if this really counts as tinkering, but the other day I needed a custom HID device for my PC. I ordered an Arduino Micro (I think?), one that supports HID out of the box, and with under 300 lines of code my problem was solved.

The Arduino HAL and the overall comfort of the Arduino IDE are genuinely valuable. I didn’t have to learn new flashing tools or a new debugging toolchain just to light a few LEDs, read some buttons, and emulate keypresses on a PC. The learning curve was basically zero.

I’ve worked with embedded systems before, and this level of simplicity is incredibly useful for people who just want to ship simple solutions to simple problems without fighting through vendor-specific, arcane tooling.

I've got some RP2350s since then with Micropython, now those might be even better for getting stuff done (without network or extreme low power needs)

2 hours ago | parent | next [-]
[deleted]
jacquesm 4 hours ago | parent | prev [-]

The Arduino IDE works for many other devices as well if you really want it.