Search found 1 match

by ddoomus
Thu Jan 08, 2015 5:56 am
Forum: Open Hardware
Topic: Using SIMCOM SIM900 GSM GPRS w/Arduino as server
Replies: 1
Views: 6711

Using SIMCOM SIM900 GSM GPRS w/Arduino as server

On a high level, what I'm looking to do is:

Listen for incoming connection (I'll call it connection A) via GPRS (backed by Arduino Uno):
- Upon receiving a connection:
--Receive a data stream from that connection
--Report data back to that connection

--Once Connection A is established, listen ...