Currently I am using the web IDE and an ESP32.
I have been unable to import http, wifi or any modules. Any time I call setWatch, I have to re-flash my chip. How do I go about using the ESP32 tree from github mentioned above?
Hello,
I am working with espruino and an ESP32. I am getting "module http not found" Do I need to do something to include that module? I am kind of dead in the water without http and https capabilities. My chip needs to call home.
My esp32 seems to be bricked. Each time I boot, it spits out the text from the attached file and finishes with HALTING. I have tried re-flashing the chip, but the code causing the issue is still on there. Is there a way to clear out the code section of the chip?
Hello,
Today I flashed one of my ESP32s with the espurino firmware. I am limping along and seeing signs of life. I don't see an ESP32 board.json file in the default directory. Should I be pointing somewhere else? My question is, how do I reference my pins? GPIO12, GPIO_12, PIN12?
With the update I am ready to take the esrpuino plunge on my ESP32. Previously I have only used it for light weight development on the Esp8266. The chip will still have I2C, UART, PWM and control neopixels night? Do I need to find js libraries instead of C libraries for special operations?
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.
Currently I am using the web IDE and an ESP32.
I have been unable to import http, wifi or any modules. Any time I call setWatch, I have to re-flash my chip. How do I go about using the ESP32 tree from github mentioned above?