ESPlorer | Integrated Development Environment (IDE) for ESP8266 developers
kandi X-RAY | ESPlorer Summary
kandi X-RAY | ESPlorer Summary
The essential multiplatforms tools for any ESP8266 developer from luatool author’s, including a LUA for NodeMCU and MicroPython. Also, all AT commands are supported. Requires Java 8 or above. Download the latest and greatest one from Oracle website.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Initialize the components .
- Creates the completion provider .
- Finalize the UI .
- Start upload files .
- Entry point for the Maven wrapper .
- Escapes the given string .
- Downloads a file from the provided URL
- Uploads an array of strings to the server .
- Checks if is exist .
- Get the list directory .
ESPlorer Key Features
ESPlorer Examples and Code Snippets
Community Discussions
Trending Discussions on ESPlorer
QUESTION
i'm working on a project using esp8266 nodemcu board, and found right at the beginning that there is an IDE for this board called ESPlorer IDE which uses Lua code, so i've using https://nodemcu.readthedocs.io as my go to, but now i want to implement the esp now protocol on my project but i can't since there is no documentation for it's usage on lua, so my question is. Is there a way to use ESP NOW protocol using lua? or do i have to use another IDE and start all over?
...ANSWER
Answered 2020-Jul-30 at 07:59It looks like the ESPNow protocol isn't supported by the NodeMCU firmware by default; there's an issue requesting support from September 2019.
If you're adept in C, you could maybe be the hero to implement that, but otherwise... no, unfortunately you can't use ESPNow with NodeMCU/Lua.
QUESTION
I just flashed a ESP32 with new custom build for lua files, designed from: https://nodemcu-build.com/ with dev-esp32<>BETA And it seems to be working, I can connect with ESPlorer and the firmware is installed as viewed in the startup code.
Im trying to toggle the BUILTIN_LED, but I get error using the GPIO commands. It worked out of the box with simple arduino code, did I mess something up or why is this not working?
Here is the log with error response from GPIO.mode command
...ANSWER
Answered 2020-Apr-16 at 19:36As per https://nodemcu.readthedocs.io/en/dev-esp32/modules/gpio/#gpiowrite (and the error message) the second parameter has to be an int; 1 or 0.
Your code
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ESPlorer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page