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...
The board is made with the nRF52832 chip and can not be scanned during the test. Could you tell me why? The nRF52 DK board functioned normally. The platform used a mesh light...
Hello, Is there any library of LSM6DS3 sensor and BMI160 sensor for NRF52832.
I am in need of Accelerometer sensor data for one part of my project.
I need to develop immediately...
Hi
i have installed nrfgo studio version (1.21.2.10)on windows 7 and 10 . Development board is listed in win7 but not in 10 it shows boards are not connected .Please help...
Hi, I try to map the UART pins RxD to P0.08 and TxD to P0.06 like on the nRF52840 PDK.
In code I have to assign a number. At the moment RX_PIN_NUMBER is 8 and TX_PIN_NUMBER...
Hi, i have several problems to use my nrf52840 PDK wirelessly.
I have made a project of a star network, in which the peripherals send by NUS the data they collect from digital...
Dear Madam/Sir,
We integrated the ADC measurement code from the ble_proximity app example (nRF52840 Preview DevKit, SDK15.0.0, Softdevice6.0.0) to measure the battery...
I recently started working with the NRF52840DK,I need to read data from MC3461 accelerometer via I2C and transmit the results over BLE.
nrF52840-DK
SDK v15.0.0
SoftDevice...
Hi,
I'm trying to add a 3rd Primary Service to my application. I have increased NRF_SDH_BLE_VS_UUID_COUNT to 3 in my sdk_config.h accordingly, and as expected when I run...
HI Im trying to reduce the power consumption of my nrf52840 based device. And now I need to read peripheral register in debug mode but cant do it.I guess it is enabling in...
For those who migrate to from SDKv15.0 to SDKv15.2 and still using the old project files will notice a difference that peer manager in SDKv15.2 has replaced using the below...
Hello Sir,
I am controlling nrf24L01P using atmega328p. Here I am using sleep on microcontroller and power down at nrf24l01p. So in this case some times internal Ack receive...
Dear Nordic,
We have a custom board and we just flashing BLE central peripheral example on it's
works fine but when i test its current consumption its shows around 1.5...