Search found 5 matches

by Sierra_Nov
Tue Jun 18, 2019 2:51 pm
Forum: Sample Code
Topic: Blinking Program Not Compiling
Replies: 3
Views: 6217

Re: Blinking Program Not Compiling

ESP_Dazz, I ended up trying several different things, but in the end, this arrangement of the code worked! Thanks again for getting me pointed in the right direction! V/r, SN ---------------- [Codebox] #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/gpio...
by Sierra_Nov
Tue Jun 18, 2019 1:44 pm
Forum: Sample Code
Topic: Blinking Program Not Compiling
Replies: 3
Views: 6217

Re: Blinking Program Not Compiling

ESP_Dazz, Thank you for your reply. Your solution makes sense. I followed the link to Forward Declaration and read about it. IMHO, since I'm inexperienced, I think the best bet for me would be to declare it at the beginning. I'll get to work figuring out how to do this and recompile. I appreciate yo...
by Sierra_Nov
Tue Jun 18, 2019 10:44 am
Forum: Sample Code
Topic: Blinking Program Not Compiling
Replies: 3
Views: 6217

Blinking Program Not Compiling

I purchased the Internet of Things Projects with ESP32 book by Agus Kurniawan and have been working through getting the ESP-IDF setup and working. I followed the tutorial in the Getting Started section of the the Espressif documentation and managed to get a working development system on the Raspberr...
by Sierra_Nov
Tue Jun 04, 2019 1:37 pm
Forum: ESP-IDF
Topic: make menuconfig fatal error
Replies: 2
Views: 3602

Re: make menuconfig fatal error

Thank you, Roland. I'll figure it out and get to work.
by Sierra_Nov
Tue Jun 04, 2019 2:31 am
Forum: ESP-IDF
Topic: make menuconfig fatal error
Replies: 2
Views: 3602

make menuconfig fatal error

I am trying to setup a Raspberry Pi Development Environment using the ESP-IDF for the ESP32 Wrover kit. I have a Raspberry Pi 3 and have installed the Stretch OS. I followed the instructions in the Get Started Guide for installing the ESP-IDF, etc. When I got to Step 7, Configure, I ran the make men...