Search found 4 matches

by Javier
Tue Jul 21, 2020 6:31 pm
Forum: General Discussion
Topic: Update binary in one core at runtime
Replies: 0
Views: 1607

Update binary in one core at runtime

I have an application with all its tasks pinned to core 0, except for a single task pinned to core 1 (core 1 task doesn't need FreeRTOS). I would like to know if it is possible to dynamically change the task running on processor 1 with a precompiled binary downloaded externally? I would think in som...
by Javier
Tue Oct 22, 2019 7:53 pm
Forum: ESP-IDF
Topic: Esp-Now throughput
Replies: 4
Views: 11422

Re: Esp-Now throughput

Excellent! Thank you for the data!
by Javier
Mon Oct 21, 2019 9:13 pm
Forum: ESP-IDF
Topic: Esp-Now throughput
Replies: 4
Views: 11422

Esp-Now throughput

I'm trying to achieve a continuous (and reliable) transmision at 768kbp with Esp-Now, but I cannot get any more than 512kbps. 1) Is this an intrinsic limitation of the protocol? 2) Is there any way to increase the throughput? ESP_NOW_MAX_DATA_LEN is set to 250 in esp_now.h, and changing this value d...
by Javier
Thu Aug 08, 2019 1:19 pm
Forum: ESP32 Arduino
Topic: How to get a 4 / 8 MHz clock from PWM?
Replies: 1
Views: 4851

Re: How to get a 4 / 8 MHz clock from PWM?

Hi,
Did you manage to get the 8MHz clock?
If so, can you share the code please? I'm facing a similar issue to generate a 20MHz clock.
Thanks