Search found 47 matches

by lg.lindstrom
Mon Feb 19, 2024 4:01 pm
Forum: ESP-IDF
Topic: Container expect serial port
Replies: 0
Views: 227

Container expect serial port

Hi I have a new fresh windows 11 computer and I decided try to use VsCode dev container. My VsCode configuration is: { "image": "espressif/idf" } I getting this error when the container trying to start up. Error response from daemon: error gathering device information while adding custom device "/de...
by lg.lindstrom
Fri Feb 03, 2023 8:04 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Extension C++17 Compliance
Replies: 3
Views: 14623

Re: ESP-IDF Extension C++17 Compliance

Sorry for late answer,,, but that did not do any difference.
by lg.lindstrom
Wed Feb 01, 2023 6:26 pm
Forum: ESP-IDF
Topic: Memory optimization
Replies: 5
Views: 4224

Memory optimization

Hi I am getting low on IRAM. Optimization reduced the usage but still on the edge. I am using a lot of components from ESP-IDF but not everything at the same time. Below is a "functional description of my architecture. main: state = get_app_state_to_run; switch(state) { case A: runA (uses I2C). case...
by lg.lindstrom
Wed Feb 01, 2023 6:03 pm
Forum: IDEs for ESP-IDF
Topic: VsCode and devcontainer
Replies: 1
Views: 2237

Re: VsCode and devcontainer

Solved. My fault,, stupid me..
But it helps formulate the problem.
by lg.lindstrom
Wed Feb 01, 2023 8:18 am
Forum: IDEs for ESP-IDF
Topic: VsCode and devcontainer
Replies: 1
Views: 2237

VsCode and devcontainer

Hi I having a ESP-IDF project on a Windows 11 PC,,, running VsCode and ESP-IDF For different reasons I decided to try out remote development using VsCode devcontainer. Setting up everything was a smooth process. Only problem I had was that Linus is case sensitive on filenames so I needed to change s...
by lg.lindstrom
Sat Dec 31, 2022 9:53 am
Forum: ESP-IDF
Topic: Stability MQTT
Replies: 8
Views: 3248

Re: Stability MQTT

Hi I have been running this back and forth a couple of days,,, It is very clear that CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM=y affects the error. If I disable the setting I can run much longer with no problems at all. Unfortunately other problems shows up. Wifi network is not completely stable and someth...
by lg.lindstrom
Sat Dec 24, 2022 12:05 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Extension C++17 Compliance
Replies: 3
Views: 14623

Re: ESP-IDF Extension C++17 Compliance

I am struggling with the same problem,, did you ever get it solved?
by lg.lindstrom
Fri Dec 23, 2022 2:03 pm
Forum: ESP-IDF
Topic: Strange errors when adding Bluethoth Nimble to my app
Replies: 0
Views: 671

Strange errors when adding Bluethoth Nimble to my app

As the title says. I have a big applicatioen and decided to att BLE. In the example directory of ESP-IDF there is a nimble folder with a spp_server app. I followed the example and added more or less a copy to my application. Compiling I getting lots of errors simular this... esp-idf/components/bt/ho...
by lg.lindstrom
Fri Dec 23, 2022 1:57 pm
Forum: ESP-IDF
Topic: Stability MQTT
Replies: 8
Views: 3248

Re: Stability MQTT

Sorry no.

We are at christmas vacation and I dont have my setup with me.

I get back to you early next year.
by lg.lindstrom
Fri Dec 16, 2022 11:08 am
Forum: ESP-IDF
Topic: Configure ESP32 app using Bluetooth
Replies: 1
Views: 1227

Configure ESP32 app using Bluetooth

As the subject line tells I need configure my esp32 app with wifi credentials, time zone, etc. My problem is information overload 😊 There is much to select from that I don't know what to select. Should I use Esp-nimble? How do I add that to my project. Should I use somother Bluetooth stack. Please h...