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...
Hello,
Is there a mechanical specification document for the nRF52 development kit (PCA10040)?
I can extrapolate from the Arduino Uno Rev 3 specification (P1-4 connectors...
hi dear Engineers,
I am affraid to use FLASH to manage PEER data, it is wrong way because of Wr op. limitaion.
Instead of that, EEPROM or FRAM must be used anyway.
How...
Does single bank bootloader in SDK7.1 support ZIP-file ?
I get error REMOTE DFU INVALID CRC ERROR in the end of flashing by nRF Toolbox when I use ZIP.
If I use hex-file...
Hello,
I am trying to implement OTA firmware update using Secure DFU.
SDK - 12.2
Softdevice - s132
Board - PCA10040 (nRF52)
I followed instructions mentioned...
Hello,
I just want to clarity the sd_ecb_block_encrypt() operation cases (S110).
In pp. 23.1.3 of RM (Shared resources) sayed:
The ECB, CCM, and AAR share the same...
Assuming SDK 12.x
For those people that want to integrate the Buttonless DFU service to their app, which uses already one custom base 128bit UUID, please make sure to:...
I need to add connectable beacon advertising data instead of normal advertising for proximity profile example (NRF52 DK -> PCA10040 ->S132 -> nrf52832).During Advertisement...
Hi,
We had a power issue with our custom board related to DFU updates. After performing a DFU we were seeing 8mA idle current, and when we had programmed the firmware directly...
Hello,
can you provide a best practice guide on how to use memory protection unit in nRF52832.
I am interested to know if MPU can protect user defined memory regions...
Hi,
I want to know Tx power and duty cycle information of Beacon and NRF52 for the following cases:
In our case NRF52 will be our receiver and Beacon will be transmitter...
During the CE immunity test, the nRF51822 has to re-connect automatically without user interaction when the BLE connection is blocken by noise. Please tell me how to implement...
hi,all
my device use CR2450 button battery,advertise time 500ms
TX POWER:4dbm,the battery life is low if it still use this configuration
(May be big current lead...
Hi all,
I am using a nRF52832 with SD S132 V4.0.2 ion SDK13.
My application currently uses TWI, SPI and BLE and also 1 wire (which is based on delays). Everything works...