Mixiaoxiao / Arduino-HomeKit-ESP8266

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
MIT License
1.48k stars 278 forks source link

Weird Serial Output #220

Open PANDA2732 opened 1 year ago

PANDA2732 commented 1 year ago

I'm pretty new to dui projects and coding, but when I have it running, after the Init server is over, a werid string of outputs are generated. Does any one know why this is happening/ Screen Shot 2023-04-12 at 12 44 56 PM

DayOut commented 1 year ago

Seems like you built your project on nodemcu v2 hardware so you need to use config in platformio like here (img 1) or use NodeMCU 1.0 in adruino IDE (img 2).

image image

tomdmt commented 1 year ago

I have the same issue and I have NodeMCU 1.0 set in IDE.

PimV5755 commented 1 year ago

I use the Generic ESP8266 and that works fine. Give it a try. I use ESP-12E, F but alsi ESP07 or 01S all in the same mode.