I build an array that I submit to remote sockets (RF433) using digitalPulse(D14,1, ps);
It worked fine with 1v83 Copyright 2015 G.Williams.
With 1v84, it seems being interrupted and puts out wrong data.
I have attached the file that works with 1v83.
Maybe you can help me point out a better way, or if it something with 1v84 look into it.
(a few things need to be change in the file to compile with 1v84:
require("wifi")-> "Wifi" and ESP8266.getAddressAsString(ipInfo.ip) ->wifi.getIP().ip
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 build an array that I submit to remote sockets (RF433) using digitalPulse(D14,1, ps);
It worked fine with 1v83 Copyright 2015 G.Williams.
With 1v84, it seems being interrupted and puts out wrong data.
I have attached the file that works with 1v83.
Maybe you can help me point out a better way, or if it something with 1v84 look into it.
(a few things need to be change in the file to compile with 1v84:
require("wifi")-> "Wifi" and ESP8266.getAddressAsString(ipInfo.ip) ->wifi.getIP().ip
1 Attachment