Skip to content

Very slight difference between LoRa kit and WiFi kit. #629

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

Merged
merged 2 commits into from
Sep 13, 2017
Merged

Very slight difference between LoRa kit and WiFi kit. #629

merged 2 commits into from
Sep 13, 2017

Conversation

pnewb
Copy link
Contributor

@pnewb pnewb commented Sep 12, 2017

Looks like the LoRa kit pinout was copied in for the WiFi kit.

If you reference http://esp32.net/images/Heltec/WIFI-Kit-32/Heltec_WIFI-Kit-32_DiagramPinout.jpg, you'll see a few differences, this PR should address them. I've only tested out the SPI pins and the LED_BUILTIN specifically.

@@ -52,8 +55,8 @@ static const uint8_t T4 = 13;
static const uint8_t T5 = 12;
static const uint8_t T6 = 14;
static const uint8_t T7 = 27;
static const uint8_t T8 = 33;
static const uint8_t T9 = 32;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this is correct ;) 32 is T9 and 33 is T8

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that's interesting. The pinout diagram states gpio 33 = t8, but the espressif PDF states gpio 32 = t8.

@me-no-dev me-no-dev merged commit 27d54b3 into espressif:master Sep 13, 2017
@me-no-dev
Copy link
Member

Awesome :) thanks

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