Search found 5 matches

by Jorge.ar
Tue Oct 29, 2019 11:55 pm
Forum: ESP-IDF
Topic: components.mk and adding files to make
Replies: 3
Views: 3432

Re: components.mk and adding files to make

Please, some help :cry: :cry:

thanksss
by Jorge.ar
Thu Oct 24, 2019 11:23 pm
Forum: ESP-IDF
Topic: components.mk and adding files to make
Replies: 3
Views: 3432

Re: components.mk and adding files to make

Sorry, this is the capture.
Screenshot from 2019-10-23 21.05.36@2x.png
Screenshot from 2019-10-23 21.05.36@2x.png (171.31 KiB) Viewed 3393 times
thanks !!
by Jorge.ar
Thu Oct 24, 2019 12:12 am
Forum: ESP-IDF
Topic: components.mk and adding files to make
Replies: 3
Views: 3432

components.mk and adding files to make

Hello! Another newbie question. I'm using app-template and I want to start adding .c and .h files to my project. I added a src folder inside the main folder, then inside my .c and .h. In my main program, I added my library this way: include "src/xxxxxh" https://ibb.co/PWq7Zdc When I start building w...
by Jorge.ar
Sun Oct 20, 2019 3:33 pm
Forum: ESP-IDF
Topic: uart newbie question
Replies: 5
Views: 4774

Re: uart newbie question

Hello! Thanks everyone for your replys. I was out some days, sorry for the late reply. The problem was that I assumed the TX and RX pins had to work with UART_PIN_NO_CHANGE, but they didn't. I changed back to uart 2, used GPIO_NUM_17 and GPIO_NUM_16 for tx and rx, flashed and worked. thank you very ...
by Jorge.ar
Thu Oct 17, 2019 6:44 pm
Forum: ESP-IDF
Topic: uart newbie question
Replies: 5
Views: 4774

uart newbie question

Hello! This is my first post. I'm starting to develop with esp-idf and ESP32. I have experience with AVR and ARM Cortex-M0+ microcontrollers. I installed the esp-idf stable without any issue, downloaded a clean project, coded a blink led and works fine. The board that I'm using is ESP32-S 1.1 board ...