hi, could you share steps how to implement battery model for mesh?
Am I correct battery model isn't implemented in nrf mesh app?
hi, could you share steps how to implement battery model for mesh?
Am I correct battery model isn't implemented in nrf mesh app?
Hi,
I suggest you have a look at this thread.
Am I correct battery model isn't implemented in nrf mesh app?
Yes, you are correct. The Battery model is not implemented in the app as of now.
Hi, thx for link
Is it not implemented for both apps iOS and Andr, right?
When I'll implement it is there any chances to test this feature on mobile?
Hi,
Yes, it isn't implemented for both apps.
Unfortunately, as of now I don't think there is a way to test this.
Hi, we tried to implement battery model for hardware and iOS app
for iOS we used 'nRFMeshProvision', '2.2.3' lib
from iOS we execute GenericBatteryGet() and waiting for next one response GenericBatteryStatus but receive UnknownMessage

also the send code from hardware

on the hardware side it's looks like this

Hi,
I talked to one of our mobile developers, this is what he said:
You need to implement the Battery status message on the iOS as well. The opcode is unknown to the library so it's not implemented.