Search found 12 matches

by willhelm
Fri Jan 21, 2022 4:58 pm
Forum: Showcase
Topic: Learning Kit and IDE Focusing on Secure IoT
Replies: 0
Views: 6100

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 th...
by willhelm
Thu Dec 16, 2021 3:47 am
Forum: ESP-IDF
Topic: Can I add custom options in sdkconfig.defaults?
Replies: 1
Views: 3009

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?
by willhelm
Tue May 04, 2021 10:17 pm
Forum: Showcase
Topic: Easy IoT programming using Lua
Replies: 0
Views: 9067

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://realtimelogic.com...
by willhelm
Sat Jul 04, 2020 11:11 pm
Forum: General Discussion
Topic: WiFiManager example for the ESP32 IDF SDK
Replies: 2
Views: 4343

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
by willhelm
Thu Feb 06, 2020 12:46 am
Forum: ESP-IDF
Topic: How to compile for release mode with -Os -O3
Replies: 2
Views: 4406

Re: How to compile for release mode with -Os -O3

Thank you :mrgreen:
by willhelm
Wed Feb 05, 2020 9:06 pm
Forum: ESP-IDF
Topic: How to compile for release mode with -Os -O3
Replies: 2
Views: 4406

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 the...
by willhelm
Sun Sep 08, 2019 4:47 pm
Forum: ESP-IDF
Topic: W (338406) wifi: mem fail : ESP32-WROVER-B
Replies: 7
Views: 8819

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 awesome...
by willhelm
Tue Sep 03, 2019 6:23 pm
Forum: ESP-IDF
Topic: W (338406) wifi: mem fail : ESP32-WROVER-B
Replies: 7
Views: 8819

Re: W (338406) wifi: mem fail : ESP32-WROVER-B

I am waiting for Espressif to fix their SDK :(
by willhelm
Mon Jul 15, 2019 4:27 pm
Forum: ESP-IDF
Topic: W (338406) wifi: mem fail : ESP32-WROVER-B
Replies: 7
Views: 8819

Re: W (338406) wifi: mem fail : ESP32-WROVER-B

Whatever I do, the wifi memory always fails. For crying out loud, There's 8Mb on this board, and there's no easy way to configure a high speed TCP app with lots of socket connections? Can someone send me a configuration file that is sufficient for sustaining 200 simultaneous socket connections at fu...