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

ESP32-S3 Support #19

Open
2 of 3 tasks
gabryelreyes opened this issue Oct 28, 2023 · 1 comment
Open
2 of 3 tasks

ESP32-S3 Support #19

gabryelreyes opened this issue Oct 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@gabryelreyes
Copy link
Collaborator

gabryelreyes commented Oct 28, 2023

Version 2.0 of ZumoComSystem is expected to use an ESP32-S3 as its microprocessor. The main reason for this is due the USB-Host capabilities of the chip, removing the necessity for an external USB-Host IC as has been done until now.

@gabryelreyes
Copy link
Collaborator Author

Pinout

v1.1 Configuration (old)

  • PIN_WIFI_AND_RESET_KEY = 4
  • PIN_DEVICE_RESET = 27
  • INFO_LED_R = 16
  • INFO_LED_G = 22
  • INFO_LED_B = 21
  • PIN_BATT_MEASUREMENT = 35

v2.0 Configuration (new)

  • PIN_WIFI_AND_RESET_KEY = 48
  • PIN_DEVICE_RESET = 5
  • INFO_LED_R = 38
  • INFO_LED_G = 1
  • INFO_LED_B = 2
  • PIN_BATT_MEASUREMENT = 10
  • LED_A = 6
  • LED_B = 16
  • LED_C = 18
  • Button_A = 7
  • Button_B = 15
  • Button_C = 17

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

No branches or pull requests

1 participant