I am trying to make a simple cell phone that can call and receive calls from one specific number. Would it be possible to do that with just the MKR GSM 1400? (And battery, mic, antenna etc.) or do I need a separate Arduino board as a controller?
ADDITIONALLY
I haven't seen any tutorials that explain how to send and receive AUDIO and calls with the MKR GSM 1400, only tutorials for send/receive text messages. I do NOT want text, only audio for this project. Does anyone know a good tutorial?
Try Google on "Arduino + audio". The Raspberries are often referred to being powerful.
How to, if possible, send audio via GSM, I wonder if it can be done. Other helpers know more.
What power do You refer to? I referred to computing power moving lots of data fast.
An audio amplifier feeds a loudspeaker. How do You intend to use it?
I don't know MKR board that well. I just feel, guess, it might not manage. You can always Google on "MKRGSM 1400 + Audio".
An UNO is surely less suitable.
with the SIM900 (see post 12) to receive/send calls I use the microphone and headphone jacks
looking at SARA-U2 documentation the MKRGSM 1400 uses a digital audo interface
in particular the SARA-U2 datasheet states 2.6 Audio SARA-U2 modules have one 4-wire I2S digital audio interface (I2S_CLK, I2S_RXD, I2S_TXD andI2S_WA) that can be configured by AT commands in PCM or in normal I2S mode. (For more details,see the u-blox AT commands manual [4] and the SARA-G3 and SARA-U2 series system integrationmanual [6].) SARA-U2 modules provide a digital clock output (CODEC_CLK) for an external audio codec.
the mkr-gsm-library-examples includes making a voice call and then hanging up
however, it appears you require a codec to process the voice data