Bud Ryerson

Results 21 comments of Bud Ryerson

If I knew what "Callbacks" were, I'd rewrite the damn library myself. Please let me know if you do.

Count me in! I start with this framework: ``` void T3_Handler() { // do something } void setup() { Timer3.attachInterrupt( T3_Handler); Timer3.start( 500000); // timer interrupts every 0.5 seconds }...

Sorry to be so late... holidays... etc. I'm sure by now you have already resolved the problem (like switching RX/TX around). If not, please send me a little more information....

Hello, It appears that your code is setting the device to I2C mode `tfmP.sendCommand( SET_I2C_MODE, 0):` and then expecting to communicate in Serial mode. Can you still communicate with the...

Berbaba, The two formatting commands do not require a parameter, so the `param` byte is set to 0. In the included example sketch, the command would look like this: `tfmP.sendCommand(...

Eva, That's a new one. Please check your Data Frame Rate to be sure that it matches or exceeds the rate at which you are requesting data. Also, make sure...

evsc - Did you resolve the issues with the Arduino Due? Please let me know.

Uh oh. I followed the manufacturer's instruction set, but I did not test it those commands. I will try to do so tomorrow. If I get the same results, I...