Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hi,
I know that Nordic has the ISO 9000 certification, but it seems to make no mention of software on the certificate. Could someone explain if there is some QA methodology...
We have tested the same code on two boards with different revision of chips
nRF52832 QFAAB0 : advertising ok
nRF52832 QFAAE0 : advertising does not work
We are using...
I've been trying to figure out the duty cycle on the low_power_pwm and it looks pretty buggy to me (SDK v13.0.0). Some of the low_power_pwm code considers duty cycle to be...
Hi, I ordered the nrf52840-dongle, but instead of using the USB or external battery to power, I am interested in connecting to a coin battery such as CR2032. I ordered a battery...
This ticket is a continuation of a BLE ticket: https://devzone.nordicsemi.com/f/nordic-q-a/61237/connecting-50-ble-slaves-to-an-rpi/249641#249641
If briefly, I understood...
Hi Team,
We are using the NRF52840 Module for our application. We are getting one issue with debug mode,when we compile the code and connect the debugger execution is...
hello:
I use PC-ble-dirver-py library scanning, can't find my device, he gave me a display is BLEGapAdvType.connectable_undirected or None , but I in other tools can be...
Hi
We are using the nRF52832 chip in a design and try to reduce the cost for the product. I have some ideas to simplify the circuits but have some questions about the capabilities...
After clicking on Raw Data in Nrf connect App I am getting this 0x0201041AFF590000150112233445566778899AABBCCDDEEFF0FFFFFFFFC3. what are 0201041AFF these bytes ? can I remove...
Hi
There is a lot of sleep mode at 5.2.1.1
Could you explain what the different between "ION_RAMON_EVENT", "ION_RAMON_POF", "ION_RAMON_GPIOTE", and "ION_RAMON_GPIOTEPORT...
Hi,
I just added some more data to my iBasis SIM card, but I can't seem to find the receipt for the purchase. Where would I find the receipt for this purchase?
Thank...
Hi there,
I have a few questions regarding the Development Kit hardware design. I just bought up the polygon pour manager. I noticed that all layers except Mid-Layer 2 are...
In the documentation, its suggested that the antenna should have a matching network between the WLCSP NRF52832 and the 50 ohm transmission line that looks like this:
...
Hi Team,
I am working on SYSTEM ON mode with Low power mode also called Idle mode in nRF9160 module.
I was able to go to Idle mode with current consumption of 6uA with...