Search found 4 matches

by borgdrone7
Sun Dec 13, 2020 11:05 pm
Forum: General Discussion
Topic: Using ESP32 logging with Arduino code
Replies: 0
Views: 2219

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...
by borgdrone7
Sat Sep 26, 2020 1:23 pm
Forum: General Discussion
Topic: Beginner ESP32 questions
Replies: 5
Views: 4387

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...
by borgdrone7
Sun Sep 13, 2020 8:55 pm
Forum: General Discussion
Topic: Beginner ESP32 questions
Replies: 5
Views: 4387

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...
by borgdrone7
Thu Oct 31, 2019 6:32 pm
Forum: ESP32 Arduino
Topic: Latest Eclipse on Ubuntu Arduino esp32
Replies: 0
Views: 2097

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...