Search found 48 matches

by lg.lindstrom
Wed May 29, 2024 3:33 pm
Forum: Rust
Topic: Rust with ESP in Devcontainer
Replies: 0
Views: 24787

Rust with ESP in Devcontainer

Hi

I decided to try out Rust for ESP development.

As first action I installed Rust on my Windows 11 computer using rustup.

After that I created a new project using cargo and a template from ESP-RS.

Running this template I got the option to use VsCode Devcontainer which was what I aimed for.

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

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 ...
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: 17032

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: 7019

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 ...
by lg.lindstrom
Wed Feb 01, 2023 6:03 pm
Forum: IDEs for ESP-IDF
Topic: VsCode and devcontainer
Replies: 1
Views: 3974

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: 3974

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 ...
by lg.lindstrom
Sat Dec 31, 2022 9:53 am
Forum: ESP-IDF
Topic: Stability MQTT
Replies: 8
Views: 6500

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 ...
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: 17032

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: 1449

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 ...
by lg.lindstrom
Fri Dec 23, 2022 1:57 pm
Forum: ESP-IDF
Topic: Stability MQTT
Replies: 8
Views: 6500

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.

Go to advanced search