Commit Graph

29 Commits (master)

Author SHA1 Message Date
Sam Machin 098a07e0a4
Update sim800.py
Few more tweaks to GPRS handling after real world testing with an app
2018-09-14 08:00:41 +01:00
Sam Machin a19445f862
Update sim800.py
Added GPRS support, `setup_gprs()` will prepare the sim800 for data, `connect_gprs("hologram")` will connect to the hologram APN
Also added a function to start a tcp server on the SIM 800 using `start_server(4010)` to listen on port 4010, the payload will be a binary object passed to whatever is defined as `server_callback`
2018-09-11 19:04:26 +01:00
Sam Machin 76463fe172
Update sim800.py
Added functions to setup and connect GPRS data, starting a TCP server and callback handler for server data
2018-09-11 08:15:27 +01:00
Thomas Lake aee5d6b2b6 Append to BTScan results, don't replace 2018-09-02 15:11:03 +01:00
Alistair MacDonald c87360cda7
Number look up fix 2018-08-31 19:54:40 +01:00
Alistair MacDonald e2c33faf79
Small bug fix relating to interrupts afecting file transfer 2018-08-29 12:14:03 +01:00
Alistair MacDonald 81441b1b4d
Big fix
Don't check for callbacks while running a command.
2018-08-28 22:49:14 +01:00
Alistair MacDonald 9b7afad5c9
Bug fixing
Small issue with interrupts and loading when SIM800 is already on.
2018-08-28 20:51:02 +01:00
Alistair MacDonald be1032ffd2
Added interrupt for monitoring uart and buttons. 2018-08-28 20:08:41 +01:00
Alistair MacDonald 319f45bb11
Minor bug fixes
Venerable name changes for compatibility with new. Turn on amp. Worked around SMS unicode translation issue.
2018-08-28 19:23:02 +01:00
Alistair MacDonald fbc2d1a348
Final tweaks or tidying 2018-08-28 12:56:18 +01:00
Alistair MacDonald eb3ff46b88
Bluetooth SSP
Note that is needs testing.
2018-08-27 23:41:33 +01:00
Alistair MacDonald 2293aeb5f3
OPP transfer and other Bluetooth tidying 2018-08-27 23:06:23 +01:00
Alistair MacDonald a5dcc4babb
Bug fixing, optimising and tidying 2018-08-27 00:22:23 +01:00
Alistair MacDonald 03400de0db
Binary file transfer and audio recording 2018-08-26 20:57:26 +01:00
Alistair MacDonald aad89b4777
Added more engineering and debug functions 2018-08-26 18:40:01 +01:00
Alistair MacDonald 41a2fa37dd
Callback for ringing, CLI and SMS added. Tidied turn on and command processes for better asynchronous startup. 2018-08-26 17:37:19 +01:00
Alistair MacDonald 655af11946
Correcting Spelling 2018-08-26 12:20:33 +01:00
Alistair MacDonald 77680a45c6
Filesystem access added 2018-08-26 12:11:11 +01:00
Alistair MacDonald 6490ebb885
More Bluetooth functionality 2018-08-25 10:25:58 +01:00
Alistair MacDonald ab91fcece0
Bluetooth pairing and connection 2018-08-24 15:03:24 +01:00
Alistair MacDonald f25369fdff
More Bluetooth added and other tidying 2018-08-24 12:57:25 +01:00
Sam Machin 2904a08d5e
Added function to get the IMSI
Getting the IMSI is useful for trying to debug issues with peoples subscriptions  in the GSM netwotk and its not printed on the card or anywhere, if the card isn't inserted or hasn't started properly then the command returns ERROR
2018-08-24 08:57:59 +01:00
Alistair MacDonald 965c36e439
Quick typo fix 2018-08-22 23:51:11 +01:00
Alistair MacDonald ff81bbca94
Quick SMS fix
Force text mode on all SMS request just in case someone is issuing direct +CMGF commands from an app.
2018-08-22 16:18:59 +01:00
Alistair MacDonald 816f62ae96
Added getfirmwarever() 2018-08-22 16:02:32 +01:00
Alistair MacDonald 77fa55bb95
Added Bluetooth power, status and name/address 2018-08-22 15:53:57 +01:00
Alistair MacDonald beec1705bc
Finished call, sms and basic functionality 2018-08-22 15:12:12 +01:00
Alistair MacDonald 1657999162
Fixing stupid filename typo. 2018-08-22 13:49:57 +01:00