shiqi

About

Username
shiqi
Joined
Visits
60
Last Active
Roles
Member

Comments

  • hi, can you please advise on what a stack trace is?
    in GPIO pins Comment by shiqi June 2016
  • And do i have to add in one output control for each GPIO output? Or one output control is enough to set for all 3 GPIO pins?
    in GPIO pins Comment by shiqi June 2016
  • case READ_ADC: gpioModule.routeData().fromAnalogIn(gpioPin0, AnalogReadMode.ADC).stream(STREAM0_KEY).commit() .onComplete(new AsyncOperation.CompletionHandler() { @Override public void success(RouteMan…
    in GPIO pins Comment by shiqi June 2016
  • private class GpioMessageHandler implements RouteManager.MessageHandler { private final ArrayList dataEntries; private final int setIndex; public GpioMessageHandler(ArrayList dataEntries, int setIndex) { this.dataEntries = dataE…
    in GPIO pins Comment by shiqi June 2016
  • I change the codes already. I can show three gpio lines but once i start sampling, there is an error saying that "Unfortunately, MetaWear has stopped." Can help me check my codes? Thank you:)
    in GPIO pins Comment by shiqi June 2016
  • So what should i change in order to read and stream 3 gpio lines on the same graph? Ive refered to the barometer fragment which have similar codes to what i am doing but i cant seem to get it.
    in GPIO pins Comment by shiqi June 2016
  • read analog pins:private class GpioMessageHandler implements RouteManager.MessageHandler { private final ArrayList dataEntries; private final int setIndex; public GpioMessageHandler(ArrayList dataEntries, int setIndex) { this.da…
    in GPIO pins Comment by shiqi June 2016
  • Hi Yu,What do you mean by pure gyroscope data? Can i ask if the equation that i use for complimentary filter is correct or can provide me with the equation to combine for data together? Thanks.