Tobias
About
- Username
- Tobias
- Joined
- Visits
- 42
- Last Active
- Roles
- Member
Comments
-
Thanks for your help Eric. I do earnestly appreciate it. However, considering our investment in your sensors, I have to repeat that your iOS documentation is lacking. Take this function as an example, which cost me close to a full day of frust…
-
Hi Eric, Thanks for your feedback. I finally managed to set up a simple timer (just flashing a LED for now). I do this in DeviceState, but once I move to my graphics scene (new ViewController), and start reading Fusion data, the timer stops. …
-
I had hoped to return with some functions ready for copy/paste, but I've had a hard time wrapping my head around all these nested Tasks, and my grasp of the flow control is lacking, I must admit. I do think I'm getting close, but continue to fail…
-
Oh. Silly me. I missed the most obvious. Here's the whole function: func testAnalog() { let adc_signal = mbl_mw_gpio_get_analog_input_data_signal(device.board, 0, MBL_MW_GPIO_ANALOG_READ_MODE_ABS_REF) mbl_mw_datasignal_subscribe(…
-
Great tip, thanks. I have to say, however, that your swift documentation is somewhat lacking. To the benefit of anyone who agrees, I'll list the code I ended up with. After connecting to the board, it goes like this: func fusionTest() { …
-
Hi Eric, I did that, followed to the letter (and it actually says I can just as well download the zip). In any case it's a moot point by now. I got another version from a colleague and that works perfectly, for some strange reason. Thanks.
-
In that case I sincerely apologize for taking up your time. I need to shape up Thanks.
-
Thank you Eric for the quick reply (and sorry for bundling my questions). First, be honest, were those sections there yesterday? Did I really miss them? Second, it would be really great if the site notified thread followers when a topic is spl…
-
Hi Eric, thanks for the tip. I did manage to set up the sample project, connect with the board and saw the debug msgs turn up. However, it all went very wrong when I tried to add the Start/Stop buttons. Over the past several hours, much to my…