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...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Hi
I want to modify the nrf9160 software samples from Nordic so I can use float with printk() and sscanf() functions.
I am also using gcc.
I try figure out how/where...
Hi,
As a part of FCC testing, I am trying use the following radio_tx_sweep_start(txpower,uiMode,channel_start,channel_end,delayms) with below parameters.
uint8_t txpower...
Hello, I have seen and heard of nrf52 alot that it can be used as payment card by using HCE technique. Can anyone please shed some light on it ? I want to know the way we...
Hi,
I'm running a nRF52832 connected through TRACE port to a Segger J-Trace Pro.
Some traces seem to be lost, and Segger support team tells me it is possible as nRF52832...
I have a few questions regarding AoA mode.
My goal is to append the CTE frame too a standard advertisement frame. I would like to use one of the following examples as the...
Hardware: nRF52840, running on dev kit PCA10056
Software: SDK 15.0.0, no soft device
I'm trying to get the POF comparator working, and after struggling in our product...
I just updated my project from SDK 15.3 to 16.0. I am using the nRF52840.
I am not receiving the APP_BUTTON_RELEASE event when waking up from a button press. It used to...
I am trying to the asset tracking application on nRF9160DK and following the steps mentioned in https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started...
Hi there,
I have tried to build mqtt_simple but ı got an error says:
#error bsdlib must be run as non-secure firmware. Are you building for the correct board ?
I am...
Dear Support Engineers
I am in the process of designing the automated testing platform for a 52832 based device and would like to test to make sure the components/devices...
Hi, I am trying to test the examples provided in nRF5_SDK_16.0.0 on nRF52840 (PCA20035) thingy91 device. But unfortunately, i didn't see the support files for pca20035. For...
I am using nvs_init(), nvs_read(), nvs_write() calls to store and retrieve user data. Everytime I flash a new image I use the following commands:
# nrfjprog -e -f nRF91...
Hi!
I was wondering about the Receiver Category of the nRF52840 according to EN 300 328. The device should be classified as a category 1, 2 or 3 receiver, based on the...
Hello,
I recently bought a nRF9160 DK version 0.9.0, I did a few software experimentations on it and now I would like to restore the certificates properly.
I followed...