User Activity

I would like to be able to read the memory content from a mifare and/or Felica tag similar to how the NXP tag detector app on Android does. How would I go about doing that?I have implemented the demo polling example using nfc03a1 and a non st chip ov...
While flashing the LIS3DH I accidentally commented out a block of code causing read/writes of unintended registers. Below is the code which caused it. static void read_accel(void){ uint16_t MOSI = 0xA9; uint32_t MISO; int8_t dataRec; uint8_t i = 0; f...