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...
I'm using the nRF52805 BLE function to send senor data to my phone (Android). In nRF Connect App, the data updates at a quick speed, which is expected (see image 1). I would...
Using Keil uVision 5.33 together with Nordic SDK 14.1.0
I'm not able to compile+link the example "ble_peripheral \ ble_app_hids_keyboard" because the code exceeds 32 kBytes...
Hi,
I using the radio test on the nrf52840 for RF verification, but now we want to reduce the latency from 8ms to 1ms.
Is the radio test project can modify the latency...
I have Raspbery pi flashed with nordic alpha 4.1.0.1 image + nrf52840 dongle in NCP design .
As an end device I have EFR32 MG12 WSTK flashed with OT-CLI-FTD code and connected...
We are using Zephyr RTOS running on a nRF9160 MCU. One requirement of our project is to run a local HTTPS webserver on the target. Our investigation showed that the recommended...
Hello,
Now, the ROHS and Halogen free report of nrf52832-qfaa is out of data when downloaded from the infocenter.Our customers request to provide the unexpired versions...
Hello All,
I am new too BLE so sorry in advance for this generic question. I am trying too get Temperature data from sensor while in connection state(Phone connected). Also...
Hi All!!!
I develop combine (NUS) & (NUS_c multilink) device
nrf_ble_gatt: sd_ble_gatts_exchange_mtu_reply() returned NRF_ERROR_INVALID_STATE
What is this and how...
Hi, I am working with nrf9160 using Segger Embedded Studio and J-Link. I could build the code but not able to download the application.
I am getting error as CPU is not...
Hi ,
i have programmed my NRF51 sniffer dongle (PCA10031) using nrf programming app and I could see something like this in below pic. Is it expected output in the programmer...
Hi,
this at-command provides the cell ID of the connected cell, but only physical cell ID for neighboring cells. Is the cell ID of neighboring cells limited by the LTE protocol...
Hello all,
I want to build a two-directional communication chain with several nrf5340-boards. Therefore, every board needs to be able to receive, to analyse and to send...
I am trying to make a function execute every 1 second using the provided example on the zephyr documentation, but i am getting the following error: "expected declaration specifiers...
Dear Sir/Madam
I used sample project uart_pac10040 loopback. It works with not define ENABLE_LOOPBACK_TEST. However, if define ENABLE_LOOPBACK_TEST, and wire the pin RX_PIN_NUMBER...
Hi,
I am trying to add an IPv4 HTTP client post-action into the asset tracker v1 app, I have a couple of questions.
I am looking at the http_client and DHCP client samples...