Sorry to bother you again.
It started uploading now, but the TinyPico get's not in it's idle mode, the multicolor LED stays dark. Just the blue one en the small amber one is flashing. The serial window just shows a lot of Question marks. If I hit the small switch, there is some communication, though. Since I do not get an error message, I guess it is best to post the upload here, if I can provide any other information, please let me know. I am stuck now.
Thanks,
Uli
Sketch uses 247593 bytes (18%) of program storage space. Maximum is 1310720 bytes.
Global variables use 21040 bytes (6%) of dynamic memory, leaving 306640 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port /dev/cu.wchusbserial57130083271
Connecting.....
Chip is ESP32-PICO-D4 (revision v1.1)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 64:b7:08:90:5b:c0
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x0004cfff...
Compressed 18992 bytes to 13110...
Writing at 0x00001000... (100 %)
Wrote 18992 bytes (13110 compressed) at 0x00001000 in 0.4 seconds (effective 361.8 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 463.5 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 648.7 kbit/s)...
Hash of data verified.
Compressed 247952 bytes to 134916...
Writing at 0x00010000... (11 %)
Writing at 0x0001d353... (22 %)
Writing at 0x000245dc... (33 %)
Writing at 0x00029954... (44 %)
Writing at 0x0002ef5f... (55 %)
Writing at 0x00037bea... (66 %)
Writing at 0x000401dd... (77 %)
Writing at 0x000459f6... (88 %)
Writing at 0x0004b33f... (100 %)
Wrote 247952 bytes (134916 compressed) at 0x00010000 in 2.7 seconds (effective 741.5 kbit/s)...
Hash of data verified.
Currently this, but I do not get the board to reset that the multicolor led lights up as at the start. I did not found the reset procedure in the EM help files anywhere.
����������������������������������������������������������������������������������������������ets Jun 8 2016 00:22:57
Hi again,
I did what I was able to, but no luck. I am stuck currently, with no idea what to do, to get it running. Any help is very appreciated.
73,
Uli
The question marks in the console output means you're not at the correct bit rate for the board. Try to setup the serial console to 115200 bps and hit the reset button on the TinyPICO.
This is what I get with the correct serial bps (I hope) The earlier is before trying to upload the firmware, the otherone after uploading it. After setting the right speed I hit the reset button as you said.
Thanks for your help!
From the look of it, you are flashing an empty sketch. You need to open the source code you want to flash in the IDE. Navigate to where you downloaded the source code, and double click on the .ino file. It will open the project in the IDE and then you can flash it.
Hi Georges,
you nailed it, thanks a lot! I do not know why I missed this step at first but anyway, it works flawless now. Radiomail and the aprs.fi iOS app do find the B.B. Link and communicate as intended with my TH-D75. Great project!
73,
Uli