761 Commits

Author SHA1 Message Date
Rhys.Williams
49a5a03d5e Remove unused wifi flash references 2016-11-24 12:22:36 +13:00
Rhys.Williams
58eee3d07d Allow single byte read from flash so that save() works
Implement `wifi.save()` and `wifi.restore()` using inbuilt API (rather than save to flash like ESP8266)
2016-11-24 12:09:34 +13:00
kolban
ad6dd5fbb0 Additional implementation of getDetails() and getStatus() 2016-11-01 19:15:42 -05:00
kolban
18fdf8dd32 Fix for becoming a station while also being an access point. 2016-10-30 13:06:41 -05:00
kolban
094d7ee644 Addition of wifi.stopAP() 2016-10-30 13:00:12 -05:00
kolban
2dfaf676b4 Addition of wifi.startAP 2016-10-30 10:50:27 -05:00
kolban
196139560c Addition of network scanning. 2016-10-30 00:34:33 -05:00
kolban
cdd17089fb Addition of wifi.on(sta_joined) and wifi.on(sta_left) 2016-10-19 22:55:35 -05:00
kolban
4fe2c91c08 Addition of wifi.on(connected) implementation 2016-10-19 22:36:14 -05:00
kolban
fe1f067e6b Addition of on(associated) logic. 2016-10-19 17:40:29 -05:00
kolban
618174a9c8 Implementation of wifi.on(disconnect) 2016-10-18 23:00:18 -05:00
kolban
8a37a74483 Progress on more network additions. 2016-10-12 00:16:36 -05:00
kolban
03e7e2c760 First pass at underlying network setup. 2016-10-11 20:03:19 -05:00
kolban
55a7664f37 Impl of wifi.getIp() and wifi.getStatus() 2016-10-11 19:01:25 -05:00
kolban
07eff2d5d9 Addition of callback handlers for connect and disconnect events. 2016-10-11 00:15:31 -05:00
kolban
9247b2f763 First steps in ESP32 WiFi. 2016-10-10 22:58:13 -05:00
kolban
565285410b Initial files for the ESP32 environment. 2016-10-09 22:53:20 -05:00
Gordon Williams
0b0a032ff8 Merge branch 'master' into SDK12 2016-10-07 13:21:15 +01:00
Gordon Williams
6212f76fda nRF5x: setServices can now uninitialise SD in order to remove added services 2016-10-07 13:03:36 +01:00
Gordon Williams
cb7c779d23 oops - fix updateServices regression with notifications 2016-10-06 17:43:08 +01:00
Gordon Williams
2f0aedeb7b Added Puck.getBatteryPercentage 2016-10-06 15:58:47 +01:00
Gordon Williams
df40cdd4c3 nRF5x: allow setServices to be called multiple times (partial #936) 2016-10-06 13:19:38 +01:00
Gordon Williams
a54fdf6bf8 Merge branch 'master' into SDK12 2016-10-04 14:15:58 +01:00
Dimitri del Marmol
56b8074e9f Add indication support for GATT Characteristics 2016-10-04 14:38:24 +02:00
Dimitri del Marmol
65d52b9c22 Fix documentation typos 2016-10-04 13:26:34 +02:00
Dimitri del Marmol
3488be45c4 Enable simple READs using NRF.updateServices 2016-10-04 13:20:52 +02:00
Dimitri del Marmol
df56324cce Implement updateServices for notifications 2016-10-03 16:43:19 +02:00
Dimitri del Marmol
515c5d5a07 Get help on characteristic handle issue 2016-10-03 13:28:38 +02:00
Gordon Williams
6da2ddd059 Tweak VGA output back porch to 2ms (so leftmost pixels always on screen) 2016-09-27 14:01:28 +01:00
Gordon Williams
351e779cdc docs 2016-09-26 16:01:10 +01:00
Gordon Williams
0e27a8bc3a docs 2016-09-26 15:59:31 +01:00
Gordon Williams
5e17c037d9 fix NRF.sleep occasional crash, and advertising that stopped after a while 2016-09-23 15:39:28 +01:00
Gordon Williams
687842d4ab magnetometer doc tweaks 2016-09-23 12:14:36 +01:00
Gordon Williams
b26e6d5bd2 added light read function 2016-09-20 15:53:43 +01:00
Thorsten von Eicken
38c368422e update travis.yaml for esp8266; update readme_flash; fix #901 2016-09-16 23:33:15 -07:00
Thorsten von Eicken
8eec73937a support new esp8266 binary format and check partition on OTA upgrade 2016-09-16 23:19:58 -07:00
Thorsten von Eicken
8b637fe6f6 Merge pull request #6 from espruino/master
merge v1.87 release into tve's fork
2016-09-16 22:07:30 -07:00
Gordon Williams
b27664f18a compiling bootloader now, and finally compiling puck.js after NFC functions renamed 2016-09-16 17:00:59 +01:00
Gordon Williams
35d5093267 changed for semi-working nrf52 2016-09-16 13:19:57 +01:00
Gordon Williams
79bb963899 fix warnings 2016-09-16 11:56:14 +01:00
Gordon Williams
c8608c16e9 add but comment out DC-DC enable, and add the red LED blink on startup as it's a good way to signal that the firmware is running 2016-09-15 11:33:49 +01:00
Gordon Williams
25bab65652 fix #922 2016-09-13 10:26:45 +01:00
Gordon Williams
4505eed87e fix compile errors 2016-09-12 15:45:38 +01:00
Gordon Williams
02e8cf6631 Merge branch '920/fillCircle' of https://github.com/owenmcateer/Espruino into owenmcateer-920/fillCircle 2016-09-12 15:39:14 +01:00
Gordon Williams
3498c975fa Merge branch 'master' of github.com:espruino/Espruino 2016-09-12 15:38:32 +01:00
Owen McAteer
cfa49a4dc7 Fixed comflicts with master. 2016-09-12 16:08:40 +02:00
Owen McAteer
65ae9ffb35 Use faster fillRech function. 2016-09-12 16:00:38 +02:00
Owen McAteer
72e3322e89 Corrected wrong function name. 2016-09-12 15:57:15 +02:00
Gordon Williams
1906b92750 Sockets now fire 'end' events (fix #886) 2016-09-12 14:49:35 +01:00
Owen McAteer
adfc0baa3a Added Graphics.fillCircle(x, y, rad) 2016-09-12 15:46:43 +02:00