73 Commits

Author SHA1 Message Date
Michal Szafranski
f43863bd51 typo in voltage value 2019-11-12 08:47:34 +01:00
Michal Szafranski
545e8ee177 remove unused _padMessage 2019-11-12 08:47:24 +01:00
Michal Szafranski
d2f71aa993 Voltage readout added for duplo train and fixed for PUP remote 2019-11-12 08:47:05 +01:00
0fbd27d41f Fixed bug with retrieving hardware versions
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-11-11 17:03:54 -08:00
8ff0664641 Made Control+ tilt and accelerometer behave like normal devices 2019-11-11 11:16:49 -08:00
6315f54a23 Fixed double disconnect bug, added hardware versions
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-11-10 20:40:59 -08:00
3dc1076a88
Merge pull request #36 from nutki/pr-4
allow switching to mode 0 in Hub.subscribe()
2019-11-10 12:30:40 -08:00
73dd34449a
Merge pull request #35 from nutki/pr-3
Fix and simplify tilt sensor reading
2019-11-10 12:30:05 -08:00
be132bd9e8
Merge pull request #34 from nutki/pr-2
allow case insensitive port names
2019-11-10 12:23:43 -08:00
2797081091
Merge pull request #33 from nutki/pr-1
allow RGB led control for the duplo train hub
2019-11-10 12:19:48 -08:00
e179be89fb Merge branch 'master' of github.com:nathankellenicki/node-poweredup
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-10 12:15:31 -08:00
e3b65c07b6 Removed noble-mac dependency, fixed connection issues when manufacturerData doesn't exist 2019-11-10 12:15:26 -08:00
77c470f616
Merge pull request #31 from churchs19/master
Updating noble dependency to @abandonware/noble for Node >= 10.0 support
2019-11-10 12:14:39 -08:00
Michal Szafranski
172c1b826c Firmware version is encoded with BCD 2019-11-05 22:08:33 +01:00
Michal Szafranski
1e40bdd537 Fix setLEDColor regression 2019-11-03 14:44:44 +01:00
Michal Szafranski
00e6840c32 fix tilt sensor readout in wedo hub as well 2019-11-03 10:18:54 +01:00
Michal Szafranski
98f1ca84b0 allow switching to mode 0 2019-11-02 17:57:04 +01:00
Michal Szafranski
c7a5efcc78 Fix and simplify tilt sensor reading 2019-11-02 17:41:11 +01:00
Michal Szafranski
0b1c5008f3 allow case insensitive port names 2019-11-02 17:39:50 +01:00
Michal Szafranski
05daa648cb allow RGB led control for the duplo train hub 2019-11-02 17:29:46 +01:00
Shane Church
a1026547cf Reverted accidental formatting changes to wedo2smarthub.ts 2019-10-13 08:45:55 -05:00
Shane Church
e5bba46b80 Updated references to @abandonware/noble since noble is no longer maintained
Allows building on Node.js >= 10
2019-10-13 08:38:58 -05:00
9a9d3ee4d5 Fixed Technic Control+ hub when used with web bluetooth
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-08-09 10:18:20 -07:00
17a64c51dd Fixed web bluetooth
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-08-07 22:00:49 -07:00
732c3626b5 Added ability to reset absolute zero
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-08-07 13:22:57 -07:00
348037a2ab setAbsolutePosition on Control+ motors
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-07 12:52:56 -07:00
6651b79188 Support for tilt, accel, temp on Control+ Hub
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-08-07 11:04:51 -07:00
373737ddaf Port info debug reporting
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-08-06 17:48:53 -07:00
cc1571dc26 Added initial support for LEGO Technic CONTROL+
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-08-06 14:52:14 -07:00
7b61b6981a Updated for latest Boost Move Hub firmware
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-08-02 21:11:31 -07:00
2c08e8b3ee Fixed typescript errors 2019-04-25 21:57:16 -07:00
e959230a22 Correct voltage and current readings 2019-04-25 21:48:10 -07:00
7a647da798 Fixed disconnect bug
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2019-04-25 15:32:07 -07:00
1dc583e5f2 Added current back
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2019-04-25 14:25:10 -07:00
2e6d2b0dbc Library will now throw error if your firmware is too old
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2019-04-15 10:46:32 -07:00
5ad9bc5748 Now supports PUP Hub firmware 1.1.00.0004 - rotation works on Boost tacho motor. Also manual setup of virtual ports.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2019-04-12 15:14:00 -07:00
42f34269f2 Improved scanning in browser, added DualShock 4 browser example
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2019-04-04 14:09:04 -07:00
c0f2bc9c0c Node now has isWebBluetooth 2019-03-18 16:10:34 -07:00
d70d66e3dc Working example of web bluetooth 2019-03-18 14:57:41 -07:00
f23e5ad679 Seperated BLEDevice out into NobleDevice and WebBLEDevice usingi nterfaces 2019-03-18 11:16:54 -07:00
57ceb4cbcc Fixed race condition on second device 2019-02-07 15:35:48 -08:00
3db4391041 Kinda working, but on connect of second device 2019-02-07 11:58:58 -08:00
edf5606814 Web Bluetooth WeDo 2.0 support 2019-02-06 17:46:59 -08:00
e7b5e977d9 Conditional export of poweredup class 2019-02-06 14:21:20 -08:00
5efc38b213 Code cleanup 2019-02-06 10:01:44 -08:00
f9b99e0481 Fully abstracted out to BLEDevice 2019-02-06 09:54:28 -08:00
79542acef1 BLEDevice partially working for noble devices 2019-02-05 16:15:09 -08:00
0a3018af9c Initial commit to webble 2019-02-04 16:32:41 -08:00
f009bc3e2a Prevent multiple connection attempts 2019-02-04 16:14:31 -08:00
aaccfb7182 Added shutdown method for WeDo 2.0 Smart Hub 2019-02-04 10:01:35 -08:00