You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: D-duino-32
Core Installation/update date: 17/dec/2017
IDE name: Arduino IDE 1.8.5
Flash Frequency: 80Mhz
Upload Speed: 115200
Description:
The D-duino-32 board (ESP32 with on-board I2C SSD1306 and OLED 128x64) is unluckily not using the standard pin assignment for SDA/SCL like 21/22, instead it uses 5/4.
Due to this problem it's not possible to use most of the I2C component libraries if these are not allowing to set explicitly the pins for SDA/SCL.
To resovle the problem, I tried to create a custom board description. With this it was possible to use the OLED by the Adafruit SSD1306 library as a display for a small MQTT listener.
Would it be possible to include this board in the list of supported ones?
The following mods were made (1st time in doing this, so I may have made something wrong):
\Arduino\hardware\espressif\esp32\boards.txt (added at the end)
Hardware:
Board: D-duino-32
Core Installation/update date: 17/dec/2017
IDE name: Arduino IDE 1.8.5
Flash Frequency: 80Mhz
Upload Speed: 115200
Description:
The D-duino-32 board (ESP32 with on-board I2C SSD1306 and OLED 128x64) is unluckily not using the standard pin assignment for SDA/SCL like 21/22, instead it uses 5/4.
Due to this problem it's not possible to use most of the I2C component libraries if these are not allowing to set explicitly the pins for SDA/SCL.
To resovle the problem, I tried to create a custom board description. With this it was possible to use the OLED by the Adafruit SSD1306 library as a display for a small MQTT listener.
Would it be possible to include this board in the list of supported ones?
The following mods were made (1st time in doing this, so I may have made something wrong):
\Arduino\hardware\espressif\esp32\boards.txt (added at the end)
\Arduino\hardware\espressif\esp32\variants\dduino32\pins_arduino.h
The text was updated successfully, but these errors were encountered: