Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.72 KB

File metadata and controls

50 lines (33 loc) · 1.72 KB

MOBILE MONEY TRANSACTIONS LOGGER (M-Pesa/Tigopesa/Airtel Money)

Documentation

  • Materials
Name qty
Arduino uno 1
GSM 900A module 1
Connecting wires 1
mobile SIM CARD (vodacom/tigo/airtel) 1
5V Power adapter 1
Bread Board 1

materials

  • Specifications

      GMS 900A 
      input voltage : 5 Volts 
      input current : 2 Amps
    

Connections Steps

NOTE: Pin 7 and 8 in arduino are reserved as RX (Receiving) and TX (Transmitting) pins.

  1. Look for a SIM slot in your arduino GSM module and insert your SIM card

  2. Power your GSM module by connecting a 5V power supply to it via its adjacent power pins (VCC, GND).

    see below
    power to gsm 900A
  3. The GSM module will boot Wait for some time until you see the fast blinking LED starts blinking slowly.

  4. Locate pins 5VR, 5VT and 2 GND(s). Then connect them as follows :

     5VR         -> Arduino Pin 8 (TX) 
     5VR         -> Arduino Pin 8 (TX) 
     all GND(S)  -> Arduino GND 
    
  5. Power up your arduino by connecting it to your computer.

    see below
    power to gsm 900A

view arduino code here -> ARDUINO CODE