Search found 263 matches

by BuddyCasino
Tue Mar 14, 2023 10:35 am
Forum: ESP-IDF
Topic: Pairing Zigbee devices
Replies: 0
Views: 1444

Pairing Zigbee devices

I'm looking at my ESP32C6 that I ordered, and the Zigbee code samples. It seems the network ID is hardcoded in those samples. How is joining an existing Zigbee network usually done? Is this something that is doable with the C6 hardware, or does this require something external like NFC, considering t...
by BuddyCasino
Sat Oct 05, 2019 6:23 pm
Forum: ESP-IDF
Topic: ESP-IDF Eclipse Plugin C++ Unresolved Includes
Replies: 3
Views: 8372

Re: ESP-IDF Eclipse Plugin C++ Unresolved Includes

Most include issues can be fixed by running

Code: Select all

cmake -G "Eclipse CDT4 - Unix Makefiles"
but then the build is broken.
by BuddyCasino
Sat Oct 05, 2019 5:45 pm
Forum: ESP-IDF
Topic: ESP-IDF Eclipse Plugin C++ Unresolved Includes
Replies: 3
Views: 8372

Re: ESP-IDF Eclipse Plugin C++ Unresolved Includes

I got a similar issue, but on macOS. This resolves:

Code: Select all

#include <stdio.h>
but this doesn't

Code: Select all

#include "esp_system.h"
by BuddyCasino
Tue Sep 03, 2019 8:21 pm
Forum: ESP-IDF
Topic: A2DP RAW SBC Receive
Replies: 0
Views: 3531

A2DP RAW SBC Receive

As far as I can see there is only a way to receive decoded PCM samples in the A2DP sink example. Is there a way to receive the raw SBC payload instead?
by BuddyCasino
Thu Jun 13, 2019 1:19 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 500530

Re: ESP32 Webradio

> But all at once in one project?

The BiQuad filter will use the most CPU, but its possible. Jakobsen knows about this. I'm not 100% knwoleadable here, but running a SPI display shouldn't use that many resources either. You can look at microwavemont's fork for that.
by BuddyCasino
Thu Jun 13, 2019 12:04 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 500530

Re: ESP32 Webradio

All of those things have been done, so they are possible. With PSRAM you should have no issues with buffer underruns.
by BuddyCasino
Tue Mar 12, 2019 8:56 am
Forum: ESP-IDF
Topic: I2S microphone (RX)
Replies: 60
Views: 133473

Re: I2S microphone (RX)

Sorry no, I don't have a Lyra.
by BuddyCasino
Fri Jul 20, 2018 11:39 am
Forum: ESP-ADF
Topic: ESP-ADF Acoustic Echo Cancellation
Replies: 4
Views: 10990

Re: ESP-ADF Acoustic Echo Cancellation

Nice, this will be a useful component!
by BuddyCasino
Fri Jul 20, 2018 11:38 am
Forum: General Discussion
Topic: streaming music from an Android phone via ESP32 to AUX IN
Replies: 17
Views: 40903

Re: streaming music from an Android phone via ESP32 to AUX IN

This has a bluetooth mode out of the box, I'm having it hooked up to an amp right now: https://github.com/MrBuddyCasino/ESP32_MP3_Decoder