blakeccc
About
- Username
- blakeccc
- Joined
- Visits
- 36
- Last Active
- Roles
- Member
Comments
-
Hi, We are playing around with some MetamotionR boards. We are having some problems with the board stuck in “Metaboot” mode. We searched the forum and found someone had the same problem (in this thread: https://mbientlab.com/community/discu…
-
@Eric said: https://mbientlab.com/cppdocs/0/timer.html Hello Eric, As you suggested, I use timer to implement delay. So here is my implementation, I have an overall timer firing every 4 ms, and this overall timer triggers the other fou…
-
@Matt said: Hi Blake, You're right, the MS5803 interface is a bit unconventional. The write (command) sequence is identical, except that they are interpreting the register address as a command. If you pass the command byte into mbl…
-
@Eric said: https://mbientlab.com/community/discussion/comment/4990 Thanks Eric for getting back to me. We understand that there is an intrinsic 1% error in the timestamps. We still have a question on the timestamps on the exported …
-
Hi Matt, Thanks for getting back to us. We managed to get it working a few days ago. For sending the "command to initiate the conversion", we actually use "mbl_mw_i2c_write" and specified the data to be 0 and the length to be 0. For doing t…