The operating principle of this tutorial is very simple: every time a phone call is received, the board answers the call and waits for a DTMF tone. When the tone is pressed, the board parses it, prints it on the serial monitor, and changes the LEDs color according to the pressed button.
Hardware ConnectionsAs you can see from the breadboard layout, a transistor is present between the Arduino board and the NeoPixel input. This is placed since the MKR GSM 1400 operates at 3.3V while the NeoPixel works at 5V. The transistor is used as a voltage translator. In the layout, there is also a single NeoPixel placed instead of the ring just for the sake of simplicity.
SetupThe setup to use this code is very simple. You just have to:
- Plug the antenna into the board
- Plug a micro SIM card into your board
- Connect the LEDs as shown in the scheme
- Plug the battery into the board
- Plug the micro USB cable and connect it to your PC
- Load the code on the board using the Arduino Java or Web IDE
- Open the serial monitor
- Call the board and enjoy pressing buttons on your keyboard!
Comments
Please log in or sign up to comment.