Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hello All,
We have One central device and four peripheral devices.
From every peripheral device we are transmitting battery level.
I want to change the peripheral or...
Hi team support,
Got a problem with project ANCS and more precisely with the bonding and the Flag "allow_repairing" which was false and set by myself to true. But on SDK14...
Hello,
I'm trying to enable the monitor debug mode work with iar but I have some doubts about the address used in the EnableMonMode.mac macro provided in one of the blog...
Hi all,
I'm using nRF Sniffer (2.0.0-1.beta), i didn't have any problem for follow connection between master and slave but now, I have a problem with time displayed in...
Hi,
I need to use the radio timeslot api in my application. I'm using nrf52 ,SDK 14.0.0 and softdevice version 5.0.0 . I've gone through the tutorial for setting up timeslot...
Hello,
I'm testing PHY coding (for long range), I'm pretty surprise from what I get when I scan the RSSI of bluetooth channels (with Nordic app).
This is my set up:...
i want to erase and store the flash after detecting the radio active.
The radio signal is also active, when i erase and store .
Do erase and store the flash may influence...
Hi there,
I try to using nrf sniffer for trouble shooting, and follow the "nrf sniffer user's guide v2.0" , when I copy the unzip extcap's content to the Wireshar's Extcap...
Hi!
i am thinking about cut off uart when data is not transmitting.
As a method 1, i am thinking about using CTS and RTS Pin which is hardware flow control!
①Is this possible...
I'm using the nRF52 DK with mbed, running the heart rate monitor demo app.
When I disconnect the board from the PC and attach a USB power supply instead, the nRF52 won...
Hey all,
I'm working with the nRF51822 (nRF51dk) on a mac running high sierra, and I've been following this tutorial to try to get started. But when I try to make flash...
Dear Nordic engineer,
I try to setup Wireshark sniffer with nRF52-DK. I followed by nRF sniffer user guide v2.0.
I see interface toolbar of nRF sniffer on Wireshark. But...
Is there a block header information available that I can read thru the flash read function (e.g. in ble_flash driver, ble_flash_page_read() function ) ?
My FS (file system...
Hello,
I would like to understand the reason behind getting a error,(0x04) NRF_ERROR_NO_MEM , when calling the function
sd_ble_gatts_characteristic_add(p_service->service_handle...