Search found 3 matches

by juuisle
Wed May 13, 2020 8:11 pm
Forum: General Discussion
Topic: ESP32: Use Arduino or ESP-IDF?
Replies: 19
Views: 63084

Re: ESP32: Use Arduino or ESP-IDF?

You can leave it the way you posted it, its just fine. I will mention this though. concerning blink.c. You might want to consider moving these to into main.c, before you do anything else. I would also add after these, gpio_set_level(BLINK_GPIO, 0); with either a 0 or a one to set the pin state to w...
by juuisle
Wed May 13, 2020 6:58 am
Forum: General Discussion
Topic: ESP32: Use Arduino or ESP-IDF?
Replies: 19
Views: 63084

Re: ESP32: Use Arduino or ESP-IDF?

Thank you very much, everyone. I now have more convincing reasons to put in my report. I wrote software for the ESP32 to sample data with the ADC and send data to the MQTT Broker yesterday. It is written with ESP-IDF freeRTOS. This is a part of my university final year project (which is a garden eco...
by juuisle
Sun May 10, 2020 5:42 pm
Forum: General Discussion
Topic: ESP32: Use Arduino or ESP-IDF?
Replies: 19
Views: 63084

Re: ESP32: Use Arduino or ESP-IDF?

Hello everyone, I am looking for a really convinced reason why ESP-IDF is a good choice for professional reason. The reason I use ESP-IDF is that it comes with the freeRTOS, which I am comfortable with. However, I don't know much about Arduino, it looks ok to me, except it works like magic boxs. Cou...