Search found 14 matches

by Ivo.Tisch
Tue Oct 19, 2021 7:59 pm
Forum: General Discussion
Topic: slow UART write
Replies: 3
Views: 2498

Re: slow UART write

Apologies folks - ignore the above, I made a very basic mistake.
by Ivo.Tisch
Tue Oct 19, 2021 2:46 am
Forum: General Discussion
Topic: slow UART write
Replies: 3
Views: 2498

slow UART write

I would like some help with a uart problem please. I have an esp32 that needs to talk with two other esp32's with low latency. I have chosen to use UART_NUM_1 & UART_NUM_2 for this purpose. I am running them at 16 Mbaud, which they seem to cope with OK. I am using uart_write_bytes() with a tx ringbu...
by Ivo.Tisch
Mon Sep 07, 2020 4:11 am
Forum: ESP-IDF
Topic: 2020r2-8.2.0 search path problems
Replies: 0
Views: 1665

2020r2-8.2.0 search path problems

I am working on branch release/4.1. Everything was working fine on commit 84b51781c (23/5/2020) but when I tried commit bd72a9ab (3/8/2020) I get compiler errors. The compiler has been updated from 2019r2 to 2020r2. The tool paths are correct but the compiler can't find some header files. For exampl...
by Ivo.Tisch
Thu Apr 09, 2020 3:51 am
Forum: General Discussion
Topic: ESP-NOW
Replies: 5
Views: 7231

Re: ESP-NOW

Hi Mr Techtron,

I believe if you have only ESPNOW, you can have up to 10 encrypted pairs. If you are running both ESPNOW and have a wifi soft-AP, then you can only have 6 encrypted pairs.
by Ivo.Tisch
Mon Mar 16, 2020 11:33 pm
Forum: General Discussion
Topic: build and run-time errors using psram
Replies: 0
Views: 3201

build and run-time errors using psram

I have an espnow application running satisfactorily, to which I am now adding bluedroid - spp. In order to minimise IRAM usage, I have disabled both CONFIG_ESP32_WIFI_IRAM_OPT and CONFIG_ESP32_WIFI_RX_IRAM_OPT. All of my queues use heap allocated in psram. The psram spi clock is set at 80MHz and the...
by Ivo.Tisch
Wed Mar 11, 2020 9:49 pm
Forum: ESP-IDF
Topic: ccache error during building
Replies: 5
Views: 13510

Re: ccache error during building

Hi Angus,

I believe you hit the nail on the head. Thanks very much for taking the time to reply.
The registry was already set for long path lengths, but the "idf.py -B D:\proj_build build" worked correctly.

Your help is very much appreciated.

Ivo
by Ivo.Tisch
Tue Mar 10, 2020 3:03 am
Forum: ESP-IDF
Topic: ccache error during building
Replies: 5
Views: 13510

Re: ccache error during building

I didn't notice, but earlier in the build output there was a failure: Generated D:/Repositories/Project-Folder/Espressif/esp-idf/New_Development/esp-now/build/bootloader/bootloader.bin [737/903] Building C object esp-idf/libsodium/CMakeFiles/_...lsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c...
by Ivo.Tisch
Tue Mar 10, 2020 12:56 am
Forum: ESP-IDF
Topic: ccache error during building
Replies: 5
Views: 13510

ccache error during building

Hi, Apologies if this has already been addressed - I couldn't find a solution. I'm currently trying to build an application using the release/v4.1 branch (commit 5dbabae). I re-cloned the esp-idf directory and ran install.bat (windows 10 shell), followed by export.bat. The build seems to work until ...
by Ivo.Tisch
Sat Mar 07, 2020 7:29 pm
Forum: General Discussion
Topic: esp-now channel setting when in wifi station mode.
Replies: 9
Views: 23123

Re: esp-now channel setting when in wifi station mode.

The issue report is hopeful: "We are trying to modify this function to let it can set the channel as long as the wifi initialized, thus you can set the channel in STA mode. But we will still don't support setting channel when the STA has connected to an AP, or when STA is scanning, or STA is connect...
by Ivo.Tisch
Fri Mar 06, 2020 9:18 pm
Forum: General Discussion
Topic: esp-now channel setting when in wifi station mode.
Replies: 9
Views: 23123

Re: esp-now channel setting when in wifi station mode.

As I understand things, setting . channel in peer() has no effect on setting the radio channel - implied in the documentation. It must however be set to 0 or the same as the radio channel or you get a send error. Hence my original question, how do you set the radio channel when it is set up as a sta...