JpEncausse
About
- Username
- JpEncausse
- Joined
- Visits
- 357
- Last Active
- Roles
- Member
Comments
-
Thanks Eric !!! It works with quaternion :-) https://t.co/HTsOZAwi7W Got issues with linear acceleration but i'll find out https://t.co/YzDPqluCWI For those intereseted I put my code here https://t.co/fMFLlhhN5Q I also find an old con…
-
According to MetaBase: Firmware 0.2.1 and Hardware 0.1 Model Number 6
-
Hello Aribes, Eric, Do you have a working sample code in JS that would "console.log" sensors axis ? I've a new PoC in mind, I'd like to * Put a Metaware C in a box * Stream it's axis to a PiZero * Forward data to a WebSocket stream * M…
-
+1
-
Hi, @mikesv could you share a sample of the Android service you did ? I'm also looking for a background service that connect to the device, retrive logs, and do something like - push notification - upload to the cloud I made a 3d print c…
-
Yes it workss !!!!Thanks
-
@Eric ok it almost work !https://gist.github.com/JpEncausse/7d4766cb2b2207a49ab9 - The settingsModule.startAdvertisement(); crash the BLE connection with the mobile but it's OK - I lost the X Axis: The stream part works with all sides but …
-
Hum ok understood it was too magic :-)Indeed it would be interesting to be able to bring some logic on board. For Instance: if (X < -0.8) then minor = 1 if (Y < -0.8) then minor = 2 But it seems very complicated, where is the limit …
-
In fact with Stream code I do (but it could be much more complicated):public void process(Message message) { final CartesianFloat axes = message.getData(CartesianFloat.class); if (axes.x() < -0.8){ setDice(5); // A } el…
-
@Eric it works very well ! But I don't know how to get X,Y,Z from token or processor to set more minorValues http://community.mbientlab.com/discussion/comment/2045/#Comment_2045
-
Can we get X,Y,Z values from DataToken ? Or use a Processor to store the X,Y,Z values ? AsyncOperation routeManagerResult = accelModule.routeData().fromAxes().monitor( new DataSignal.ActivityHandler() { @Override public void on…
-
+1 What best practice to check axis X,Y,Z to do something "offline" ? For instance I need this for the MetaDice
-
Hello do you have a working example ? I'd like to set the minor/major iBeacon value according to Accelerator axis (for my MetaDice) accelModule.routeData().fromAxes().monitor(new DataSignal.ActivityHandler() { @Override public void onS…
-
A NuGet package will be so cool :-)
-
Args I'm n00b can't retarget for Windows Universal. Anyway to provide a dll to import in our project ? or a magic binding for NodeJS ? I don't need UI only a way to setup and listen to stream/status of MetaWare
-
Very Cool !Any sample Ionic Android App ?
-
@lgleasain it's a quick PoC The Dice - stream data to the Android Mobile - then send HTTP Request to a NodeJS server - then send WebSocket message to the Browser My table is a TV + NUC PC + PQLab IR Board runing Windows 10 The Game …
-
Hi,Any sample using Wrapper for Windows 10 ?
-
Hi coolioxlr, Did you follow Eric links ? Do you have a code sample ? With Google Physical Web update on Android some ideas may come up :-) https://google.github.io/physical-web/ Thanks
-
An other video with a mockup game on my smart table: A little Brainstorming:When people shake the dice then pause, the dice "settled" and trigger the game. How can I detect the dice is really thrown ? If I move the dice because it is on some…
-
Here is a video:
-
Anyway using -X and X ... works fine ! Thanks ! Now I will have to do it offline and set the iBeacon value according to the side :-/
-
Ok so I use the "Orientation" stream of Accelerometer, It works but it somehow weird because there is 8 possible values ... I don't understand the use of X and -X ... you will get a direction vector but not an Orientation ? How do you decide you s…
-
How would you handle this use case for battery: An elder have a necklace with a MetaWare configured for Free Fall. If he fall I want to trigger something on the mobile app to call for help. - I can't stay connected to bluetooth otherwise I wil…
-
Bump. Would it be possible to have a sample ? motion to change minor version of iBeacon ? I'm stuck. I'd like to do something like Estimote Stickers. Many Thanks !
-
Thanks, I know that sen.se use gyroscope to detect motion on "axis" : doors or drawer. So I'll try whe Kickstarter Metaware C. But yes I was surprised that at < 1.0f the motion was always triggered
-
Hi Eric, The LED on my board didn't work very well with sample app. Sometimes Red is OK then Green and Blue never work. I try this simple code: final Switch switchModule = board.getModule(Switch.class); switchModule.routeData().fromSens…
-
Upgrade works fine !
-
=> Previous Message: Wrong thread @Eric - Update to Android 3.0.0 OK - Update firmware to 1.0.4 OK - Update my own code OK Thanks !
-
I don't understand the question, when you process logging values you have a Message object and you just have to call message.getTimestamp()