Thank you Martin!!
But as always things don't work like they should at first attempt..
When trying to upload the flowchart to the board I get error messages..
What I already tried was to use a USB cable that I use for other projects.
Press the "BOT" button on the board when connecting.
Tested the COM port and the baudrate (can read it with a serial monitor at 115200baud)
Then I tried to find some Arduino sketches that use the TFT display but when compiling the message says: "
this is a ESP32-S2" chip".
Flowcode shows these compiling messages:
Code: Select all
Chip is unknown ESP32 (revision 0)
Features: WiFi, BT, Single Core, Embedded Flash, VRef calibration in efuse, Coding Scheme 3/4
WARNING: Detected crystal freq 344.33MHz is quite different to normalized freq 40MHz. Unsupported crystal in use?
Crystal is 40MHz
MAC: 0b:ad:ba:d0:0b:ad
Uploading stub...
Running stub...
A fatal error occurred: Invalid head of packet (0x50)
Adding "flash"'s dependency "all" to list of commands with default set of options.
Executing action: all (aliases: build)
Running ninja in directory d:\ttgo_display_test1_\build
Executing "ninja all"...
Executing action: flash
Running esptool.py in directory d:\ttgo_display_test1_\build
Executing "C:\espressif\tools\python_env\idf4.1_py3.7_env\Scripts\python.exe C:\espressif\esp-idf\components/esptool_py/esptool/esptool.py -p COM9 -b 115200 --before default_reset --after hard_reset --chip esp32 write_flash @flash_project_args"...
esptool.py failed with exit code 2
Programming Failed
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ESP\Batch\esp32_prog.bat reported error code 0x1
Autoclose turned off
Could this be because Flowcode doesn't know the ESP32-S2 chip?
Any support on this one?