Bud Ryerson
Bud Ryerson
In the latest TFLuna Product Manual (v.5) the definition of I2C register 0x25 is changed: 0x00 = LiDAR off 0x01 = LiDAR on I attached the zip file they sent...
You wrote: "I've got no red LED lit up on the TF-Luna; does this indicate that the sensor is broken?" I think that the answer might be, "Yes." Check your...
I hadn't thought about it. Do I need one? Do you?
Thanks, Oliver. Adafruit should add that correction to their library. I cobbled together my own library from bits and pieces of this and the Honeywell version. In my setup, I...
The public function "bool begin(void);" always returns TRUE. The function is apparently meant to detect whether an HMC5883 device is detected, and to trigger the "Ooops, no HMC5883 detected ......
@grossadamm Thank you for your gentle correction. I have resubmitted the comment as a "new issue."
This is an **Arduino** library. I believe that the **RPi Pico** is a multi-processor, multi-threading, multi-tasking type of micro-controller. In that kind of environment, I can understand why `memcpy` might...
The beauty of the C++ is its ability to get "close to the metal," which can be important for IoT projects with limited resources (or when just having fun). `memcpy`...
I'm not entirely clear about what you're asking, but I'll try to answer anyway. • In UART (serial) mode, data return is asynchronous and repetitive at a user set Data...
Well, that is peculiar! I assume that the **Frame Rate** command `(line 112-118`) was carelessly not deleted when I ported the **UART** example code into an **I2C** example. I don't...