Configure Energy Harvesting of M24LR-Discovery Kit
Hello all,
I am using the M24LR Discovery kit which has an RF transceiver board with a CR95HF transceiver IC controlled by an STM32 MCU and a wireless tag, containing the M24LR04E-R EEPROM with an RF interface, controlled by an STM8 MCU. There is a demo application software provided, but it has limited utility which is why I had to source firmware for both individual boards and program them individually.
I am having some difficulties as I cannot power the M24LR board from the energy harvesting from the antenna of the CR95HF board. According to the M24LR04E-R datasheet (pages 27 - 28), in order to turn on Energy Harvesting, bits 0, 1, and 2 of the configuration byte (table 14) must be set. This will then set bit 0 (named EH_enable) of the control byte (table 15) which enables the Energy Harvesting. I've tried all combinations of bits 0, 1, and 2 of the configuration bytes, but I have not been able to turn on Energy Harvesting as the tag is not powered from the CR95HF board and bit 0 of the control register is not 1 (I can manually read that byte). Furthermore, I receive an error from the CR95HF board, saying that the frame has timed out, meaning that there is no tag-detected (maybe because the EH bits are 0). I've noted that when the M24LR board is powered externally, the EH_enable bit is on, and the CR95HF board returns a success response as it detects the presence of the M24LR board. This might mean that without the external power, the voltage is dissipating and the EH_enable bit cannot turn on - resulting in an error code on the side of the CR95HF board.
I appreciate all kinds of advice on this.
Thanks!
