ST25DV
ST25DV copied to clipboard
Arduino library to support ST25DV components
The NDEF_WriteText function only allows for "en" language option via ISO_ENGLISH_CODE_STRING. There is no way to include other languages, like "de" for example. It is also unclear whether the function...
I want to turn on the EH mode for whole time after powering nfc chip. As I know for x-nucleo, we have ST25DV_i2c_WriteEHMode(ST25DV_EH_ACTIVE_AFTER_BOOT) How can I do this for this...
I have a question. Is it possible to write information of types such as; - Business card - WiFi Network - Email - Telephone number - Geo location - Launching...
**Describe the bug** [`NDEF_TEXT_MAX_LENGTH`](https://github.com/stm32duino/ST25DV/blob/2.1.2/src/libNDEF/lib_NDEF_Text.h#L38) set to an arbitrary and small value of 40. Text values can be set to larger that this using the ST23 Android app.. **To Reproduce** Complete...
**Is your feature request/improvement related to a problem? Please describe.** Example showing ability to read multiple records. Both existing examples only read one record. **Describe the solution you'd like** A...