Yes, have a couple of the Heltec boards with Lora 868/915 and one with just the Wifi Kit.
Espruino generally works very well. With connected sensors, power sensitivity seems pretty fussy at times so see more reboots than I was expecting but otherwise able to get OLED, Lora, WiFi client all working well.
Support for Wifi Base, Bluetooth and ESPNow are not yet functional as far as I can see.
Example to use OLED:
I2C1.setup({ scl: D15, sda: D4 });
var g = require("SSD1306").connect(I2C1, startLogo, { rst: D16 });
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.
Yes, have a couple of the Heltec boards with Lora 868/915 and one with just the Wifi Kit.
Espruino generally works very well. With connected sensors, power sensitivity seems pretty fussy at times so see more reboots than I was expecting but otherwise able to get OLED, Lora, WiFi client all working well.
Support for Wifi Base, Bluetooth and ESPNow are not yet functional as far as I can see.
Example to use OLED: