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,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
I have a product deployed in production that uses RSSI on BLE advertising channels (37/38/39) to determine rough proximity of beacons to various anchors (scanners). An issue...
Can anyone tell me how to copy binary data to an arbitrary address on a PCA10056 dev board? My project is based on the BLE keyboard example but it also streams audio to another...
Hi!
nRF52832, s132, 6.0, SDK15
I have strange behavior with delete all bonding devices include HID bonding.
Step by step:
I transfer HID keyboard project to my project...
Hello,
I'm not posting this as a problem, but rather to get some suggestions and ideas about this feature. I have a device based on the NRF52832. It is meant to work as...
Hi
What is the role of RESULT.MAXCNT ?
As the scan mode is based on the number of channels with PSELP != 0 isn't MAXCNT redundant ?
Also, If declaring the buffer as...
Dear Nordic,
what is the maximum distance get from a long range BLE?
I heard 1km achieved through long range in open space is it right?
what is the minimum distance...
Dear support,
I'm using the NFC pairing on SDK 15.0.0 on PC10056 PDK. I install the micro-ecc library and the example works.
First question: The coupling between smartphone...
Hi,
I am using nus service to send and receive data between Android App.
After connection established, App send some data to my module and ble_evt_handler get that data...
Hi,
I am using SDK 15.2.0 in nrf52840, pca10056 and s140. I want to combine two codes of SAADC and ble_app_uart. I have added every driver files and path for these files...
Hi, I started a 4 layers PCB design in cad-soft Eagle. In nrf52840 ref design they are using blind vias in 1 to 2 layer, so I'm guessing below DRC layer setup is correct for...
Dear Nordic,
I want to test BLE Mesh network. for that one board(nrf52832 DK board is programmed with client example. when i debug the program its entered into app_weak_errors...
Hi
I am using nrf51822 , sdk version 11 and softdevice version 130
In project I am trying to disable SPI1 and TWI0 channel by using following command
NRF_TWI0->ENABLE...
Hi, I are using BT832 module based on NRF52832-QFAA IC in an application. Please provide the following details regarding ble transmission of NRF52832-QFAA-R7 IC
1) modulation...
Hello,
I´ve got a corrdinator, which establishes my network. Also I´ve got an End-Device that joins the network successfully.
Is there any chance for me to observe the...
Hi Nordic,
I am working on a project where I connect via nrf52 DK, to a peripheral. I am runinng on SDK15, with the experimental build ble_app_interactive, inside the ble_central_and_peripheral...