-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed. #37
Comments
It looks like both microphone and amplifier are analogue. But the audio quality is maybe better when using i2s modules instead of analogue. The microphone pin is defined by The analogue output pin is fixed in the chip. (DAC). Your module NRF24L01 cannot be used in this project, I think. For more info on extending the range of ESPnow, check youtube from the creator of this project or from the guy with the swiss accent. Anyhow, if you need more help, you need to tell which chip you are using exactly. |
The board I am using for the project is the 38 pin NodeMCU-32S. |
This should work the way I described in my previous post Platformio.ini: [env:nodemcu-32s] In config.h: delete folowing line Then you have |
Hello, I'm a beginner to C++. My question is how can I edit the code to adapt it for use with the following components :
MAX9814
PAM8403
And also for the NRF24L01 Antennas as I may need the extended range.
Thanks in advance.
The text was updated successfully, but these errors were encountered: