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

Fix wifi_kit_32_V3 pins #163

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Fix wifi_kit_32_V3 pins #163

merged 1 commit into from
Feb 14, 2023

Conversation

platypii
Copy link
Contributor

@platypii platypii commented Feb 9, 2023

The pin definitions in wifi_kit_32_V3/pins_arduino.h appear to be copied over from wifi_kit_32/pins_arduino.h but were not updated to reflect the real pins on the new board.

I updated the pins by carefully reading the technical documents and schematics, and comparing to the LoRa variant in WIFI_LoRa_32_V3.

Resources

WiFi V2 Board
Pinout Diagram: https://resource.heltec.cn/download/WiFi_Kit_32/WIFI_Kit_32_pinoutDiagram_V2.pdf
Schematic Diagram: https://resource.heltec.cn/download/WiFi_Kit_32/WIFI_Kit_32_Schematic_diagram_V2.1.PDF

WiFi V3 Board
Pinout Diagram: https://resource.heltec.cn/download/HTIT-WB32_V3(Rev1.1).pdf
Schematic: https://resource.heltec.cn/download/WiFi_Kit_32_V3/HTIT-WB32_V3_Schematic_Diagram.pdf

LoRa V3 Board
Pinout Diagram: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3.png
Schematic: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3_Schematic_Diagram.pdf

ESP32 Technical Reference Manual: https://www.espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf

ESP32-S3 DataSheet: https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf

Credit to @smerkadidit for noticing this and compiling resources here: espressif/arduino-esp32#7737

@platypii platypii changed the title Fix wifi_kit_32_V3 pins Fix pins for wifi_kit_32_V3 and Wireless_Stick_V3 Feb 9, 2023
@platypii platypii changed the title Fix pins for wifi_kit_32_V3 and Wireless_Stick_V3 Fix wifi_kit_32_V3 pins Feb 9, 2023
@Quency-D Quency-D merged commit ec4bb11 into Heltec-Aaron-Lee:master Feb 14, 2023
@platypii platypii deleted the fix_wifi_kit_32_V3_pins branch February 14, 2023 18:22
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.

2 participants