Serial Communication with SMS Modem (FONA) Posted on October 18, 2015 at June 27, 2016 by Elijah 2354 0 import serial ser = serial.Serial(port='/dev/ttyAMA0', baudrate=115200, timeout=1) cmd="AT\r" ser.write(cmd.encode()) msg=ser.read(64) print(msg) 123456 import serialser = serial.Serial(port='/dev/ttyAMA0', baudrate=115200, timeout=1)cmd="AT\r"ser.write(cmd.encode())msg=ser.read(64)print(msg) Keep Reading : GPS RESPONSE CODE ORDER Serial Commands used by our Satellite transciever. python to send a SMS message GPS AT Commands
Raspi-config Posted by Elijah - August 15, 2015 0 First you will need to open terminal. Terminal is located at the top of your raspberry pi screen. Terminal is…
Remote ssh connect from iPad P.C. and laptop using dynamic ip address Posted by Elijah - October 25, 2015 2 Keep Reading : Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module Hello World LED Blinking
Add Clock Via i2c Posted by Elijah - October 24, 2015 0 Prepare i2c added real time clock driver to raspian Add time variable to picture display Solder pins to clock module…
Identify USB device and discover its name and port Posted by Elijah - October 17, 2015 0 Download latest PyUSB from : http://sourceforge.net/projects/pyusb/files/PyUSB%201.0/1.0.0-beta-2/pyusb-1.0.0b2.tar.gz/download Place file “pyusb-1.0.0b2.tar.gz” on your desktop gunzip <pyusb-1.0.0b2.tar.gz |tar xvfp - cd pyusb-1.0.0b2 sudo ./setup.py…
MakeZine ran an article on my 2017 Laser Science Project Posted by Elijah - August 26, 2017 0 On June 9, 2017, My article on everything that went right, wrong, and totally sideways on my laser cutting experiment…