udi_o

About

Username
udi_o
Joined
Visits
67
Last Active
Roles
Member

Comments

  • 1) Why should the graph stop at 40 seconds?2) Is the time-stamp calculated by the SampleAndroidApp regardless missing packets? 3) The same fault occurred both with LG 5.5 and Samsung 4.3 devices, any suggestions / workaround?
  • The graph shows 40 seconds but the actual duration was 60 seconds.It looks like the sampling rate is actually 0.050 and not 0.033
  • Yes, I'm streaming 1 minute measured with external stop-watch, then I stop the streaming and save+email. The final entries on the CSV file are:40.722 40.755 40.788 40.821 40.854 40.887 40.92 The file consists in total 1242 rows of data w…
  • OK, the following code seems to execute the board disconnection (without this code restarting the program leaves the board binded and adverised MAC is not seen)try { Debug debugModule = (Debug) mwBoard.getModule(Debug.class); debugModule.dis…
  • Something like Debug debugModule= (Debug) mwBoard.getModule(Debug.class); debugModule.disconnect(); ? Is it different than mwBoard.disconnect();
  • The 'clean state' bothers me - I might be doing something wrong. My application requires to connect to the board on user's demand, do some GPIO ADC streaming and shut down everything (for battery saving). It seems that the shutting down is not done …
  • Thanks for the info, however for me onboard  reset capability would be useful feature.
  • What does bootloader do ? How would you recommend to provide means for reset ? As always your support is highly appreciated Udi
  • Can't this 'too long' be debounced e.g. use a macro that ignores the button push immediately after reset?
  • OK, tried the following code on 'connected' state, I expect the green led to blink when darkness conditions reached but it never happenplease suggest Thanks for your support try { ltr329Module = mwBoard.getModule(Ltr329AmbientLight.class); …
  • Thanks Eric, well spotted, the pulldown resistor (our hardware guy put on the R board) was missing on the RPRO. 
  • Thanks for the prompt reply - I'll give it a go.