1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.63k stars 799 forks source link

ESP32-C3 super mini not supported #1817

Closed michapr closed 10 months ago

michapr commented 1 year ago

using the web upload I get the message: "Your Unknown Chip board is not supported."

used airm2m_core_esp32c3 and other c3 options from pulldown option and the suggested connection "USB JTAG/serial" (BTW: the "lolin_c3_mini" is missing in options...)

At first tried normal upload - failed, Then tried in bootloader mode and got the message that unknown chip (see above).

Board: image

Any idea?

Thanks!

michapr commented 1 year ago

(BTW: the "lolin_c3_mini" is missing in options...)

was added in the meantime - thanks ;) But using this web upload I get the same error.

BTW: The upload of the ready firmware is working (using the flash download tool) - so this is a way for all who want to use this chip.

BOlaerts commented 10 months ago

In my experience flashing the new ESP32 S2/C3 boards works best with https://adafruit.github.io/Adafruit_WebSerial_ESPTool/

1technophile commented 10 months ago

It is now supported in the development branch, accessible here https://docs.openmqttgateway.com/dev

https://community.openmqttgateway.com/t/install-on-esp32-c3-super-mini/2965/21