Hello Andrea,
I have followed the Nicla Cheatsheet and was trying to read the sensor values with the bhy script.
I got the following error when trying to enable the sensor as per the example :
./bhy sensor config -p /dev/cu.usbmodemE43D33542 -sensor 10 -rate 1 -latency 0
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x7fff6732570a]
runtime stack:
runtime: unexpected return pc for runtime.sigpanic called from 0x7fff6732570a
stack: frame={sp:0x7ffeefbff578, fp:0x7ffeefbff5c8} stack=[0x7ffeefb80618,0x7ffeefbff680)
I'm on MAC, first time I used GO . The ./bhy list command works and I can see the available ports.
Any idea what might be the problem?
Thanks