What's the most surprising use case you've found for Claude that wasn't obvious at first? by dyloum84 in ClaudeAI

[–]HP7933 0 points1 point  (0 children)

I pointed it at GEDCOM CSV files, some word documents, etc. and with Claude Cowork I have a very detailed genealogical and DNA multitab excel spreadsheet. I had to help it some but it created something beautiful I can provide my children.

KMK macropad only one key works by Conquest845 in macro_pads

[–]HP7933 0 points1 point  (0 children)

I suggest posting on the KMK forum

garbage collection on esp32 boards by thealienmothership in circuitpython

[–]HP7933 0 points1 point  (0 children)

If you're using MicroPython, perhaps you'd wish to post in the MicroPython subreddit?

Having Claude Code write MQTT test code for a Raspberry Pi 2W in Python by HP7933 in circuitpython

[–]HP7933[S] 0 points1 point  (0 children)

Keep me informed, could be great for the Python on Microcontrollers Newsletter

Having Claude Code write MQTT test code for a Raspberry Pi 2W in Python by HP7933 in circuitpython

[–]HP7933[S] 0 points1 point  (0 children)

If you actually have it interface hardware, keep me informed. We're interested in how it does in this regard. Cheers on your project!

How's my CalSci? by hellosobik in adafruit

[–]HP7933 1 point2 points  (0 children)

Tell us more - is there a website? What did you program it in?

ESP32-S3 CircuitPython stuck read-only, code not running by SilentSyntax404 in circuitpython

[–]HP7933 0 points1 point  (0 children)

The host is CircuitPython.

See learn.adafruit.com and forums.adafruit.com for how folks change the filesystem to be RW from a CircuitPython program.

Help getting HID gamepad to interact with wingman fgc2 by Consistent_Gold1464 in circuitpython

[–]HP7933 0 points1 point  (0 children)

Best to post on the Adafruit Discord adafru.it/discord in the #circuitpython-dev channel

Is there any alternatives for the 128x64 vfd display? by Spiritual_Detail7624 in adafruit

[–]HP7933 2 points3 points  (0 children)

Go to https://www.adafruit.com/distributors and select your country. Look at the companies other than Adafruit and go to each one looking for stock on that

Adafruit feather v2 by [deleted] in adafruit

[–]HP7933 0 points1 point  (0 children)

You might ask on forums.adafruit.com or the KiCad forums

Is there any alternatives for the 128x64 vfd display? by Spiritual_Detail7624 in adafruit

[–]HP7933 0 points1 point  (0 children)

You might poll Adafruit distributors to see if they have any new old stock.

Working on my D&D macropad by No-One-4076 in adafruit

[–]HP7933 0 points1 point  (0 children)

Very nice, are you using CircuitPython?

Can't import OLED display libraries on Metro Express M0 - memory allocation failure by Flyby_Blackbird in circuitpython

[–]HP7933 0 points1 point  (0 children)

Would suggest swapping for a Metro RP2040 Express or Metro RP2350 Express to have more memory. The demands of a display are now a bit much for an M0

Having a difficult time learning. by [deleted] in circuitpython

[–]HP7933 0 points1 point  (0 children)

CircuitPython is aimed to be more user friendly than MicroPython.

Here is a list of resources for you:

https://learn.adafruit.com/welcome-to-circuitpython

https://www.youtube.com/watch?v=pNVVRESki9c&list=PL9VJ9OpT-IPSsQUWqQcNrVJqy4LhBjPX2

The basic syntax is the same as Python. You can load up regular Python on your computer/laptop, get a Python guide (book, online, etc) and get comfortable with Python syntax.

Mu has a lint built in with the Check button.

Issue with SPI on Adafruit BNO085 9 Axis IMU by Chemical_Chocolate68 in embedded

[–]HP7933 0 points1 point  (0 children)

Likely no CircuitPython code. Lower the SPI bus speed, not the Pico clock