-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Describe the bug
After downloading the generated .bin file, the program will not run
To Reproduce
Steps to reproduce the behavior:
-
I followed the instructions at adafruit to install TinyUF2. I had to put usb dip-switches in 'otg' mode
-
Download the tinyuf2-lilygo_ttgo_t8_s2_st7789-0.5.2.zip file
-
With the online ESPTool I have flashed the combined.bin at location 0x0
-
Worked well. TTGOS2BOOT (D:) pops up.
-
In maker.makecode.com; select the esp32 board
-
In Javascript:
-
forever(function () {
pins.LED.digitalWrite(false)
control.waitMicros(1 * 1000 * 1000)
pins.LED.digitalWrite(true)
control.waitMicros(1 * 1000 * 1000)
}) -
Test the program with the simulator. LED-light blinks. Works fine
-
Download the.bin file to the UF2 D-disk as "maker-espressif-esp32-devkit-c (3).bin"
-
LED on the board is not blinking.
-
Switch the usb-dipswitch to 'USB"-mode.
-
Helas. LED on the board is not blinking.
Desktop (please complete the following information):
- OS: Windows 10
- Browser Edge
- Version: 97