Search found 2 matches

by ESP32_Arduino_user
Mon Nov 07, 2022 10:38 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 841218

Re: What would you like to see in The Next Chip?

Thanks for the reply and the information about the ADC. Unfortunately, it is very difficult to get along with the two cores in my application. All data is quickly recorded and passed on to various peripherals -> ESPnow + SD Card + UART + web server for GUI. Another core would significantly simplify ...
by ESP32_Arduino_user
Tue Oct 11, 2022 9:31 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 841218

Re: What would you like to see in The Next Chip?

Hello, my wishes would be: - a 3-4 core version (I'm programming in Arduino IDE). Why? 1. Core for all internal things e.g. WIFI, Bluetooth, Uart, SPI etc. -> system/event task 2. Core for fast / time-critical things like querying data from an ADC or similar -> only one task is running here, with my...