Torxgewinde / Firebeetle-2-ESP32-E

Using the Firebeetle ESP32-E as battery powered sensor (SKU:DFR0654-F)
GNU General Public License v2.0
57 stars 2 forks source link

DFR0654 & plaform.io #5

Closed imabot2 closed 1 year ago

imabot2 commented 1 year ago

Hi, I'm not sure which board and MCU I have to select to program a DRF0654 board.

I try several configurations, firebeetle32, dfrobot_firebeetle2_esp32s3 with different MCU configuration (esp32, ESP32-E), but none of then is working properly.

With the following configuration, I can upload the code, but pinout seems to be wrong. I think this is not the right configuration:

board = dfrobot_firebeetle2_esp32s3
board_build.mcu = esp32

Any help is welcome.

Torxgewinde commented 1 year ago

Hello Fifi, I cannot say for sure which PlatformIO settings are correct, because I am using the Arduino-IDE.

The settings in Arduino-IDE are as per this screenshot: As in issue #4

I would expect PlatformIO to also use ESP32-E as mcu, their current repository does not seem to include this board (DFR0654, ESP32-E) yet. I would suggest watching your issue #1002 in the Platformio project, because the issue needs to be fixed there.

Best regards!