Commit Graph

179 Commits

Author SHA1 Message Date
Florian Haubold
dea6be1668 Simplified delay function 2018-07-24 14:13:51 +02:00
Florian Haubold
4a88046471 Added delay between sending packets 2018-07-24 09:53:49 +02:00
Rob Moran
468ebf0b09 v1.0.1 1.0.1 2018-03-17 10:36:02 +00:00
Rob Moran
3a615575b5 Merge pull request #27 from thegecko/d/fixes
Minor fixes
2018-03-17 10:33:39 +00:00
Rob Moran
366dcd4b64 Use latest version of webbluetooth 2018-03-11 13:09:46 +00:00
Rob Moran
87ead6b568 Don't delete output when watching to speed up development 2018-03-11 12:53:06 +00:00
Rob Moran
91bff5c186 Fix latest tslint usage 2018-03-11 12:08:19 +00:00
Rob Moran
8007aeb421 Remove direct dependency on webbluetooth types 2018-01-10 01:45:00 +00:00
Rob Moran
6406c8ba64 Version 1.0.0 1.0.0 2018-01-08 13:02:35 +00:00
Rob Moran
c6e51ed917 Updated firmware images 2018-01-08 00:26:30 +00:00
Rob Moran
0a4d532b29 Update bower 2018-01-08 00:17:32 +00:00
Rob Moran
d7f397b2fd Minor example updates 2018-01-07 21:09:39 +00:00
Rob Moran
93fb9c13ca More explicit error messages 2018-01-07 21:08:21 +00:00
Rob Moran
74c26dadec Minor bug fixes 2018-01-06 21:34:29 +00:00
Rob Moran
7cd41ba48b Factored out package helper class for examples 2018-01-06 20:23:34 +00:00
Rob Moran
3a42b3245c Merge branch 'master' of https://github.com/thegecko/web-bluetooth-dfu 2018-01-06 19:05:14 +00:00
Rob Moran
d6529fc89c Fixed node exports and refactored node example 2018-01-06 19:04:17 +00:00
Rob Moran
4b0b3fd61b Update README.md 2018-01-06 02:34:58 +00:00
Rob Moran
c2a6968a59 Added browser package.json entry 2018-01-06 01:27:37 +00:00
Rob Moran
94cb8b6c08 Fix browserify build error 2018-01-06 00:33:54 +00:00
Rob Moran
b0c46e9c7e Merge pull request #26 from thegecko/typescript
TypeScript rewrite
2018-01-05 20:43:06 +00:00
Rob Moran
786991d4c7 TypeScript rewrite 2018-01-05 20:42:03 +00:00
Rob Moran
30e871452d Switch bleat to webbluetooth and remove insecure DFU 2018-01-04 14:05:31 +00:00
Rob Moran
59640e19ff update default path 2017-12-31 21:18:44 +00:00
Rob Moran
d6d0223161 Add quick flash tooling 2017-12-31 21:17:54 +00:00
Rob Moran
ec67a3711a Merge pull request #24 from thegecko/version-13
Secure DFU
0.2.0
2017-05-22 01:03:09 +01:00
Rob Moran
3781792724 Updated README 2017-05-22 01:00:56 +01:00
Rob Moran
1886257f17 Added sample firmware 2017-05-21 23:59:13 +01:00
Rob Moran
824ccfea21 Switched to using eslint 2017-05-21 23:21:19 +01:00
Rob Moran
cb728b7efb Minor styling for phone layout 2017-05-15 23:22:13 +01:00
Rob Moran
2952baa999 Wrangled the relative script includes 2017-05-14 23:39:59 +01:00
Rob Moran
7c6734c5f8 Added node example 2017-05-14 23:34:57 +01:00
Rob Moran
436607eedf Added support for buttonless devices and multiple firmware images ina package 2017-05-14 20:08:48 +01:00
Rob Moran
372658e9b1 Added secure web example 2017-05-11 01:33:22 +03:00
Rob Moran
b224d57e55 Initial update to version 13 with secure DFU and node example 2017-05-08 01:50:33 +01:00
Rob Moran
20adcf1e15 Version 0.1.0 0.1.0 2016-03-28 10:05:35 +01:00
Rob Moran
ca54f102a7 Merge pull request #21 from thegecko/global-server
Tidied global server hack
2016-03-28 10:01:42 +01:00
Rob Moran
cd41d86e9a Tidied global server hack 2016-03-22 18:48:10 +00:00
Rob Moran
90103c3735 Merge pull request #20 from mjdietzx/patch-1
Make gattServer a global variable to fix https://github.com/thegecko/…
2016-03-22 18:31:26 +00:00
Michael Dietz
119407500d Make gattServer a global variable to fix https://github.com/thegecko/web-bluetooth-dfu/issues/18 2016-03-22 16:48:58 +01:00
Rob Moran
66dc83f37b Merge pull request #17 from thegecko/ui-updates
Bounded results output in web example
2016-03-11 10:51:54 +00:00
Rob Moran
6f6c1cacde Merge pull request #16 from thegecko/firmware-updates
Added nordic's nrf51 boot hex
2016-03-11 10:51:32 +00:00
Rob Moran
ad4159f922 Bounded results output in web example 2016-03-11 10:50:33 +00:00
Rob Moran
5640672148 Added nordic's nrf51 boot hex 2016-03-11 10:39:17 +00:00
Rob Moran
ecf354ed52 Updated to use published version of bleat 2016-03-10 22:41:12 +00:00
Rob Moran
699d4c3883 Updated hex2bin to accept loggers 2016-03-10 21:36:38 +00:00
Rob Moran
98feec38cf Updated DFU disconnects to work in node and web environments 2016-03-10 21:35:40 +00:00
Rob Moran
28f1c17674 Merge pull request #15 from mjdietzx/add_timeouts
Add timeouts so entire DFU process works
2016-03-10 21:07:00 +00:00
Michael Dietz
39b462a4ae SoftDevice, bootloader updates work with nRF51/mbed as well - just haven't included files to test in /firmware 2016-03-10 12:44:24 +01:00
Michael Dietz
abbd0bc818 Add timeouts so entire DFU process works. 2016-03-10 12:42:42 +01:00