Please, some help
thanksss
Search found 5 matches
- Tue Oct 29, 2019 11:55 pm
- Forum: ESP-IDF
- Topic: components.mk and adding files to make
- Replies: 3
- Views: 4104
- Thu Oct 24, 2019 11:23 pm
- Forum: ESP-IDF
- Topic: components.mk and adding files to make
- Replies: 3
- Views: 4104
Re: components.mk and adding files to make
Sorry, this is the capture.
thanks !!
thanks !!
- Thu Oct 24, 2019 12:12 am
- Forum: ESP-IDF
- Topic: components.mk and adding files to make
- Replies: 3
- Views: 4104
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...
- Sun Oct 20, 2019 3:33 pm
- Forum: ESP-IDF
- Topic: uart newbie question
- Replies: 5
- Views: 5487
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 ...
- Thu Oct 17, 2019 6:44 pm
- Forum: ESP-IDF
- Topic: uart newbie question
- Replies: 5
- Views: 5487
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 ...