Matthias Dötsch

Results 21 comments of Matthias Dötsch

FYI: [Beta #2 is out, and #3 should follow this week](https://www.php.net/archive/2020.php#2020-08-21-1). Is there a rouuughh timeline for this php8 package? I'm just planning to switch some development context already

I can't verify your issue on my MetaWear Pro device. I ran the examples/accellerometer.js script for ~5 minutes and the output stream is constant. (at 50hz) Are you using the...

This issue is about checking the different measurement types. As i remember, the metawear firmware uses different constants on different devices. I used the values of the "pro-edition" [here](https://github.com/brainexe/node-metawear/blob/master/src/registers/temperature.js#L15)

sorry, i don't have any windows device for checking for compatibility... But in general this libary relies on [sandeepmistry/noble](https://github.com/sandeepmistry/noble) Have you checked [this introduction](https://github.com/sandeepmistry/noble#windows)?

Any news here?

Hey @FrenchBully, the [GPIO register](https://github.com/brainexe/node-metawear/blob/master/src/registers/gpio.js) is currently not really implemented The job is basically to port the [Android implementation](https://github.com/mbientlab/Metawear-AndroidAPI/blob/04a18a8b3eb79669a3b3f96951953ff1991c26d6/library/src/main/java/com/mbientlab/metawear/impl/DefaultMetaWearBoard.java#L3986) to the [nodejs GPIO register](https://github.com/brainexe/node-metawear/blob/master/src/registers/gpio.js). But unfortunately I don't have time...

Hey @FrenchBully , I just created a new branch, called "[gpio](https://github.com/brainexe/node-metawear/tree/gpio)" which includes an early version of the GPIO component. Right now I don't have access to a metawear device,...

Can you please post your code? It should be possible to start/stop the accellerometer with the functions start(), stop(), but i haven't tested it yet.

@serbanghita I'm also waiting for this PR, as it's blocking us from a full PHP8 upgrade :)

+1 from my side. I can also provide help if needed.