rajmishra
About
- Username
- rajmishra
- Joined
- Visits
- 668
- Last Active
- Roles
- Member
Comments
-
Bluetooth signal strength is greatly affected by human body intervention. You may check RSSI values, if the value goes beyond -90 dBm you may not have a reliable connection.
-
Okay let me try
-
okay.I am calling attemptReconnect() method on onServiceDisoconnect @Override public void onServiceDisconnected(ComponentName name) { attemptReconnect(); } but reconnection takes a long time.
-
i am getting this error after a distance, and get disconnected com.mbientlab.metawear.app E/CheckPermission: _bluetooth code = 10 what does this mean?
-
It used to happen before as well but i ignored it because it rectifies itself, i don't know how by resetting or changing the battery. but now it's happening more frequently, so i was really digging down for the reason. What could be the possible rea…
-
-Metawear app gets disconnected with board frequently. -Sometimes Metawear app remains connected with the board for longer duration after resetting, but behaves same later on. - I am face the same behavior with my app, where to catch the error i cal…
-
Thanks Eric, My issue was resolved, by updating the firmware.
-
You are right, my code is not able to catch any error or exception. addRouteAsync task was not succeed, i put the code under try and catch, did not get any error or data.
-
Code is working when we don't use account() .
-
Yes addRouteAsync task succeed.no output from: source.account().stream(new Subscriber()
-
from this thread i came to know about reconstruction of timestamp, i implemented code as is here: https://mbientlab.com/androiddocs/latest/data_route.html#account don't know what i am missing here, not getting any output. accelerometer.configure() …
-
I would be using this LED https://www.digikey.in/product-detail/en/lumileds/L130-6580001400001/1416-1222-2-ND/4754503
-
Eric, I am not using any strand or strip like NeoPixel. I want to attach single SMD LED.
-
Is there any sample code available, or if you could guide me through. Thanks
-
MetaMotionR comes with nRF52 module, which is Bluetooth 5? if so then is there any increase in range and data transfer rate and volume?
-
The error: Error connectingjava.util.concurrent.TimeoutException: Board connection timed out at com.mbientlab.metawear.MetaWearBleService$GattConnectionState$1.run(MetaWearBleS…
-
Yes, changing data range solved the issue.
-
@Eric As you have written above, can you give an example in which case the battery can last for only 2 hours. Thanks
-
thanks. Li-ion can we attach to metawear C? I experienced that Li-ion baterry doesnot last more than 6 months.
-
Thanks Eric for all your support, I have attached 1 M ohm resistor, instead of my app i used to Metawear app to stream data. I am able to get data from gpio pin continuously but after few impacts the board keep getting reset. I don't understand w…
-
No did not, instead i used PULL_DOWN function as Matt suggested. gpio.initiateAnalogInRead(GPIO_PIN, Gpio.AnalogReadMode.ADC).pullDownPin(GPIO_PIN).commit(); here is the output logs, mostly after impact(on pressing the piezo surface) the value reac…
-
By no change in data received means, that the data received is same with PULL_DOWN and without. should there be any change ?
-
@Eric The value of START_INTERVAL= 20 initially,after your reply I changed START_INTERVAL= 50, now getting data from piezo element and the board is also not resetting at even hard knock. @Matt yes it is essential to add a 1M ohm resistance as sug…
-
Thanks Eric, The problem is solved, was using wrong value in GPIO_PIN variable. GPIO_PIN=1 solved the problem. If you could help me with another issue, since connection of vibration sensor to the board, the board gets disconnected rapidly within 2-3…
-
I want to use vibration sensor for knock or impact, which i suppose difficult with accelerometer at 50hz. https://www.sparkfun.com/products/10293 I have hooked the piezo element as Analog input at pin number 9 and grounded at pin number 4, have i ho…
-
Sorry for my English, made you to get it completely wrong. let me rephrase the question. I am using Metawear RPRO, attached to a wooden plank, when something hits the surface, which produces vibration or due to the impact, Metawear stops sending dat…
-
Is there any function available with Android as well to increase Bluetooth range ? Thanks
-
Thanks Eric, if you could suggest this one will work fine? http://www.amazon.in/Seeedstudio-Piezo-Sensor-MiniSense-100/dp/B017KCLCSE
-
thanks Eric, can you also suggest any particular type sensor which can go easily with preferably smaller.
-
Eric, I configured with every possible combination but did not get any response at all. Could not detect tap even once.