Skip to content
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

espc3-lcd-kit free IO pins? (AEGHB-598) #89

Open
3 tasks done
tomasApo opened this issue Mar 25, 2024 · 3 comments
Open
3 tasks done

espc3-lcd-kit free IO pins? (AEGHB-598) #89

tomasApo opened this issue Mar 25, 2024 · 3 comments

Comments

@tomasApo
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

I was hoping to use free pins on the ESP32-c3-lcd kit for IO

but it looks like very single pin is being used. I tried with io18 and io19 to no success as I think these are used for USB data.

Any ideas?

image
image

@github-actions github-actions bot changed the title espc3-lcd-kit free IO pins? espc3-lcd-kit free IO pins? (AEGHB-598) Mar 25, 2024
@Lzw655
Copy link
Collaborator

Lzw655 commented Mar 26, 2024

Hi @tomasApo, may I ask what functionality you intend to achieve using these IOs? For example, are you just looking for simple digital output?

@tomasApo
Copy link
Author

@Lzw655 yes just looking to achieve some simple digital out like 0v and 3.3v

@Lzw655
Copy link
Collaborator

Lzw655 commented Mar 26, 2024

Since IO18 and IO19 are used for USB port which need to be connected to PC, it's not recommended to use these two IOs.
But I think you can use the following IOs:

  1. IO4 (without using IR_RX/IR_TX)
  2. RXD0 and TXD0 (without using UART0)
  3. IO8 (the RGB LED will flash...)
    image

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

No branches or pull requests

2 participants