HomeACcessoryKid / ESP8266-HomeKit

HomeKit server Native on ESP8266_RTOS with an API approach
https://www.youtube.com/watch?v=Xnr-utWDIR8
Apache License 2.0
487 stars 74 forks source link

Installation problem #19

Closed ageorgios closed 7 years ago

ageorgios commented 7 years ago

Hello, I have done everything as instructed in wikis and the result is below

esptool.py
 v2.0-beta2
Connecting....
Detecting chip type... ESP8266
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 230400
Changed.
Attaching SPI flash...
Configuring flash size...
Auto-detected Flash size: 4MB
Flash params set to 0x0040
Compressed 36432 bytes to 26362...
Wrote 36432 bytes (26362 compressed) at 0x00000000 in 1.2 seconds (effective 249.8 kbit/s)...
Hash of data verified.
Compressed 391572 bytes to 283524...
Wrote 391572 bytes (283524 compressed) at 0x00014000 in 12.5 seconds (effective 249.9 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting...

but the esp8266 is not connecting to my AP although I have uncommented the user_init function and inserted my APssid and password correctly

Any ideas?

ageorgios commented 7 years ago

removed baud rate parameter and worked