The test doesn’t proceed any further to check servo, speaker or PIR.
Inputting my Wifi SSID and password in Firmware.ino doesn’t help. Nor does switcing RX and TX on the ESP8266 (if I do, the device doesn’t even initialize).
I would be eternally grateful if someone told me what else can be done.
Have you made a change to the code to verify that the upload from your PC to the controller worked? Maybe change the word “start” to “Starting” just to verify that the SSID and password are indeed being transferred to the controller. You could even add a line to print the SSID
Serial.println(SSID);
I’m not sure whether the WiFi initialization fails because the previous step failed:
Station + softAP - Error, Reset Board!
Have you tried resetting the board? Maybe power off for a while?