Search found 4 matches
- Sun Dec 13, 2020 11:05 pm
- Forum: General Discussion
- Topic: Using ESP32 logging with Arduino code
- Replies: 0
- Views: 2587
Using ESP32 logging with Arduino code
Hi, I am using platformio for my ESP32 project and everything is working great and smooth so far. Today I wanted to replace print commands with ESP_LOGI, ESP_LOGW, etc. however I am not getting any output. I read the docs and set log level to verbose using this: #define LOG_LOCAL_LEVEL ESP_LOG_VERBO...
- Sat Sep 26, 2020 1:23 pm
- Forum: General Discussion
- Topic: Beginner ESP32 questions
- Replies: 5
- Views: 5059
Re: Beginner ESP32 questions
Thank you guys, as you told me I realized both can be mixed so it really makes everything good now. I am using freeRTOS tasks and Arduino at the same time and it all works great. I still didn't come to the point where Arduino lib is limiting me but considering my previous project had 18k lines of co...
- Sun Sep 13, 2020 8:55 pm
- Forum: General Discussion
- Topic: Beginner ESP32 questions
- Replies: 5
- Views: 5059
Beginner ESP32 questions
Hi, I was using ESP 8266 and coding on it was very straight forward and there were examples all over the place. Now I wanted to switch to ESP32 but I noticed there is IDF way of coding and "Arduino" way of coding. For example I wanted to start with simple bluetooth connection with Android to send te...
- Thu Oct 31, 2019 6:32 pm
- Forum: ESP32 Arduino
- Topic: Latest Eclipse on Ubuntu Arduino esp32
- Replies: 0
- Views: 2338
Latest Eclipse on Ubuntu Arduino esp32
Hi, I managed to setup ESP32 IDF on Eclipse in Ubuntu following tutorials however I decided that I want to go Arduino ESP32 route however I am not able to get Eclipse on Ubuntu working with it. When I try to add JSON for esp32 (https://dl.espressif.com/dl/package_esp32_index.json) I get error "could...