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,
1. Can nRF9160 equipment automatically identify the following two networks?
2.CAT-NB1/NB2
3.CAT-M1
4. Automatically identifies the NB network when inserting a...
Hi,
I have a weird issue occuring when trying to connect to my MQTT server.
If i run the code on a NRF9160 DK i can connect perfectly fine to my MQTT server calling...
Hi all,
In the nRF9160 https_Client sample, I was able to connect to the server by provisioning a server-matched root certificate to the nRF9160.
Can I connect to an...
I've been playing around with the v1.9.1\zephyr\samples\boards\nrf\system_off\ example code, as I want to implement something similar in my own code. But I want to be able...
Hi
I would like to change my coded PHY layer 1MBps to 2Mbps.
For that, i just change the params BLE_GAP_PHY_1MBPS to BLE_GAP_PHY_2MBPS in my code.
But now the function...
Hi,
We are battling to get to the advertised low power values as described here:
https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/hardware-design/posts/measuring...
Hi
I'm trying to create a central device to connect with a series of different peripheral devices. All the peripheral devices can be discovered during the scanning. However...
Hello!
I am working on a FOTA solution for the nRF52DK, I have followed this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
Hi,
I have previously compiled the zigbee command_line_agent for the PCA10059 which I use for testing.
It worked when uploaded so I have one working PCA10059.
Recently...
Hi,
I have a problem getting interrupts by the rtc component working. I am using the nrf58211 chip, nRF Connect SDK v. 1.9, uBlox BMD360-eval development board.
My code...
I have Windows 7 pc on which PCA10040 DK is used to test UUT.
- Devkit frequently gets corrupted for unknown reason.
-It has custom Firmware which is validated to be working...
I learned today that the ALIGN_NUM macro doesn't work as expected if the data type passed is not unsigned int type. I find that using int32_t or uint8_t with ALIGN_NUM produces...
I'm using nRF Connect for Mobile on my Android smartphone (HTC U11, Android 9) for over a year now
It was working well so far last year, then I paused for a few weeks and...
Is a bootloader required to flash code to the nRF-52832?
I built a custom board with a blank nRF52832-QFAB-R. I'm able to run through the tests on the Segger J-Flash V7...
Hi
I am working with an nRF52DK board that is successfully communicating with Nordic's nRF Toolbox app via BLE UART.
I would like to be able to modify the app as I modify...