How do i connect arduino to internet via GSM/GPRS module the programming?I want to control home appliances via a certain server webpage
How do i connect arduino to internet via GSM/GPRS module the programming?I want to control home appliances via a certain server webpage
What have you got/tried so far?
Hi,
Google will help or google out Arduino Cook Book or Beginning Arduino 2nd Edition
Thanks
Hi salisumikail
I would probably tackle this one with a raspberry pi and a sim900 HAT that you can get for them. It might give you a few more options for your automation project.
Its probably easier on Linux to create a PPP connection using the GSM Modem and connecting to the internet that way than actually using AT commands to navigate the internet over serial.
Good luck!
Matt