
Resolving ESP32-C5-DevKit-Lipo dependencies...
UserSideException: Please specify name, url and vendor fields for /home/winfried/repos/art/pfb/pfb-bees/experiments/07-test-ESP32-C5/boards/olimex_esp32-c5-devkit-lipo.json
*** ValueError `invalid literal for int() with base 10: ''' trying to evaluate `${__get_board_f_boot(__env__)}'
File "/home/winfried/.platformio/packages/framework-arduinoespressif32/tools/pioarduino-build.py", line 94, in generate_bootloader_image
"f_flash": "80000000L",
solved this.{
"build": {
"core": "esp32",
"cpu": "esp32c5",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"mcu": "esp32c5",
"variant": "esp32c5",
"flash_mode": "dio",
"psram_type": "opi",
"extra_flags": [
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
]
},
"connectivity": [
"wifi",
"bluetooth"
],
"debug": {
"openocd_target": "esp32c5.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Olimex ESP32-C5-DevKit-Lipo (WROOM-N8R4)",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 921600
},
"vendor": "Olimex"
,"url": "https://www.olimex.com/Products/IoT/ESP32-C5/ESP32-C5-DevKit-Lipo/"
}
[platformio]
description = "ESP32-C5 test"
[env]
;platform=https://github.com/pioarduino/platform-espressif32.git
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
framework = arduino
[env:ESP32-C5-DevKit-Lipo]
board = my-olimex_esp32-c5-devkit-lipo
monitor_speed = 115200
upload_speed = 921600
; debugging with openocd on JTAG/serial USB-C port
debug_tool = esp-builtin
debug_init_break = tbreak setup ; Stoppt automatisch am Anfang von setup()
; upload methods working on JTAG/serial USB-C port
upload_protocol = esp-builtin
;upload_protocol = esptool
QuoteWith 240Mhz it blinks, but is it save to operate ?
QuoteWhat is the difference:
"flash_mode": "dio", "psram_type": "opi" are not "qio" ?
QuoteIs there a reason for other ram size ?
*** ValueError `invalid literal for int() with base 10: ''' trying to evaluate `${__get_board_f_boot(__env__)}'
File "/home/winfried/.platformio/packages/framework-arduinoespressif32/tools/pioarduino-build.py", line 94, in generate_bootloader_image
[platformio]
description = "LoRaBees gateway ESP32-C5 and MOD-LoRa868-ANT"
include_dir = src
[env]
platform=https://github.com/pioarduino/platform-espressif32.git
framework = arduino
[env:ESP32-C5-DevKit-Lipo]
board = olimex_esp32-c5-devkit-lipo
; board = esp32-c5-devkitc1-n8r4
monitor_speed = 115200
upload_speed = 921600