Vet inte om jag frågat detta tidigare men må så vara.
Jag fick en ESP32-WROOM-32D av en i klassen, som jag inte fått snurr på.
Det jag hitentills har testat är.
Putty: Den pratar i putty,
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
trycker jag på BOOT knappen får jag upp texten:
Waiting for download eller vad det står.
I arduino IDE som skall fungera har jag tagit hem ESP32 korten, hittar inte exakt min modell, men om jag fattat det rätt så skall det inte vara någon extrem skillnad mellan de olika när det kommer till "blink a led" typ.
När jag kör i Ardu då får jag ett Python fel.
Kod: Markera allt
Connecting............Traceback (most recent call last):
File "esptool.py", line 37, in <module>
File "esptool\__init__.py", line 1064, in _main
File "esptool\__init__.py", line 859, in main
File "esptool\cmds.py", line 466, in write_flash
File "esptool\util.py", line 37, in flash_size_bytes
TypeError: argument of type 'NoneType' is not iterable
Chip is ESP32-D0WD (revision v1.0)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: e8:9f:6d:55:1b:e8
Uploading stub...
Running stub...
Stub running...
WARNING: Failed to communicate with the flash chip, read/write operations will fail. Try checking the chip connections or removing any other hardware connected to IOs.
Configuring flash size...
[28668] Failed to execute script 'esptool' due to unhandled exception!
Failed uploading: uploading error: exit status 1
Även testat att sätten en konding mellan EN och GND läste jag på något ställe, bara 100nF vilket antagligen är för litet.
Kan det vara så att jag fick en som var kass?
Teori någon?