Hi,
I am using nRF52832 Dk and SD132, sdk is 13.1. I have sent my sensor data to server using external wifi module which is interface with nRF52832 DK.
Everything working but for low power consumption i have control WiFi CH_PD(Chip Enable Power Down) via nRF52832 GPIO with 10K resistor.
In nordic program on/off this GPIO pin whenever i want to use WiFi after sending done data to server this pin is LOW.
But now problem facing is when i want to configure new WiFi credential through AT cmd and sent it to nRF52832 by android. At this time i have High GPIO pin and ON WiFi chip but same time nRF52 is reset at start gain it not process as per the AT command configuration new WiFi credentials.
I have following few questions:
- Why nRF52 is reset when sending AT command via android.
- Is it write GPIO pin configuration for High and LOW.
nrf_gpio_range_cfg_output(12, 12);
nrf_gpio_pin_write(12,1);
3. For controlling this Ch_PD pin is it need to use transistor or MOSFET with nRF52chip.
Looking forward your reply...
Thanks in Advanced......