@SirMichael I have done all that. As I wrote, I did start from an example in the IDE. The program compiles fine and gets loaded onto the core2, which it would not do if I'd choosen the wrong com port. I've even posted the output the core2 sent to the serial console, which would not happen if I'd choosen the wrong port.
So no, your answer is not helpful, it mentions stuff I've done and described in my question.
Posts made by jbruggem
-
RE: core2 not working
-
core2 not working
Hello,
I have a core2 with which I have had problems since day 1. I had thrown it out, but now I'm giving it a ... try.
I've compiled and uploaded many programs that come with the M5core2 library, but I haven't been able to get anything to work.For example the program: In arduino ide: examples ->ESPInsights -> DiagnosticsSmokeTest.
the compiler throws following errors, but compiles and uploads ok
WARNING: Category '' in library ESP Insights is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library ESP RainMaker is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library WiFiProv is not valid. Setting to 'Uncategorized'
Sketch uses 905821 bytes (13%) of program storage space. Maximum is 6553600 bytes.
Global variables use 46408 bytes (1%) of dynamic memory, leaving 4475576 bytes for local variables. Maximum is 4521984 bytes.
esptool.py v4.5.1
Serial port /dev/ttyACM0
Connecting....upload goes ok, but the core2 does not show any sign of life.
the serial console output:
..ets Jul 29 2019 12:21:46rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0and then an endless line of dots are shown on the serial console. No sign of life on the core2
can anyone tell me what's wrong here ?