-
Notifications
You must be signed in to change notification settings - Fork 10
Update for FONA3G, SMS #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…orage param, add example
…se tree conditional in fona module
…ype of network instead
TestsFona 3G: Fona3G tests ran on fona_simpletest.py, FONA3G
fona_aio_post.py, fona3g
fona_sms_response.py, FONA3G
fona_sms.py, FONA3G
fona_cheerlights, untested on fona3g since itsybitsy m4 does not have a neopixel FONA 808: Fona808 tests ran on fona_simpletest.py
fona_aio_post.py
fona_sms.py
fona_sms_response.py
|
Updating https://github.com/adafruit/Adafruit_CircuitPython_FONA to 2.0.0 from 1.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_FONA#6 from brentru/update-sms
This pull request adds:
Updated SMS receive mechanism
receive_sms()
method instead of directly polling the serial.receive_sms
allows for optionally checking UART or RI for incoming SMS messages.sms
&sms_response
) updatedRemoved public access to uart serial functions (readline, uart write) from user-code
Fona 3G compatibility
fona_3g.py
child class, contains methods compatible with the SIMCom SIM5320 module's AT command set.adafruit_fona_socket
queries and uses the SIM5320's tcp transmit timeout, socket writes now use user-set timeoutsadafruit_fona_network
class added for connecting and interacting with GSM and CDMA cellular networks.