wokwi / wokwi-boards

Custom board definitions for wokwi.com
23 stars 21 forks source link

AITEWIN ROBOT ESP32-C3 SuperMini #28

Closed geekgarage closed 8 months ago

geekgarage commented 9 months ago

I added the AITEWIN ROBOT ESP32-C3 SuperMini that's a somewhat clone or derivative of the Adafruit QT Py ESP32-C3

I've tested all IO's and cannot find any faults or improper configuration.

(sorry for redoing PR. The first pin out diagram i found was incorrect so i had to redo all labels in the config, and somehow i managed to delete my existing PR instead of updating it)

Here is the proper Pinout for this seller https://www.aliexpress.com/item/1005005757810089.html?spm=a2g0o.order_list.order_list_main.87.37ee18028dkcaE Pinout-Back

urish commented 9 months ago

Thanks for the PR! Sorry for not looking into this earlier, I'm a bit swamped with other stuff. Anyway, I plan to look into it this week and merge if all good

geekgarage commented 9 months ago

Thanks for the PR! Sorry for not looking into this earlier, I'm a bit swamped with other stuff. Anyway, I plan to look into it this week and merge if all good

I added some extra files not currently needed in case you think #29 feature request could be something in the long run, then there is some test data to play around with

urish commented 9 months ago

Thanks!

Some feedback:

  1. Please replace the "_" with a dash (i.e. aitewin_robot-esp32-c3-supermini
  2. Please change the pin spacing in board.json so it's an exact multiple of 2.54. It's very already very close to a multiple of 2.54, so it's just a minor adjustment of the coordinates, both in the X and Y axes.

Note my comments about the CSV / TXT file in #29.

geekgarage commented 8 months ago

Thanks!

Some feedback:

1. Please replace the "_" with a dash (i.e. `aitewin_robot-esp32-c3-supermini`

2. Please change the pin spacing in board.json so it's an exact multiple of 2.54. It's very already very close to a multiple of 2.54, so it's just a minor adjustment of the coordinates, both in the X and Y axes.

Note my comments about the CSV / TXT file in #29.

I've done the following:

urish commented 8 months ago

Thank you! I hope to get to review it by Sunday and merge. Will keep you posted

urish commented 8 months ago

Thanks again for contributing this board! It's now available in Wokwi :)

geekgarage commented 8 months ago

Thanks again for contributing this board! It's now available in Wokwi :)

Sweet, how would i go about using it then. i tried changing the board to "aitewinrobot-esp32c3-supermini" as that's what it is named but nothing happens. So I'm a bit confused as to how I would go about using it in my projects on Wokwi :P

urish commented 8 months ago

Yeah, it should be board-aitewinrobot-esp32c3-supermini. Here's the obligatory blink: https://wokwi.com/projects/389262377969018881

geekgarage commented 8 months ago

aaah i forgot the "board-" part