-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Pinout for Heltec_wifi_kit_32_v3 is incorrect #7737
Comments
Hi @smerkadidit, if possible please open a PR with the fix of the pinout for Heltec_wifi_kit_32_v3. Thanks |
I was trying to figure that out still. I got the TX and RX pins sorted but some of the others I havent figured out yet. They have a pin map but admittedly, im newer to this platform to trying to figure it out still |
Possibly related #7684 |
V2 Board V3 Board This is what I have got so far. #ifndef Pins_Arduino_h #include <stdint.h> #define WIFI_Kit_32_V3 true #define EXTERNAL_NUM_INTERRUPTS 16 #define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1) static const uint8_t LED_BUILTIN = 35; // was 25 static const uint8_t KEY_BUILTIN = 0; static const uint8_t TX = 44; // was 1 static const uint8_t SDA = 36; //was 21 static const uint8_t SS = 8; //was 5 static const uint8_t A0 = 36; // static const uint8_t A10 = 4; // static const uint8_t T0 = 4; // static const uint8_t DAC1 = 25; // static const uint8_t Vext = 36; //was 21 #endif /* Pins_Arduino_h */ |
Thanks to @smerkadidit the pinout has been updated. Original thread on the topic: espressif#7737
Can this be considered as solved? |
Likely resolved by #7697. |
Forgot to link this issue to the PR @mrengineer7777 mentioned. Closing |
Board
heltec_wifi_kit_32_v3
Device Description
https://heltec.org/project/wifi-kit-32-v3/
Hardware Configuration
Standard. The pinout in the pins file is incorrect
Version
latest master (checkout manually)
IDE Name
platformio
Operating System
win10
Flash frequency
x
PSRAM enabled
yes
Upload speed
1000000
Description
The pinout for the Heltec_wifi_kit_32_v3 is incorrect.... https://heltec.org/project/wifi-kit-32-v3/
it seems like the pins_arduino.h file is a copy paste of the V2, but with the V3 board there is an updated pinout
Please update the pins_arduino.h file so the board will work
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: