Any chance to get a solution for you guies?
Any chance to get a solution for you guies?
Explore... Chat... Share...
hary wrote:I tried with different version of Arduino and different machine (Intel Linux and Raspberry Pi).
I also tried different board from the IDE (WeMos D1 R2 & mini, WeMos D1(Retired), Generic ESP8266 Module)
Uploading 226288 bytes from /tmp/arduino_build_86056/sketch_jun27a.ino.bin to flash at 0x00000000
erasing flash
size: 0373f0 address: 000000
first_sector_index: 0
total_sector_count: 56
head_sector_count: 16
adjusted_sector_count: 40
erase_size: 028000
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
setting timeout 15000
setting timeout 100
espcomm_send_command: receiving 2 bytes of data
writing flash
................................................................................ [ 36% ]
................................................................................ [ 72% ]
............................................................. [ 100% ]
starting app without reboot
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
espcomm_send_command: receiving 2 bytes of data
closing bootloader
#define led_pin BUILTIN_LED
#define led_interval 500
void setup() {
pinMode(led_pin, OUTPUT);
}
void loop() {
digitalWrite(led_pin, HIGH);
delay(led_interval);
digitalWrite(led_pin, LOW);
delay(led_interval);
}
Archiving built core (caching) in: C:\Users\QUICKF~1\AppData\Local\Temp\arduino_cache_923956\core\core_esp8266com_Arduino_d1_CpuFrequency_80,UploadSpeed_921600,FlashSize_4M3M_21655eb80f1d4fdd8e4dada24d8451b9.a
Sketch uses 238905 bytes (22%) of program storage space. Maximum is 1044464 bytes.
Global variables use 33028 bytes (40%) of dynamic memory, leaving 48892 bytes for local variables. Maximum is 81920 bytes.
Uploading 243056 bytes from C:\Users\QUICKF~1\AppData\Local\Temp\arduino_build_762096/LEDBlinker.ino.bin to flash at 0x00000000
................................................................................ [ 33% ]
................................................................................ [ 67% ]
.............................................................................. [ 100% ]
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]