Paul Schulz
Paul Schulz
Feature still not availablein v9 (v9.0.2) I have been unsing it in v7, and would like to upgrade.
Hi BlueSkySunset76, With the ArduinoIDE, this problem has been fixed for Linux/Ubuntu users (including myself) by upgrading the esptool package to the most recent available version. The fix details are...
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/spiffs.html I have no experience with SPIFFS itself, but from the above documentation.. - SPIFFS is able to reliably utilize only around 75% of assigned partition space. This may be...
Just trying to get some more information. What needs to be changed? Board 5 has the following parameters (as per 'ConfigManager/ConfigManger.cpp'). What needs to be changed? OLED_add: 0x3c OLED_SDA: 21...
- Looking in the code, the L_TCXO_V is used if L_SX127X? is false (which it is). (Radio/Radio.cpp:67) - Chip reference: https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/2R000000HT76/7Nka9W5WgugoZe.xwIHJy6ebj1hW8UJ.USO_Pt2CLLo see section 4.1.4 TCXO Control Block, 13.3.6 SetDIO3AsTCXOCtl
Ok, thank you for adding the details. A bit more complicated than what I was expecting. I knew that the groundstation code was using a patched version of RadioLib, but...
I still have issues with this pull request with my 'esp32-s3' based Heltec board. (Heltec Wifi LoRa V3) - It works with my V2 version Heltec board wich uses an...
> It doesn't work in my case with a [WS2812C-2020 LED](https://datasheet.lcsc.com/lcsc/2202221130_Worldsemi-WS2812C-2020-V1_C2976072.pdf) with PR 4257 witch updates FastLED to a version that supports ESP32-S3. This compiles but it is impossible to...
**Note** the ESPHome documentation has some things to say about the use of ESP Pins https://esphome.io/components/esp32.html#gpio-pin-numbering Not sure how this should be changed for the ESP32-S3. I am using a...
If anyone is still having issues, I found the following platform which appears to work better (until the above is fixed) - esp32_rmt_led_strip It also appears to use ESP32 hardware...