GPRS_Shield_Suli
GPRS_Shield_Suli copied to clipboard
GPRS Shield based on SIM900
Hi, I saw your sendSMS function and was wondering if your initialization condition is false or not. Here is your code : ` void setup() { Serial.begin(9600); while (0 !=...
Hello, I'm new to this, I have a v2 of the GPRS shield. The Shield works with the serial example on the Wiki page so the board works and so...
I have a SIM from an att gophone hotspot. It's data only. I'm sure there is data available, but no voice and messaging. I've gotten the modem to work, but...
in "sim900_wait_readable" instead of : while((unsigned long) (millis() - timerStart) > wait_time \* 1000UL) should be while((unsigned long) (millis() - timerStart) < wait_time \* 1000UL) (the comparison is the wrong...
Any ideas on how to do this? Going to start playing with your TCP connection example. Want to create a group of HUZZAH ESP 8266 Chips talking over a single...
Is sim900_read_buffer funtion you have an strange comment: _Anyway, Suli is not quickly enough to fetch data from buffer, so we have to fetch our data like this._ It is...
Why functions returns ints and not chars ? It is because this library is for several platforms and not all of them work with bytes/chars ?