Although I am an ESP8266 newbe I have a background with quite a few microcontrollers.
I discovered the custom build cloud service which appealed to me and appears to provide a great service.
However after four attempts at flashing slightly different custom builds which all included DHT, RTCTime and NTP modules I discovered that the dht and rtctime commands produce a "nil" error suggesting the modules are not loaded within the build. Using an external library I can read the DHT11 sensor OK but the built in commands do not work.
I am using an esp201 module which seems to work OK with the exception of access to the built- in modules. I have had it operating as a TCP server and seem to be able to connect to it without any difficulty via the LAN.
I am wondering if there is a need to initialize the built-in modules before they will work? I presume the modules should work without need for an external library and that I must be doing something wrong.
Thanks in advance for any help!
Best Regards,
tma