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

added ICBbuy ESP32-C3Mini board #9023

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

toaster-robotics
Copy link

  • Working build for the ICBbuy ESP32-C3Mini board
  • couldnt get it to build without including a CIRCUITPY_CREATOR_ID and CIRCUITPY_CREATION_ID, so I just copied the IDs from seeed_xiao_esp32c3 (sorry)
  • used the USB_VID and USB_PID from the existing SuperMini NRF52840 board

…y.com/doku.php?id=developmentboard:esp32-c3mini)

- couldnt get it to build without including a CIRCUITPY_CREATOR_ID and CIRCUITPY_CREATION_ID, so I just copied the IDs from seeed_xiao_esp32c3 (sorry)
@dhalbert
Copy link
Collaborator

dhalbert commented Mar 8, 2024

Are you associated with the manufacturer or are you a consumer? Is this board identical to an existing one like the Seeed C3 board?

Submit PR's for new creation ids here: https://github.com/creationid/. Pick the appropriate repository.

This board does not need USB_VID and USB_PID because it does not support USB access (except for serial).

@toaster-robotics
Copy link
Author

Hello,
I'm a consumer. Just spent almost all day getting this to work so I thought I would share. It's not identical to the Seeed C3 board. The pins are all different. They are using the same ESP32-C3 chip though. I was using the Seeed board files as an example. Should I try to get creation ids if I'm just a user?

@dhalbert
Copy link
Collaborator

dhalbert commented Mar 8, 2024

It's fine for you to get creation ID's. But I cannot find a shopping link for this board in a simple websearch. Could you give one? I am a bit reluctant to add random boards that have very few buyers. Someone else asked about a adding a board that had a total of two buyers on AliExpress, for instance.

@SeanTheITGuy
Copy link

I was looking into this board as well, and it is pin-identical to the ESP32-C3-DevKitM-1-N4 except the ICBbuy/MakerGo/DFRobot/DIYUser ESP32-C3-Supermini lacks pins 18 and 19, but the rest are all mapped the same.

@dhalbert
Copy link
Collaborator

dhalbert commented Mar 8, 2024

Yes, if you can use a more generic build, I think that is best until/if this style of board becomes popular.

@toaster-robotics
Copy link
Author

Here are two links. I bought mine from Lazada (currently living in Thailand). They're dirt cheap.
https://www.aliexpress.com/item/3256805781327184.html
https://www.lazada.co.th/products/i4954930372-s20827365800.html

@SeanTheITGuy
Copy link

I would like to rescind my comment from earlier. This board is NOT compatible with the ESP32C3-Devkit, as I thought, as it requires diferent UART settings. The beetle-esp32-c3, however, does work with it. That said, unless people who want to work with these boards dig in the source code or happen upon this thread, chances are that doesn't help anyone. They're among the cheapest ESP32C3 devboard available now, and might be worthy of reconsideration for adoption if their popularity on the eastern marketplaces continues to rise.

@tyeth
Copy link

tyeth commented Mar 29, 2024

Looks identical to the one I wanted to add, over 3000 sold:
https://www.aliexpress.com/item/1005006170575141.html

I've been using the seeed studio c3 build, then accessing pins via microcontroller.pin.GPIO8 etc, not well tested, but I'd prefer a real build target for the c3_supermini

@SeanTheITGuy
Copy link

The beetle c3 is near exactly the same in terms of pins and functionality. I also have a supermini target created but since this was rejected once, I never bothered to submit it.

@tannewt
Copy link
Member

tannewt commented Apr 1, 2024

The beetle c3 is near exactly the same in terms of pins and functionality. I also have a supermini target created but since this was rejected once, I never bothered to submit it.

Feel free to add more boards. It's fine.

@bill88t
Copy link

bill88t commented May 2, 2024

This board seems identical to https://circuitpython.org/board/makergo_esp32c3_supermini/

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.

None yet

7 participants