2020-10-04 03:54 AM
Solved! Go to Solution.
2020-10-05 12:12 AM
Hello,
There is two ways of activating energy harvesting:
In your case, if you want to enable energy harvesting at boot (energy harvesting will be delivered as soon as the field power is strong enough), you need to write 0 in the EH_MODE static register. This can be done by RF or I2C. You first need to open the corresponding security session by presenting the right password (RF password 0 or I2C), then from RF, send a Write Configuration command at address 02h with value 1, or by I2C, write 01 at address 2002h. The EH_MODE static register is non volatile.
Best regards.
2020-10-05 12:12 AM
Hello,
There is two ways of activating energy harvesting:
In your case, if you want to enable energy harvesting at boot (energy harvesting will be delivered as soon as the field power is strong enough), you need to write 0 in the EH_MODE static register. This can be done by RF or I2C. You first need to open the corresponding security session by presenting the right password (RF password 0 or I2C), then from RF, send a Write Configuration command at address 02h with value 1, or by I2C, write 01 at address 2002h. The EH_MODE static register is non volatile.
Best regards.