MrTarantl
c3cecabefd
SIM7000 removed calling functions
6 years ago
Unknown
c1badbff8b
Added SIM7000(A/E/C/G)
First version - clone of SIM800 with changed values including /example folder
6 years ago
Michael Krumpus
afd96430e3
Refined SSL implementation.
6 years ago
Michael Krumpus
d2dde3569c
Implemented SMS. Added SSL support.
6 years ago
Michael Krumpus
0c9a0ecdc4
Cleanup Sequans implementation.
6 years ago
Sara Damiano
bdfa2ba55c
Removed call to modemGetConnected from connect
6 years ago
Sara Damiano
aa15daaa66
Reverted stop for XBee Wifi
6 years ago
Sara Damiano
646cab76db
Removed extra wait after getting IP
6 years ago
Sara Damiano
e98550b93c
Changed some nested if's to switch/case
6 years ago
Sara Damiano
ba2c85ba2f
Fixed pinReset and stop. Also notes on modemGetConnected
6 years ago
Sara Damiano
12ddad6f8a
Added debug print
6 years ago
Sara Damiano
3cb71a54be
XBee will now "cache" the IP address if it has already looked up a host
6 years ago
Sara Damiano
ec6b475959
Gave the XBee a physical pin to use as a hard reset
6 years ago
Sara Damiano
e28e2a518e
Async close for LTE-M ublox
6 years ago
Sara Damiano
80f77495f1
Quick close on SIM800
6 years ago
Sara Damiano
831171c15c
SARA R410 also "forget" to notify about incoming data
6 years ago
Sara Damiano
4225ed7c5e
Some notes on ublox
6 years ago
Michael Krumpus
27ada9c3f5
Major updates.
6 years ago
Sara Damiano
0a6927932f
Propogate fixes to stop
6 years ago
Sara Damiano
14fa076803
Fix to stop
6 years ago
Sara Damiano
50081b4059
Changed close/stop method on ublox. Also clarified M vs NBIoT
6 years ago
Sara Damiano
f8315576b3
Waiting up to max for ublox socket close
6 years ago
Sara Damiano
d97c4babef
Longer lookup wait
6 years ago
Sara Damiano
743152da87
Ignoring signal strength of 69 from LTE-M bee
6 years ago
Sara Damiano
34d54b81a5
not polling xbee so quickly
6 years ago
Sara Damiano
8961005ea5
Gave sizes to some ints
6 years ago
Sara Damiano
de5e5e359e
Extra wait in Bee stream clear
6 years ago
Sara Damiano
4fa8a43f2b
Do need to stop Bee
6 years ago
Sara Damiano
5fa2f51749
Not actually doing anything to stop bee
6 years ago
Sara Damiano
3b971ba759
Checking if socket is connected before closing
6 years ago
Sara Damiano
3b405775a8
No PSD profile-type commands for LTE-M/NB-IoT
6 years ago
Sara Damiano
f5c141c2cc
Better support for ublox LTE modules
6 years ago
Sara Damiano
323ad722bf
Corrected sleep option note
6 years ago
neil hancock
82b7457ace
support WiFi S6B no passwd
6 years ago
Sara Damiano
8c424c17ff
Added code to use TinyGSM Fifo instead of buffer, but unstable
6 years ago
Sara Damiano
9c84be7407
Correctly turning off airplane mode after restart
Also removed some extra stream-clear functions
6 years ago
Sara Damiano
9dee2ede57
formatting fix
6 years ago
Sara Damiano
943c9a1fdd
Removed extra check for connection in available.
6 years ago
Sara Damiano
54fdf32d7f
Renamed doc folder
6 years ago
Sara Damiano
e68ea1db12
Read timeout for modules that immediately spit out data (no buffer)
They do need a millis() based timeout so that data left in the buffer after the socket closes can still be read in but the maintain doesn't sit and wait forever.
6 years ago
Sara Damiano
312d486a43
Allowing read() to continue after socket close if data is still available
Only for modules that buffer the data internally
6 years ago
Sara Damiano
0e905afa6e
Added extra "ping" for data to read() of SIM800
6 years ago
Sara Damiano
8e057f32ae
Removed extra delay in testAT, not sure why it was there
6 years ago
Sara Damiano
5c0736284b
Fixed ublox name, again.
6 years ago
Sara Damiano
be4baa2a7d
Buffer size to common
6 years ago
Sara Damiano
1aad1a9a1d
Clean-up of timeouts
For loggers that return data "immediately" (unbuffered, data sent w/o request) read will "maintain" and look for any incoming data as long as the socket is open. Use timedRead if you want a timeout.
For modems that buffer the response and wait for you to request data, read will stop if socket closes OR if there is no longer any data in the modem's response buffer.
6 years ago
Sara Damiano
69c1824539
Fixed modem name request on ublox
6 years ago
Sara Damiano
e652dd8676
Turn pragma on while testing Travis
6 years ago
Sara Damiano
dfa731388a
Added power off to common
And implemented for ublox
6 years ago
Sara Damiano
746b68d9f5
ublox is getting name from modem
also removed some extra docs
6 years ago