Commit Graph

86 Commits (ea8fd1374e55572c07bea45d6fc108b819358b87)

Author SHA1 Message Date
Marek Ventur ea8fd1374e
Update README 2018-08-29 17:53:39 +01:00
Marek Ventur a0d1d95b45 Fix boot.py 2018-08-29 15:36:45 +01:00
Marek Ventur 21560c049e Add wpa enterprise to bootstrap.py/wifi.py 2018-08-29 15:06:51 +01:00
Marek Ventur 8505884b07 Add mass storage enabling app 2018-08-29 13:06:54 +01:00
Marek Ventur 3d42f7458f Soft-reset before syncing 2018-08-29 13:06:36 +01:00
Marek Ventur 4fb8205cab Fix tests, remove debug leftovers 2018-08-29 12:39:09 +01:00
Marek Ventur be985b3240 fix tilda-tools bootstrap 2018-08-29 12:39:09 +01:00
Marek Ventur 1ef5e7786f Fix category name of home_default 2018-08-29 12:39:09 +01:00
Alistair MacDonald e2c33faf79
Small bug fix relating to interrupts afecting file transfer 2018-08-29 12:14:03 +01:00
Alistair MacDonald 916a3b054c
Added keypad entry in to text prompt 2018-08-29 12:06:18 +01:00
Marek Ventur 5611b00a6c
Create CONTRIBUTING 2018-08-29 11:49:25 +01:00
Marek Ventur 7a32fe1158
Merge pull request #21 from SteveAmor/patch-1
add sleep.wfi() to sponsors app
2018-08-29 09:50:40 +01:00
Marek Ventur 9010b5b282
Merge pull request #20 from emfcamp/sim800-lib-and-apps
Big fix
2018-08-29 09:49:57 +01:00
Alistair MacDonald 1d02747ec9
Swapped button A for Menu in some for consistancy 2018-08-29 09:39:26 +01:00
Steveis 258aab08a8
add sleep.wfi()
Change ```time.sleep(0.01)``` to ```sleep.wfi()``` to save battery power when sleep.wfi() is fixed.  Ironically, this change will increase battery load until sleep.wfi() is implemented properly.  But it is in line with the instructions here 69c7cd39b5/lib/homescreen.py (L9)
2018-08-29 08:07:51 +01:00
Alistair MacDonald 52b28bbc1f
Start the SIM800 at load 2018-08-28 23:44:23 +01:00
Alistair MacDonald 781eff06cc
Trying to fix headers 2018-08-28 23:35:49 +01:00
Alistair MacDonald 5c528d1411
Trying to fix headers 2018-08-28 23:35:45 +01:00
Alistair MacDonald 2399c9c589
Fix header for MK4 2018-08-28 23:28:58 +01:00
Alistair MacDonald 87053ff323
Basic phone app for testing
This needs work but can dial a number.
2018-08-28 23:23:38 +01:00
Alistair MacDonald ac4d65d748
Basic SMS reader app 2018-08-28 23:12:57 +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 6cd5d3e16b
Minor bug fix
Quick fix for network selection.
2018-08-28 21:42:41 +01:00
Alistair MacDonald 6c79e6fc97
Merge pull request #19 from emfcamp/sim800-lib-and-apps
Minor fixes for issues with latest firmware. Added interrupt for callbacks.
2018-08-28 20:55:16 +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
Marek Ventur 3b6f660f13
Merge pull request #17 from emfcamp/philcrump-phil-add-ntp
NTP #2
2018-08-27 20:36:35 +01:00
Marek Ventur d0a133c978 Add sponsors app 2018-08-27 17:25:54 +01:00
Marek Ventur 7997abc090 Some fixes and added tests 2018-08-27 16:50:34 +01:00
Phil Crump eb1fa19603 Add NTP lib. 2018-08-27 16:29:08 +01:00
Marek Ventur cd38a55af6 Fix badge store (it was pointing at the wrong url) 2018-08-27 16:28:38 +01:00
Marek Ventur ce22a9f176 Fix http library (mostly) 2018-08-27 16:07:47 +01:00
Marek Ventur a31d48749e Here be dragons: Don't use usb storage for syncing anymore, switch to REPL only 2018-08-27 16:06:04 +01:00
Marek Ventur 6564ac3681 Add wifi select UI to bootstrap 2018-08-27 10:02:16 +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
Marek Ventur 69c7cd39b5 Bootstrap 2018-08-26 20:27:23 +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
Marek Ventur 63c685dc20 Update dialogs to ugfx changes 2018-08-26 11:39:04 +01:00
Marek Ventur 98f5a0507d Travis didn't like my last commit 2018-08-25 22:56:35 +01:00
Marek Ventur 0f168e6053 Inform users to install pyserial 2018-08-25 22:43:23 +01:00
Marek Ventur d640329911 bootstrap.py + switch to badgeserver 2018-08-25 16:52:30 +01:00
Alistair MacDonald 6490ebb885
More Bluetooth functionality 2018-08-25 10:25:58 +01:00