Search found 9 matches

by nimbusgb
Fri Apr 24, 2020 11:52 am
Forum: Report Bugs
Topic: Forum BUG?
Replies: 3
Views: 6426

Re: Forum BUG?

but I have a message in my sent folder and a message in my outbox ....... the sent one is the one I sent 2 days ago. The one in the outbox appears to not actually been sent. I actually composed and 'sent' a mail direct to you ESP_Sprite ....... It appears that you didn't get it so i deleted it from ...
by nimbusgb
Fri Apr 24, 2020 10:58 am
Forum: General Discussion
Topic: Debugging Stack/heap problems with VisualGDB
Replies: 1
Views: 3437

Debugging Stack/heap problems with VisualGDB

Hi I am trying to get a version of Opus encoder running on an ESP32 WroverB I have an I2S microphone ( Arcelli Inmp441 ) connected to the I2S port of a LyraT 4.3 board. I'm happy that this part is successfully delivering a sane ( or at least semi sane ) data stream as I have streamed the data to a p...
by nimbusgb
Fri Apr 24, 2020 9:12 am
Forum: General Discussion
Topic: ESP32 I2S driver event queue
Replies: 0
Views: 2609

ESP32 I2S driver event queue

The i2S driver can be installed whilst passing an event queue handle and depth to the install function. But how is an event put on to that queue? How do I get the handle back from the installed driver? Is it even worth using that queue function? Currently I am passing the handle to a queue to a task...
by nimbusgb
Fri Apr 24, 2020 4:31 am
Forum: Report Bugs
Topic: Forum BUG?
Replies: 3
Views: 6426

Forum BUG?

Hi. Have to resort to this as you will see.

I am trying to send PM's ( to admin or a member I started a discussion with ) but after just 1 PM messages now hang in my Outbox and never transmit.....
by nimbusgb
Tue Apr 21, 2020 7:19 pm
Forum: ESP-IDF
Topic: Using opus decoder with ESP-IDF 4.x
Replies: 7
Views: 10473

Re: Using opus decoder with ESP-IDF 4.x

Hi Is there any follow up on this thread? A link to the project? I am trying to compile opus onto an ESP32 Wrover but I'm having a rather torrid time. Having single stepped through most of the encoder I am throwing an exception on a call to a simple routine ( APPLY_Sine_Window_Fix deep within the Si...
by nimbusgb
Fri Apr 03, 2020 7:25 pm
Forum: ESP-ADF
Topic: samples fail to build
Replies: 2
Views: 6724

Re: samples fail to build

I'm using the version that installs with the ADF API. I've given up trying to build this lot in windows it just doesn't work. Must have spent 3 very frustrating days on it. In Eclipse out of eclipse reinstalls etc etc. always some bug and msys32 takes minutes to compile even blink. Fired up a linux ...
by nimbusgb
Wed Apr 01, 2020 8:18 pm
Forum: ESP-ADF
Topic: samples fail to build
Replies: 2
Views: 6724

samples fail to build

Bulding play-mp3 and the VAD sample both fail in the same spot Toolchain path: /opt/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a5 Compiler version: 5.2.0 Python requirements from C:/msys64/home/Ian/esp/esp-idf/requirements.txt are satisfied. CC build/m...
by nimbusgb
Tue Mar 31, 2020 7:17 pm
Forum: ESP-ADF
Topic: Trouble setting up Eclipse to build esp-adf projects?
Replies: 1
Views: 6316

Re: Trouble setting up Eclipse to build esp-adf projects?

Did you manage to get this solved?

I am trying to do some development on ADF using eclipse.

Could do with some guidance!
by nimbusgb
Tue Feb 06, 2018 6:48 am
Forum: General Discussion
Topic: WiFi init from NV parameters
Replies: 1
Views: 3305

WiFi init from NV parameters

I am running the Smart Config example. I can configure and connect to WiFi using the ESPConfig app but re booting the ESP32 board does not automatically reconnect. I am trying to debug but cant find information on: NV keys used for WiFi config ( I'd like to read the NV Flash and see what is/was stor...