#@leinka2342 continue here

1 messages · Page 1 of 1 (latest)

worldly bobcat
#

@leinka2342 continue here

#

@wet tartan

wet tartan
#

Adafruit CircuitPython 9.2.8 on 2025-05-28; Adafruit Feather ESP32-S3 Reverse TFT with ESP32S3
i did ctrl+c but couldnt do ctrl+d bc it just typed it.

#

just typed "d"

worldly bobcat
#

is that all showing up on the screen as well?

wet tartan
#

yep

worldly bobcat
#

ok, I have one of these boards, let me put 9.2.8 on it and try it on my mac mini, which is also on a very recent macos 26 (?) beta.

wet tartan
#

huh, i have a mac mini with 25.6 beta. thanks for the help btw

worldly bobcat
#

here's the beta I'm running. It's hard to find the version number:

% sw_vers
ProductName:        macOS
ProductVersion:        26.0
BuildVersion:        25A5295e
#

and... it's showing up:

wet tartan
#

huh, its not for me, i think it stopped showing up after i put some ai generated code on it, i must have really messed up.

worldly bobcat
#

let's make sure the board is what you think. On the display side of the board, next to the RESET button, it says "ESP32-S3 Rev TFT Feather". Is that true for you?

#

you mean some AI generated CircuitPython code? The storage.erase_filesystem() should get rid of anything in CIRCUITPY

wet tartan
#

esp32-23 rev tft feather

worldly bobcat
#

it should not be possible to mess it up in that way, if the code has been erased

#

you will need to be using a Chrome-based browser

#

have you rebooted the Mac since this all happened?

#

remember that the D0 button is also the BOOT button. To get it into ROM bootloader mode, hold down D0 and press RESET, then release D0

wet tartan
#

i hope i just not thinking properly and need restart my mac.

worldly bobcat
#

when you use the web installer, choose the serial port that looks like this (maybe different numbers):

wet tartan
#

cant seem to press the button.

#

gtg, be back later

worldly bobcat
#

you will need to press RESET after combined.bin loads

wet tartan
#

didnt help. i did only have to single press it for the firmware.uft > boot screen to apper

#

it dosen't show the connect device popup when i press the Select FTHRS3BOOT Drive button

worldly bobcat
# wet tartan it dosen't show the connect device popup when i press the `Select FTHRS3BOOT Dri...

it only shows the device popup at the very beginning of the multistep process. You put it in ROM bootloader mode, then click Connect, then the serial port popup should appear. then you erase the board and load combined.bin. Then press RESET and FTHRS3BOOT appears in the Finder, and you have to select it when you press "Select FTHRS3BOOT Drive", hit Open or something, then give it permission to write to that drive.

worldly bobcat
#

if you have another non-Mac computer, try it on that, to rule out or point to the Mac as an isue.

wet tartan
#

i can do that next week (on tomorrow if i remember)

wet tartan
#

i restarted my mac, its fixed. im sorry for wasting your time with all that other stuff. thanks

#

btw, whats the best option for programing my feather without knowing how to code, with ai or help on discord or some block coding website (or some conbination)?

worldly bobcat
# wet tartan i restarted my mac, its fixed. im sorry for wasting your time with all that othe...

Do you want to learn how to code? Learning some elementary Python would be your best start. There are many resources. I know of no good "learn to code with AI" resource right now. Using AI without being able to vet its output could be a huge timesink.
https://learn.adafruit.com/circuitpython-essentials has many examples of elementary use of CircuitPython. Also the "Make it ...!" guides will help: https://learn.adafruit.com/search?q=make%2520it.

How to learn Python is a whole 'nother topic, and depends on your learning style: books, videos, etc.

wet tartan
#

for now i might stick to claude ai for the short term, do you know why i cant use a microsd board or store internally with my feather?

worldly bobcat
#

I don't see details of this problem. Could you give more details?