Search found 13 matches
- Thu Feb 13, 2025 7:11 pm
- Forum: Showcase
- Topic: Xedge32 - A Lua-Based IoT Development Platform for ESP32
- Replies: 0
- Views: 7239
Xedge32 - A Lua-Based IoT Development Platform for ESP32
Xedge32 is a powerful yet easy-to-use development platform designed for the ESP32 microcontroller, ideal for IoT projects of all levels. It stands out by integrating Lua, a lightweight and beginner-friendly scripting language, enabling rapid development without the steep learning curve of ...
- Fri Jan 21, 2022 4:58 pm
- Forum: Showcase
- Topic: Learning Kit and IDE Focusing on Secure IoT
- Replies: 0
- Views: 7776
Learning Kit and IDE Focusing on Secure IoT
Real Time Logic released a free IoT IDE designed for educational purposes. The IDE simplifies compiling and uploading a number of IoT related projects. The IDE should work with any ESP32; however, If you have an ESP32 WROVER, you can also upload a high level Lua powered development environment to ...
- Thu Dec 16, 2021 3:47 am
- Forum: ESP-IDF
- Topic: Can I add custom options in sdkconfig.defaults?
- Replies: 1
- Views: 3805
Can I add custom options in sdkconfig.defaults?
I thought one could add custom options in sdkconfig.defaults such as:
CONFIG_THE_MEANING_OF_LIFE_IS=42
I thought this would be inserted into the two auto generated files sdkconfig and sdkconfig.h?
CONFIG_THE_MEANING_OF_LIFE_IS=42
I thought this would be inserted into the two auto generated files sdkconfig and sdkconfig.h?
- Tue May 04, 2021 10:17 pm
- Forum: Showcase
- Topic: Easy IoT programming using Lua
- Replies: 0
- Views: 11112
Easy IoT programming using Lua
Lua - easy for kids to learn and also powerful enough for developing professional IoT solutions. This video shows how to get started with IoT and Lua on the ESP32. See the video's comment section for details on how to flash the Lua IoT firmware.
https://youtu.be/XkVQYJ-z7JA
https ...
https://youtu.be/XkVQYJ-z7JA
https ...
- Wed Jul 08, 2020 9:33 pm
- Forum: General Discussion
- Topic: WiFiManager example for the ESP32 IDF SDK
- Replies: 3
- Views: 7020
- Sat Jul 04, 2020 11:11 pm
- Forum: General Discussion
- Topic: WiFiManager example for the ESP32 IDF SDK
- Replies: 3
- Views: 7020
WiFiManager example for the ESP32 IDF SDK
Hi,
The WiFiManager example is for the Arduino environment. I am looking for something similar, but for the ESP32 IDF
WiFiManager: https://github.com/zhouhan0126/WIFIMANAGER-ESP32
Thanks
The WiFiManager example is for the Arduino environment. I am looking for something similar, but for the ESP32 IDF
WiFiManager: https://github.com/zhouhan0126/WIFIMANAGER-ESP32
Thanks
- Thu Feb 06, 2020 12:46 am
- Forum: ESP-IDF
- Topic: How to compile for release mode with -Os -O3
- Replies: 2
- Views: 6321
- Wed Feb 05, 2020 9:06 pm
- Forum: ESP-IDF
- Topic: How to compile for release mode with -Os -O3
- Replies: 2
- Views: 6321
How to compile for release mode with -Os -O3
I have not been able to find out how to compile for release mode. When I copy an example and compile the example with make VERBOSE=1 I see that the compiler flags are -Og -ggdb, but I want the flags to be -Os -O3.
I tried "cmake -DCMAKE_BUILD_TYPE=Release" but that added a ton of files and broke ...
I tried "cmake -DCMAKE_BUILD_TYPE=Release" but that added a ton of files and broke ...
- Sun Sep 08, 2019 4:47 pm
- Forum: ESP-IDF
- Topic: W (338406) wifi: mem fail : ESP32-WROVER-B
- Replies: 7
- Views: 11273
Re: W (338406) wifi: mem fail : ESP32-WROVER-B
I am looking into the possibility of using the chip as a low cost industrial connectivity bridge to cloud, where PLC's would be connected locally and the chip securely handles the communication with the cloud.
The more connections the chip can handle, the merrier and 200 connections would be ...
The more connections the chip can handle, the merrier and 200 connections would be ...
- Tue Sep 03, 2019 6:23 pm
- Forum: ESP-IDF
- Topic: W (338406) wifi: mem fail : ESP32-WROVER-B
- Replies: 7
- Views: 11273
Re: W (338406) wifi: mem fail : ESP32-WROVER-B
I am waiting for Espressif to fix their SDK 