Marek Ventur
63fb58dcdd
Update boot(strap).py
2018-08-30 19:17:08 +01:00
Marek Ventur
6d303c554f
Merge pull request #31 from Floppy/homescreen-name-db-key
...
Fix homescreen name database key
2018-08-30 18:49:51 +01:00
Marek Ventur
780b1a2fc3
Merge pull request #32 from Floppy/dry-homescreen-name-rendering
...
DRY up the homescreen name rendering
2018-08-30 18:49:26 +01:00
James Smith
d0c461cf2c
DRY up the rendering of the name on the homescreen
2018-08-30 18:43:00 +01:00
James Smith
1bb1205617
Fix homescreen name db key
2018-08-30 18:37:47 +01:00
Marek Ventur
f993b5526e
Merge pull request #16 from philcrump/phil-add-ntp
...
Add NTP lib.
2018-08-30 18:07:32 +01:00
Marek Ventur
7b1b93e02b
Merge pull request #30 from philcrump/phil-fix-py36
...
firmware-update.py: Use py3.6 compatible arguments to subprocess.run()
2018-08-30 18:06:09 +01:00
Phil Crump
13dec9e50e
firmware-update.py: Use py3.6 compatible arguments to subprocess.run()
2018-08-30 18:02:49 +01:00
Marek Ventur
1452c37375
Merge pull request #24 from Floppy/fix-settings-typo
...
Fix typo in settings menu
2018-08-30 17:59:39 +01:00
Marek Ventur
b374986088
Merge pull request #28 from prehensile/master
...
added /dev/tty.usbmodemTiLDA* to glob paths in find_tty
2018-08-30 17:50:06 +01:00
prehensile
be79970675
added /dev/tty.usbmodemTiLDA* to glob paths in find_tty
2018-08-30 15:03:52 +01:00
James Smith
c9e79aff4a
Fix typo in settings menu (homescreeen)
2018-08-29 23:15:15 +01:00
Phil Crump
407c769d7b
Add onsite ntp server, ntp vendor pool as NTP hosts.
2018-08-29 22:25:07 +01:00
Kimball Johnson
115837dd07
Fix typo in bootstrap.py
2018-08-29 22:05:20 +01:00
Marek Ventur
3234dbc39f
Merge pull request #18 from emfcamp/settings-app
...
Settings app
2018-08-29 21:30:56 +01:00
Marek Ventur
0f3c2c0e7c
Settings app
2018-08-29 21:29:18 +01:00
Marek Ventur
f7fefaa331
Fix wifi.py
2018-08-29 21:27:23 +01:00
Marek Ventur
ef6ca172df
Merge pull request #22 from emfcamp/tildatorch
...
Tilda Torch app for workshop
2018-08-29 21:25:13 +01:00
Bob Clough
cb2c2743b8
Tilda Torch app for workshop
2018-08-29 21:08:33 +01:00
Alistair MacDonald
642b4a0d16
Added SMS sending
2018-08-29 19:58:04 +01:00
Marek Ventur
f7ffa0e99a
Merge pull request #23 from SteveAmor/PRs
...
update contributing.md
2018-08-29 19:53:49 +01:00
steveamor
73c6a1fc20
update contributing.md
2018-08-29 19:00:56 +01:00
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