this post was submitted on 13 Jul 2024
10 points (91.7% liked)

MICROCONTROLLERS

791 readers
1 users here now

Everything microcontrollers: projects, questions, new releases, etc.

dragontamer's Beginner Guides:

Beginner Series I: What is a Microcontroller?

Beginner Series II: The "Generic" Microcontroller

Beginner Sidenote: Microchip's Signal Chain Design Guide

Beginner Series III: Skills and Complexity Tiers

Beginner Series IV: Deep Dive into Microchip's AVR EA

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] friend_of_satan@lemmy.world 4 points 3 months ago* (last edited 3 months ago)

This leads toward my favorite thing about circuitpython: it shows up as a flash drive (unless you disable that feature, which you can also reenable without having to reflash the device). You write code in whatever editor you want, you drag and drop (or cp, rsync, etc.), and that's it. No need to install integrations, or apps that automatically install ampy behind the scenes and automaticallyampy put for you. A usb drive makes all of that complexity unnecessary. Copy to a drive is almost the simplest interface imaginable, and also will work on every device (one of the selling points of the IDE shown in this article).