Louis van Geldrop
Louis van Geldrop
I tried with Arduino using ESP32S2 native USB using an LED connected to pin 3 and that works well. Unfortunately when I do the same with Makecode it still does...
The ESP32S2-board I am using is pin compatible with the espressif-esp32-devkit-c board. The download-button creates a .bin file. Can the extension cause the problem?
How do I flash s generated bin-file to the supported espressif-esp32-devkit-c board?
Where can I find the rest-api-specs of the hisense/fglair airco's? I have seen your curl-statements, but how did you discover/find these statements? Dos Hisense has a software-api guide?
Thx for the explanation. I want to use the api in order to integrate the wifi-module into a nodejs-module (ioBroker), A straightforward document explaining what is to be done would...
Flashing using this procedure: 1. Use https://espressif.github.io/esptool-js/ as online flash tool 2. 0x1000 bootloader.bin 3. 0x8000 partitions.bin. I used the bootloader and partiitions files from the espruino esp32 binaries folder...
www.moddable.com and kalumajs.org do offer Javascript support for the RP2040 Pico-w board. Moddable offers full javascript support and also offers the best continuity. The strength of Makecode and Kaluma is...
Just tried m5atom in jacdac docs in developer mode and it is recognized now. Is there an escape "developer mode" option available in devicescript?
After installing 2.2.26, the command "npx --yes @devicescript/cli@latest init" failed. "Unable to find devicescript". I installed version 2.2.24 and now the --dev option works. However I still do get the...
I have noticed the problems with serial chips. I have a ESP32C3 LilyGo-T-OI-PLus board without CDC support. This board always returns "no HF2 support" My Lilygo ESP32_S2 board supports the...