-
-
There is a module: http://www.ti.com/lit/ds/symlink/ina219.pdf
CJMCU - 219 INA219 I2C interface Bi-directional current/power monitoring sensor module.
Please tell me, how can I connect it?
Is there a JS for it? -
-
-
Hello!
This code works. (V1.91)
function onPageRequest(req, res) {
res.writeHead(200, {'Content-Type':'text/html'});
res.write('Hello');
res.end('');
}
require("http").createServer(onPageRequest).listen(80);
var wifi = require("Wifi");
console.log("APIp="+wifi.getAPIP().ip);
console.log("StationIP="+wifi.getIP().ip);After the command "Save();" code is not working.
Why? -
Hello!
Tell me who to write if I found a bug in the module?
Module http://www.espruino.com/modules/DHT11.js
and http://www.espruino.com/modules/DHT11.min.js
Line 37 column 10.
Replace t: parseInt (d.substr (18,8), 2)
on temp: parseInt (d.substr (18,8), 2)
Line 39 column 10. Delete cb (o); -
-
I received from the aliexpress esp8266-01 -1M
I downloaded 1v84.tve_master_588d193_esp8266.
Works good. Thank you.
Then I uploaded via USB-TTL Fail 1024 KB = FF
after that
0x0000 "boot_v1.6.bin"
0x1000 espruino_esp8266_user1.bin
0xFC000 esp_init_data_default.bin
I got an infinite loop but one line unreadable.
Help me to understand.
This esp8266-01 incompatible with espruino ?
Result