Skip to content

Add Led_IR pin name to ATOM Lite #8747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Conversation

carson-coder
Copy link

Tries to fix #8738
This is untested because I do not have the atom lite

@dhalbert
Copy link
Collaborator

@sctv you can test this with the build artifacts: https://github.com/adafruit/circuitpython/actions/runs/7294266870?pr=8747

@carson-coder
Copy link
Author

M5_stack_atom_lite.UF2.zip
I converted it to a UF2 for you

Copy link

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified that GPIO12 matches the atom lite schematic at https://docs.m5stack.com/en/core/ATOM%20Lite#schematic
image

@dhalbert dhalbert merged commit cc9e8b3 into adafruit:8.2.x Dec 22, 2023
@sctv
Copy link

sctv commented Dec 22, 2023

@dhalbert I have downloaded the artifact adafruit-circuitpython-m5stack_atom_lite-en_US-20231221-6a0c8ac.bin to my computer, but having trouble flashing it. Using https://espressif.github.io/esptool-js/ generates a warning: Image file at 0x1000 doesn't look like an image file, so not changing any flash settings.
@carson-coder The uf2 would be useful, but this vESP32-PICO-D4 doesn't turn up as a drive.

@dhalbert
Copy link
Collaborator

@carson-coder @sctv The M5Stack Atom Lite is an ESP32 board. Plain ESP32 does not have native USB support, so it will not display a drive, nor can you use a UF2.

@sctv There is also an AtomS3 Lite, which has an ESP32-S3. I want to confirm you have the Atom Lite and not the AtomS3 Lite

@sctv
Copy link

sctv commented Dec 23, 2023

Flashed the binary(using a 0x0 offset)
Got a listing for the IR/D12 with
import Board dir(board)
used a simple blink program work's with the IR reference.

@dhalbert it is the AtomLite with ESP32-PICO-D4. I don't have the AtomS3 Lite to test.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants