You are reading a single comment by @CrashingDutchman and its replies. Click here to read the full conversation.
  • @ClearMemory041063 I tried to use espruino.com/modules/EspruinoWiFi.js as source in a project in the Espruino WebIDE but I never got it to work. It seems that it is using pins A13 and A14 which are not supported on an ESP8266.

    When I used Fiddler to see where exactly a module is being loaded when I do a require("Wifi") I saw nothing being loaded from Internet. When you load another module, for example through a require("DS18B20), there is network traffic to http://www.espruino.com/modules//DS18B20­.min.js

    So, I am not sure how to do this.

    If anyone can help me getting started, I would appreciate it very much!

About