Search found 263 matches

by BuddyCasino
Thu Jul 19, 2018 11:01 am
Forum: ESP-ADF
Topic: ESP-ADF Acoustic Echo Cancellation
Replies: 4
Views: 11122

Re: ESP-ADF Acoustic Echo Cancellation

In case there will be nothing but crickets: the Chromium source contains a C++ echo canceller for WebRTC that is supposed to be good. I don't know if its suitable for embedded usage though.
by BuddyCasino
Tue Jun 26, 2018 1:55 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 783854

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

I bet RAM usage would be significantly reduced when using the Rust programming language, combined with a run-to-completion scheduler. Such schedulers lead to significantly better code (no races guaranteed), less overhead and a single stack model (which much reduces RAM usage). Rust also brings bett...
by BuddyCasino
Sat Jun 23, 2018 10:44 am
Forum: ESP-IDF
Topic: I2S microphone (RX)
Replies: 60
Views: 134379

Re: I2S microphone (RX)

I think the DAC takes unsigned samples, while regular I2S is signed. So you'll need to convert the samples from -32768-32767 to 0-65535. Adding 0x8000 per channel should accomplish that.
by BuddyCasino
Mon May 28, 2018 1:25 pm
Forum: ESP-IDF
Topic: Description of DMA "sosf" field missing in technical reference manual
Replies: 3
Views: 5464

Re: Description of DMA "sosf" field missing in technical reference manual

I don't know what that is, so I searched for "DMA subframe", yet couldn't find a decent explanation. Do you have a link or something?
by BuddyCasino
Thu May 17, 2018 12:38 pm
Forum: ESP-IDF
Topic: RAM usage for mbedtls
Replies: 21
Views: 31096

Re: RAM usage for mbedtls

That depends on the server you use, of course - nginx, apache, whatever. But OpenSSL only recently added support for that extension, so its possible that yours doesn't support it yet.
by BuddyCasino
Thu May 17, 2018 11:44 am
Forum: ESP-IDF
Topic: RAM usage for mbedtls
Replies: 21
Views: 31096

Re: RAM usage for mbedtls

I once worked around this issue by using BearSSL (see https://github.com/MrBuddyCasino/ESP32_Alexa/). You get ownership of the buffer, and thus don't have to copy. Its not trivial though, and I can't give any assistance. Another option to safe memory is to not use a threading model, but an event rea...
by BuddyCasino
Thu May 17, 2018 11:21 am
Forum: Showcase
Topic: I2S-parallel example: Drive a 64x32 display
Replies: 61
Views: 280394

Re: I2S-parallel example: Drive a 64x32 display

Props for figuring all this stuff out. Its appreciated.
by BuddyCasino
Tue Apr 17, 2018 2:29 pm
Forum: Showcase
Topic: ARM single wire debug with black magic and the ESP32
Replies: 4
Views: 52984

Re: ARM single wire debug with black magic and the ESP32

Nice! Had some trouble flashing BMP to a Blue Pill due to 64k flash limit, this would have saved me some time. Is the port feature complete?
by BuddyCasino
Thu Apr 05, 2018 1:44 pm
Forum: Hardware
Topic: What is the optimal position of ESP-WROOM-32 on base board ?
Replies: 3
Views: 6798

Re: What is the optimal position of ESP-WROOM-32 on base board ?

Look at the antenna feed points, the two bright spots on the black antenna part. In Pos 3 & 4, they are at the edge of the board, in all others they are in the middle of the PCB.
by BuddyCasino
Wed Apr 04, 2018 12:45 pm
Forum: General Discussion
Topic: ESP32 and flight controllers for drones
Replies: 9
Views: 20752

Re: ESP32 and flight controllers for drones

Deouss wrote:but they are not so great comparing to ESP32
Can you expand?