Search found 21 matches

by mairswartz
Tue Jun 25, 2019 4:38 am
Forum: General Discussion
Topic: course in the making
Replies: 15
Views: 18242

Re: course in the making

Its a lot of work. 8 hours of video and counting
If you would like a sneak peek message me your email address
by mairswartz
Tue Apr 23, 2019 11:52 am
Forum: General Discussion
Topic: course in the making
Replies: 15
Views: 18242

Re: course in the making

Sorry For the late notification. For some reason I did not get notified of your response. Yes the course is still being developed Its about 60% done. Please private message me if you would like to help review here is the current outline module lesson Introduction Introduction to the course Introduct...
by mairswartz
Mon Apr 15, 2019 10:53 am
Forum: ESP-IDF
Topic: NVS non deterministic behavior
Replies: 0
Views: 1977

NVS non deterministic behavior

Hi, I'm getting some strange behavior with NVS. Here is the source code. Note the commented line of code where I have a delay vTaskDelay(1000 / portTICK_PERIOD_MS); If that line is commented the output is NVS: Value not set yet However un-commented the output is NVS: Value is 1 To flash the chip I a...
by mairswartz
Tue Feb 19, 2019 2:02 am
Forum: ESP-IDF
Topic: WIFI connects but esp_http_client_perform error
Replies: 5
Views: 6473

Re: WIFI connects but esp_http_client_perform error

Turns out something was wrong with the internet connection. The provider came to fix the line and the issue disappeared.
go figure... ¯\_(ツ)_/¯
by mairswartz
Thu Feb 14, 2019 4:57 am
Forum: ESP-IDF
Topic: WIFI connects but esp_http_client_perform error
Replies: 5
Views: 6473

Re: WIFI connects but esp_http_client_perform error

Thanks for the reply Ritesh.

I am using a freshly built environment and just got the latest off GitHub winch I believe is v3.3.

Unfortunately I don't have another router
by mairswartz
Wed Feb 13, 2019 8:48 am
Forum: ESP-IDF
Topic: WIFI connects but esp_http_client_perform error
Replies: 5
Views: 6473

WIFI connects but esp_http_client_perform error

Hi, I am using the sample ESP_HTTP_CLIENT sample that is provided by the IDF example folder. When I connect through my wifi more often then not I get errors with ESP_ERR_HTTP_FETCH_HEADER but occasionally I do get data. If I use my phone as a hot-spot it works 100% with no errors. I cannot for the l...
by mairswartz
Mon May 21, 2018 7:13 am
Forum: ESP-MDF
Topic: [Solved] mesh example internal_transceiver fails to work
Replies: 2
Views: 5952

Re: mesh example internal_transceiver fails to work

@ESP_yudong

thanks, changing the channel did the trick :)
by mairswartz
Fri May 18, 2018 4:46 am
Forum: ESP-MDF
Topic: [Solved] mesh example internal_transceiver fails to work
Replies: 2
Views: 5952

[Solved] mesh example internal_transceiver fails to work

Hi, I am trying to get the internal_transceiver sample code working in the esp-idf example directory. * I have 2 esp32's flashed with the same firmware. * I have updated the menuconfig and set the SSID and router password to my router when I run the software I get the following on my serial monitor ...
by mairswartz
Tue Nov 28, 2017 9:11 pm
Forum: General Discussion
Topic: course in the making
Replies: 15
Views: 18242

Re: course in the making

excellent feddback,
thank you
by mairswartz
Tue Nov 28, 2017 6:24 am
Forum: General Discussion
Topic: course in the making
Replies: 15
Views: 18242

course in the making

Hi, I am starting work on creating a video course on https://udemy.com . I'm hoping to get newbies or guys that only have Arduino experience into the esp-idf for writing code on the esp32. I will be covering topics including esp-idf installation project setups and config GPIO i2c deep sleep PWM and ...