m5stack / M5-Schematic

Most of the schematics of M5Stack boards
130 stars 44 forks source link

SIM800L Module #11

Closed ianwillianb closed 4 years ago

ianwillianb commented 5 years ago

Is it possible to use the M5Stack integrated speaker/amplifier to output sounds coming from the SIM800L without any modifications to the board?

The microphone is sensitive enough to pickup voices in a distance of 1 meter?

Does the microphone eliminates noises, since I can't see any filter circuit in the board schematics?

f4grx commented 4 years ago

Hello

I am not a m5stack member but I had a look at the schematic and the answer is "probably possible", since the speaker is just connected to GPIO 25, and this pin is available on the m5bus

https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf

It remains to be seen if, in the schematic of the sim800 module, the audio output can be routed to the pin for gpio 25.

Note that the bus shows that GPIO 26 and 25 are stereo audio, but the speaker is only connected to gpio25. There is no stereo, just 2 DAC outputs.

f4grx commented 4 years ago

According to the schematic for the sim800 module, the speaker IS really connectable to gpio25, if resistor R2 is installed:

https://github.com/m5stack/M5-Schematic/blob/master/Modules/module_sim800l_sch.pdf

However the microphone on the sim800 module is standalone. Noise elimination characteristics are then probably ONLY related to the sim800 configuration.

ianwillianb commented 4 years ago

@f4grx Thanks for the reply, glad that is possible.