Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Issues connecting mic with LTE board
-
I'm running into issues getting any kind of audio through the LTE extension board. Both with an adafruit amped mic and a simple electret mic. I've been using this guide:
https://developer.sony.com/develop/spresense/docs/hw_docs_lte_en.html#_how_to_connect_an_analog_microphoneAnd trying to run the rec_play arduino example with no help. Any tips or more complete examples of audio with the LTE board?
-
I had to set the analog gain to max to get anything hearable. Maybe you can give it a try?
theRecorder->setMicGain(210)
I am using another microphone though
https://www.switch-science.com/catalog/7369/
https://github.com/autolab-fujiwaratakayoshi/2mic_kit_for_spresense_LTEOtherwise difficult to say. I just tried recording only to SD card and paused using audio until there is an answer about the opus codec.