2019-08-27 04:44 AM
request for member 'CurrentParameters' in something not a structure or union
request for member 'LLData' in something not a structure or union
request for member 'PalState' in something not a structure or union
i am using nrf52832 and vl53l1x sensor
2019-08-27 08:35 AM
There are two API's supported by ST. Our 'standard' driver is more complex, but full featured(ST. The UltraLite driver is really small, but leaves out some of the more esoteric functions of the chip.
The full driver is:
The UltraLite driver is
Determine if you really need the full driver. If the UltraLite driver works for you, it's a lot easier - and smaller.
There are lots of ways to get our code, but if you start with these, I don't think you will be missing any files.
(At least you will have the two you say are missing.)
Give that a try.
2019-08-27 10:48 PM
i am using those files itself..original TOF vl53l1 files are used...but still the same error...why...?? i am using segger embedded studio and nrf52832 development board.
2019-09-09 08:16 AM
Hi,
Since you are familiar with MBED IDE, perhaps it is more suitable for you to check out the VL53L1X examples or libraries from MBED
https://os.mbed.com/teams/ST-Expansion-SW-Team/code/VL53L1X_Simple_Ranging_MbedOS/
Thanks,
Julien