Carlo Parata

Results 12 comments of Carlo Parata

Hello @Gerriko , you are right. At the moment these settings are hardcoded. We need to enhance the library to support also these features. I guess that the default settings...

Hi @MuthukumarEC , it is not clear to me what you want to do. The LSM6DSL driver was done in order to call only the APIs that you can find...

Hi @MuthukumarEC , unfortunately, in the current version of the LSM6DSL driver only high performance mode is supported. In order to implement the low power mode for gyroscope (and also...

Hi @MuthukumarEC , it is normal. None device is perfect in the real world. You always would have some small variations from the ideal measurements, due to electrical noise, etc....

Hello @djdlgl , the same API should be available in Nfctag_Drv->pData or St25Dv_i2c_ExtDrv variables. Nfctag_Drv is defined as static in the code, so probably you should need to add a...

There are no specific APIs implemented in the ST25DV class, but it should be possible using the APIs in "src/libNDEF" files. I will tag this issue as enhancement

Hi @jwktje , you can give a look how writeURI and readURI are implemented and then try to do the same with the API that you can find in "src/libNDEF"...

Hi @hepaestus, actually this device is an NFC tag. If you are looking for an NFC reader, you can give a look at these devices: https://github.com/stm32duino/X-NUCLEO-NFC03A1 https://github.com/stm32duino/X-NUCLEO-NFC05A1 https://github.com/stm32duino/X-NUCLEO-NFC06A1 They are...

Hello @dansiviter , thanks to have submitted this issue. Unfortunately, as the code is structured today, it is not easy to use a dynamic allocation for the NDEF buffer. What...