Skip to content

First IoTuz demo release with demosauce

Compare
Choose a tag to compare
@marcmerlin marcmerlin released this 27 Mar 18:03
· 23 commits to master since this release

This defaults back to the bit banging glitchy adafruit neopixel driver until we can fix the issues when I use the RMT driver (I2C crashes + analogread being broken)

You can try to flash it like this (note that you need 2 supplied files)
~/Arduino/hardware/espressif/esp32/tools/esptool --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_freq 80m --flash_mode dio --flash_size 4MB 0x1000 ~/Arduino/hardware/espressif/esp32/tools/sdk/bin/bootloader.bin 0x8000 fulldemo.ino.partitions.bin 0xe000 ~/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin 0x10000 fulldemo.ino.bin

https://www.youtube.com/watch?v=OmOlm4Y6Clk