Will there be a schematic? #12
-
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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