-
-
-
-
The version I use is a bit outdated, so this issue with onewire may very well be fixed in later versions.
Gordon, I know that hy boards are unsupported officially but but I already have one so I have a question - what it takes to switch on and off the display led backlight on a hy 2.4 board, is it theoretically possible with espruino? Can I get away with some SPI commands?
Thank you for your work, js on hardware is awesome!
-
Nevermind, I've found the working one.
To test everything I've tried to read from a DS18B20 sensor but getTemp() method always return null so I have to manually assign sCode expando to get it work properly:var ow = new OneWire(B1); var sensor = require("DS18B20").connect(ow); sensor.sCode = sensor.bus.search()[0]; sensor.getTemp(); =24.5625
-
I see some ancient carbon comp resistors in this build. I approve! :-)