I play with LED stream and panel controlled by neopixel module.
I have tried to make home clock. I want to use use ntp-client from GitHub to get accurate initial time. I have found that it use dgram module, which is in Espruino reference but can not be connected.
I can see 'Uncaught Error: Module "dgram" not found' message.
The same happens if I try to use the module in my code.
I think may be the module is not included for ESP8266.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I play with LED stream and panel controlled by neopixel module.
I have tried to make home clock. I want to use use ntp-client from GitHub to get accurate initial time. I have found that it use dgram module, which is in Espruino reference but can not be connected.
I can see 'Uncaught Error: Module "dgram" not found' message.
The same happens if I try to use the module in my code.
I think may be the module is not included for ESP8266.
How to add dgram support to ESP8266?