HomeKidd / Homekit-WS2812B-controller

ESP8266 based  Homekit controller for WS2812B lightstrips with WS2812FX support🌈
237 stars 35 forks source link

Wifi not working #46

Closed ccnh02 closed 3 years ago

ccnh02 commented 3 years ago

I flashed my esp8266, but i cant find the Wifi AP that it is supposed to generate.

Could anyone help me?

HomeKidd commented 3 years ago

Hi! Its a common mistake, you need to change the flash mode or flash size when flashing the ESP because not all boards have the same flash memory. Read issue #2 #7 #15 #38

BullzLabz commented 3 years ago

Hello,

I used this (Dev Board for flash the "ledstrip.bin" file to my ESP12-F and I try several times with 3 different ESP-12F modules and I can't see the Wifi AP network !

I've also tried different flash mode "DIO" and "QIO" but same issue and I can't choose the flash size with the NodeMCUFlash tool!

What's doing wrong? I missing steps?

This is the result of my flash's :

esptool.py v2.6
Serial port COM5
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
MAC: c4:5b:be:6e:24:f5
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Erasing flash (this may take a while)...
Chip erase completed successfully in 3.4s
Compressed 507328 bytes to 358349...
Wrote 507328 bytes (358349 compressed) at 0x00000000 in 32.4 seconds (effective 125.5 kbit/s)...
Hash of data verified.

Leaving...
Staying in bootloader.

Firmware successfully flashed. Unplug/replug or reset device 
to switch back to normal boot mode.
MarkM500 commented 2 years ago

Do you BullzLabz find a solution for this chip? Same issue here. Thanks