Hi guys
My latest project has me working with a RPi which needs GSM access to upload data from a remote location to a database. I have stumbled upon a few issues and I was hoping somebody may be able to provide insight.
- I have integrated the RPi with the GSM module. Using a serial comm medium with my computer and Hercules, I test the module with AT, where a reply of OK is received, showing cooperation. However, when trying to send an SMS, i receive the following error:
CME error: 765
I have searched the net for the source of this error, and have found nothing helpful.
I'm using AT+CSMP=17,167,0,16 and AT+CMGS="+27825577469"
Phoning my cellphone also did not work. I used the ATD function for that
- After confirming that the GSM definitely works, I need to send data to a database which I've created. I know in theory how this works, but I do not know how to actually implement it.
Thank you for your time, your help is much appreciated