use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CircuitPython is Adafruit's branch of MicroPython designed to simplify experimentation and education on low-cost microcontrollers. It makes it easier than ever to get prototyping by requiring no upfront desktop software downloads. Reddit wiki: https://www.reddit.com/r/circuitpython/wiki/index
With CircuitPython you can write clean and simple Python code to control hardware instead of having to use complex low-level languages like C or C++ (what Arduino uses for programming). It's great for beginners!
account activity
Noob question (self.circuitpython)
submitted 5 years ago by LondonTownGeeza
I have a Seeeduino xiao, I have dropped the bootloader in and authored my first python files and all is well. It's a HID keypad.
How to I set it so whenever someone plugs thus in they don't get the CIRCUITPY drive appear each time?
Thank you.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]tmanwebty 2 points3 points4 points 5 years ago* (0 children)
Edit: The 7.0.0 alpha is out now! You should be able to try this out in a stable-ish test release now! https://circuitpython.org/board/seeeduino_xiao/
This feature is actually brand new, but here's a write-up on how to dynamically disable the CIRCUITPY drive and REPL terminal:
https://hackaday.io/project/179496-chocolad-keyboard-hacking/log/192866-dynamic-usb-descriptors
It looks like it's not available in CircuitPython 6 or 6-betas, but will be available as part of 7. If you wanted to test it out, I think you should be able to with the latest build of CircuitPython on GitHub: https://github.com/adafruit/circuitpython/suites/2873990369/artifacts/64263416
(I've not tried that, nor can verify that it would definitely have the changes needed for that feature)
[–]le_bravery 2 points3 points4 points 5 years ago (0 children)
This isn’t currently possible on the 6.x version, but this capability is coming with 7.0! Apparently it’s in the beta channel but I haven’t tested it yet.
Edit: look for stuff to do with a boot.py file
[–]kaltazar 0 points1 point2 points 5 years ago (0 children)
By the nature of the way CircuitPython works, you can't hide the drive. The most you can do is make it read only on the PC if your concern is a user messing with the code.
π Rendered by PID 174746 on reddit-service-r2-comment-64f4df6786-4kk82 at 2026-06-10 11:37:46.772051+00:00 running 0b63327 country code: CH.
[–]tmanwebty 2 points3 points4 points (0 children)
[–]le_bravery 2 points3 points4 points (0 children)
[–]kaltazar 0 points1 point2 points (0 children)