Data Sheet
SIM7600E-H 4G HAT User Manual
21
Rev1.0 June 8, 2018
share awesome hardware
3.5. Examples
1、Download the demo code from wiki and copy to the Raspberry Pi (/home/pi/SIM7600X)
2、Enter the bcm2835 directory, compile and install the BCM2835 library:
chmod +x configure && ./configure && sudo make && sudo make install
4、 Compile and run the demo (for example:PhoneCall):
Clean up: sudo make clean
Recompile: sudo make
Run the program: sudo ./PhoneCall
Combination command: sudo make clean && sudo make && sudo ./PhoneCall
3.5.1. PHONECALL