Hi everybody!
I hope I am not too late to jump on the nrf51 train, but I had the ability to get a great deal on them so I really want to use them for a project we have. We need to connect the chip to a VL53L0X Time-of-Flight sensor and I found this library for it, but I can't wrap my head around how to get it working. I am using the experimental_blinky example from the 12.3 SDK with the 130 soft device. I replaced the main function in the example with the main function from github and also changed the pin configurations as suggested. TWI and TWI0 in sdk_config.h are enabled (along with the log module).
I had a minor success story where I got the library to read the revision from the tof sensor, but is was only one specific reset that worked. I swapped out different chips and different sensors, so I can exclude faulty hardware. The issue is that when I debug the application, it seems to crash (without log, seems like halting) on different places in code from flash to flash. Most of the time I see no output in the Serial Log, or just random characters popping up.
I really hope somebody has a pointer for me, maybe someone is using this combination and can share code. Thanks for the help in advance.
Best regards
Simon