user144453
Member since May 2022 • Last active May 2022Most recent activity
-
- 3 comments
- 1,232 views
-
-
Hello, I have the ESP8266 - ESP-01 board with parameters below
I uploaded the firmware with Arduino UNO connected to the PC. (Link to tutorial)
Serial port /dev/cu.usbmodem1101 Connecting.... Detecting chip type... Unsupported detection protocol, switching and trying again... Connecting... Detecting chip type... ESP8266 Chip is ESP8266EX Features: WiFi Crystal is 26MHz MAC: a0:20:a6:0c:38:8e Uploading stub... Running stub... Stub running... Manufacturer: 5e Device: 6014 Detected flash size: 1MB Hard resetting via RTS pin...
Flash command:
esptool.py --port /dev/cu.usbmodem1101 --baud 115200 write_flash \ --flash_freq 40m --flash_mode dout --flash_size 1MB \ 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin \ 0xFC000 esp_init_data_default.bin 0xFE000 blank.bin
And after flash the esp not communicate with web IDE.
Hello, I am trying to read ESP-01 (ESP8266) Espruino log with Arduino UNO by serial and not works correctly.
My Arduino UNO code:
Espruino code:
Actual arduino uno log: Screenshot in attachments
Excepted log: