ESP32-MicroPython-BME280-MQTT-Sample
ESP32-MicroPython-BME280-MQTT-Sample copied to clipboard
Results
2
ESP32-MicroPython-BME280-MQTT-Sample issues
Sort by
recently updated
recently updated
newest added
I'm trying to run the umqtt client on an ESP32 (full name ESP-WROOM-32). I'm flashing the firmware with the firmware: http://micropython.org/resources/firmware/esp32-20171226-v1.9.3-217-g5de064fb.bin And I'm getting the following error ~~~ Traceback (most...
`esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash 0x0000 firmware.bin ` In reality , it should be `esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash 0x1000 firmware.bin`