Search found 97 matches

by rwel59
Sun Dec 27, 2020 2:24 pm
Forum: ESP-IDF
Topic: Updating to v4.2 - fatal: the remote end hung up unexpectedly
Replies: 1
Views: 1676

Updating to v4.2 - fatal: the remote end hung up unexpectedly

following doc for updating versions. cd $IDF_PATH git fetch git checkout vX.Y.Z git submodule update --init --recursive errors out on get fetch Fetching submodule components/mqtt/esp-mqtt From https://github.com/espressif/esp-mqtt 867773e..9ea804e master -> origin/master fatal: remote error: upload-...
by rwel59
Sun Mar 03, 2019 1:13 pm
Forum: General Discussion
Topic: Using nvs for dynamic variables to reduce code size
Replies: 3
Views: 4042

Re: Using nvs for dynamic variables to reduce code size

That is essentially when I am doing now - reading everything from nvs and putting into global struct. What I am trying to figure out is whether or not I could potentially bypass the struct, reading variables from nvs whenever they are used. As I said before, this would mean that I am calling nvs eve...
by rwel59
Sat Mar 02, 2019 7:03 pm
Forum: General Discussion
Topic: Using nvs for dynamic variables to reduce code size
Replies: 3
Views: 4042

Using nvs for dynamic variables to reduce code size

I currently have an app with a large number of settings stored in nvs. A decent amount of code is written to retrieve these settings into structures for access throughout the app as well as update settings when required (which is rarely). I am trying to determine where I might be able to reduce code...
by rwel59
Sun Dec 30, 2018 3:51 pm
Forum: General Discussion
Topic: Error using Windows CMake configuration
Replies: 5
Views: 6757

Re: Error using Windows CMake configuration

never got any feedback on this and did not resolve. I moved to linux vs code to get things working.
by rwel59
Sun Dec 30, 2018 3:49 pm
Forum: General Discussion
Topic: Can't change flash size with menuconfig
Replies: 2
Views: 5186

Re: Can't change flash size with menuconfig

I started with a new project and a new sdkconfig file. This seemed to resolve the issue
by rwel59
Sat Dec 29, 2018 2:58 pm
Forum: General Discussion
Topic: Can't change flash size with menuconfig
Replies: 2
Views: 5186

Can't change flash size with menuconfig

Just installed new linux environment and new version of espidf. Trying to compile program I worked on a couple of months ago and I get error 'partitions.csv occupy 2.1MB of flash which does not fit in configured flash size 2MB' In menuconfig under Serial Flash Config I am not able to modify Flash Si...
by rwel59
Wed Dec 19, 2018 10:17 pm
Forum: General Discussion
Topic: Recommendations for MQTT Library with ESPIDF
Replies: 15
Views: 23938

Re: Recommendations for MQTT Library with ESPIDF

Does anyone have any input for this. Trying to figure what the best route is for using espidf with aws iot...
by rwel59
Wed Dec 05, 2018 9:31 pm
Forum: General Discussion
Topic: Recommendations for MQTT Library with ESPIDF
Replies: 15
Views: 23938

Re: Recommendations for MQTT Library with ESPIDF

Is the mqtt library now included with espidf usable with AWS mqtt? If so, are there any examples available?
by rwel59
Mon Dec 03, 2018 8:56 pm
Forum: General Discussion
Topic: Error using Windows CMake configuration
Replies: 5
Views: 6757

Re: Error using Windows CMake configuration

C:\Users\Rick>python -V Python 2.7.15 C:\Users\Rick>pip list Package Version ---------------- ----------- arrow 0.10.0 awscli 1.16.34 botocore 1.12.24 bottle 0.12.13 certifi 2017.7.27.1 chardet 3.0.4 click 5.1 colorama 0.3.9 docutils 0.14 ecdsa 0.13 esptool 2.3.1 futures 3.2.0 idna 2.6 jmespath 0.9....