Will there be a schematic? #12
Answered
by
sh123
TrokhymButko
asked this question in
Q&A
|
I didn’t find a schematic diagram of where to solder the peripherals, mainly a question about the display. Or does it mean that this information needs to be obtained from the config file? |
Answered by
sh123
Mar 10, 2024
Replies: 1 comment 3 replies
|
Hi, it is based on https://github.com/sh123/esp32_loraprs, which has schematics, additional peripherals are connected to two sets of pinouts on both sides of the board (a lot of soldering), correct pinouts should be checked from pinout config definition (from this project include/config.h). It is more a prototype, hence is does not have dedicated pinouts for each peripheral. I have plans to create dedicated board, but no free time for that yet. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Display is using I2C bus, so it should be connected to ESP32 SCL (IO22) SDA (IO21) pinouts, they are not declared, that's by default for Adafruit_SSD1306 library