This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what is micro-ESB ? nRF52810 have AD(Analog to Digital)?

Hi,

I finally want to integrate BLE and 2.4G in nRF52810.

【1】I am studying  Timeslot,i found some articles in DevZone.

There is a mention of micro-ESB , so what is micro-ESB ? (There are many abbreviations that don’t understand what it means)

【2】I need to detect the voltage of the lithium battery, no instructions for this section were found in the nRF52810 documentation.

Keyword is AD ? or other?

(Forgive me for studying mobile apps before , MCU knowledge is not very sufficient)

Thanks all

Parents Reply
  • Please note that recent SDK versions include ESB libraries which are based on uESB. For new implementations I would suggest to use the ESB protocol implementation that comes with the latest SDK versions.

    However, if you need to communicate with legacy ShockBurst devices, you might need the uESB implementation instead.

    Do you mean a rechargeable lithium-ion battery  (3.7 Volt). As the nRF5x is supposed to run on lower voltages, you'll need a voltage divider. Then you'll need to look for the SAADC examples for the measurement itself.

Children
Related