Search found 5 matches

by EasySuccess
Mon Apr 03, 2023 1:30 pm
Forum: ESP-ADF
Topic: ESP ADF and IDF in one Project
Replies: 2
Views: 10302

ESP ADF and IDF in one Project

Hello,

just a short Question: From my understanding the ADF extends the IDF. Is there a "best practise" to use the IDF and the ADF inside the same Project?

Or is it just: Install both, update all paths and include the required Files and start Coding?

Best regards
by EasySuccess
Thu Jul 14, 2022 7:04 pm
Forum: ESP32 Arduino
Topic: TimerInterrupt Multicore and Tasks - Some Question about the Architecture
Replies: 0
Views: 1030

TimerInterrupt Multicore and Tasks - Some Question about the Architecture

Good day to the forum, I have a few questions and I am currently stuck. Specifically, it is about the following. On a simple Arduino with the 328p I have used TimerInterrupts to ensure that a function or a certain part is always executed at a certain time. Now on the ESP32 it's a bit more complicate...
by EasySuccess
Mon Sep 13, 2021 6:35 am
Forum: ESP32 Arduino
Topic: Re-Map SPI-OUTPUT-GPIOS
Replies: 4
Views: 2538

Re: Re-Map SPI-OUTPUT-GPIOS

Hello, many thanks for your input. Could you explain it a bit more? I did not use the ESP32-IDF.. Or could you send me a short example how to star the Transmission and how to change the GPIO after the data is successfully transmitted. Or did you have an other Idea how to solve this problem? Many Tha...
by EasySuccess
Sat Sep 11, 2021 5:53 am
Forum: ESP32 Arduino
Topic: Re-Map SPI-OUTPUT-GPIOS
Replies: 4
Views: 2538

Re: Re-Map SPI-OUTPUT-GPIOS

Hello,

many thanks for your response. It is just an Led stripe with DATA and Clock no CS Line.
by EasySuccess
Fri Sep 10, 2021 8:44 am
Forum: ESP32 Arduino
Topic: Re-Map SPI-OUTPUT-GPIOS
Replies: 4
Views: 2538

Re-Map SPI-OUTPUT-GPIOS

Hello, I just registered to this forum because I need some Help while using the ESP32 with the Arduino IDE.. I have already gained some experience and am already addressing the registers directly to not use any Arduino functions (e.g. digitalWrite). But now I need your help to solve a somewhat compl...