All Questions
3 questions
0
votes
0
answers
295
views
NodeMCU keeps running the previous program
After countless days and hours, I finally can upload my sketch into my NodeMCU successfully. But, just after that, I've got another problem.
If you've checked my previous post, you'll see I have two ...
0
votes
0
answers
547
views
Couldn't send/recieve POST DATA REQUEST between ESP8266 (NodeMCU) and PHP live server
I want to connect my NODEMCU wifi module to live server and then comunicate with rest API. While I was calling simple GET method with plain-text content then everything works fine, problem arises ...
1
vote
1
answer
2k
views
ESP8266 WiFi isn't working without WiFiMulti
I did a project for IoT attendance system using ESP8266 and RDM6300. However, I can connect to wifi using WiFiMulti.addAP() function for my home WiFi but can't connect using WiFi.begin().
I tried ...