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

Is it ok doubler circuit for powering nRF52832 custom board

Hello Everyone,

I have developed my application using BLE for connect android mobile. I have design complete PCB using your reference design. But i have littele confused in power supply schematic because i have use MCP1640 doubler IC, and use only one AA 1.5V battery and converted to 3.3V. my question is i have this attached schematic to powering Nordic chip. Is it sufficient for continuously power to nRF52832 or i need to add any other components with this circuit. I just verify this circuit and hope it will not cause problem in future. I have tested this circuit in general purpose PCB its working fine and that's why i am using in my final design. Any extra energy consumption due this doubler circuit my device current consumption is 4mA-6mA. Please give your valuable suggestion for should i use thisimage description.

Parents
    1. #define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) //old20ms
      #define MAX_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) and slave latency set 0. I have set this 7.5ms interval because i want to sent my ADC data to mobile apps very fast is near about within 12-13 sec 160Kb(12bit ADC value).
    2. First i have develop my code on development board but still not measure current on development board. Because i have only multi meter. How i can reduced this current consumption. Thanks.......
Reply
    1. #define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) //old20ms
      #define MAX_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) and slave latency set 0. I have set this 7.5ms interval because i want to sent my ADC data to mobile apps very fast is near about within 12-13 sec 160Kb(12bit ADC value).
    2. First i have develop my code on development board but still not measure current on development board. Because i have only multi meter. How i can reduced this current consumption. Thanks.......
Children
No Data
Related