-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Pin definitions T8/T9 & DAC1/DAC2 appear to be the wrong way round for Heltec & TTGO LoRa boards #1831
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
Comments
Seems you haven't had any reply .. |
If you haven't noticed, there are 501 open issues in the tracker. This is a community driven project. If you want it fixed, fix it. |
Are you serious? This is issue tracker and this is issue reported. You dont want to fix it, ok, but telling people "go screw yourself" because someone does not feel confident enough to fix that code and create PR i not nice. There is 501 open issues which means there is still 501 bugs that has not been addressed or people with privileges are too lazy to close issues that are fixed already. |
Correct , I had not noticed the 501 issues . |
Dear BBBits and others, First, in the issue title I wrote that the pin definitions appeared to be the wrong way round because that was how it seemed to me. But, just because one person working alone (ie me) thinks something is a bug doesn't necessarily make it so. BBBits' comment provides additional practical evidence that this probably is a bug. Second, I'm what you call a "casual user". If I find what I think is a bug, I will (a) do as much research as I can to make sure it hasn't been reported before, (b) try to nail down what I think is the likely cause, then (c) open an issue documenting my findings. I do this in the hope that people who actually do know what they are doing (which isn't me) will have the confidence to "do the edit/PR thing." In short, I gratefully accept your kind offer of doing the edit/PR thing. |
Hi Phill, Barry |
Pin definitions T8/T9 & DAC1/DAC2 Back To Front (Issue #1831)
I am also seeing this issue on Pin 32 and 33 for a couple ESP32 boards I am using. I saw this on the Huzzah and a NodeMcu-32S. I don't know if this helps. |
This particular issue is fixed in v1.0.2. |
Hardware:
Board: TTGO LoRa32-OLED V1
Board: Heltec_WIFI_LoRa_32
Core Installation/update date: esp32-1.0.0
Description:
Both of these files:
define the following pin mappings:
Those definitions are at odds with (a) the ESP32 Datasheet, (b) the ESP32 Technical Reference manual and (c) every other board in the variants folder that defines T8, T9, DAC1 and DAC2 as:
In other words, these two LoRa boards appear to have swapped the GPIO pins for T8/T9 and DAC1/DAC2. I wondered if the Touch and DAC pins could somehow be re-mapped but I have not found anything to support that theory so I suspect that the definitions for these two LoRa boards could be wrong.
The text was updated successfully, but these errors were encountered: