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...
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'm using the following:
nRF Connect for Desktop v.3.12.0, nRF Connect for Desktop Programmer v. 3.0.4, jLinkARM.dll version: 7.64e, Ubuntu 22.04.1 LTS
I'm trying to program...
Hi,
I am stuck with this project, I am trying to create a touch LED PCB design. Its a smart LED controllable through mobile. I am using NRF52832. Now I want to create its...
Hi
Develop environment Win10 .Net4.7.2, Chip is 52832 . BluetoothLE already connected, but I can not find custom Characteristic by BLEGattService.GetCharacteristicsForUuidAsync...
Hello,
I have an application that I receive data over the UART. The data being received can be of different lengths e.g. 12 bytes up to a maximum of 256 bytes. I want...
Hello,
I only want to know if it is possible to enable and configure the Server Name Indication (SNI) for DTLS on BSD sockets and CONFIG_NET_SOCKETS_OFFLOAD=y (not using...
Guys,
I am able to successfully build zephyr/samples/hci_usb for nRF52840 USB Dongle, but the same sample code fails while trying to build for nRF9160-DK
Works as expected...
Hi! I'm working on a mobile application that interacts with an NRF52 device. We'd like to be able to programmatically reset a device stuck in DFU mode so that it tries to...
Hi,
I have never used Nordic devices before so apologies if these questions are answered well somewhere, I just can't find the best article anywhere.
The project I am...
Hi, I have built a BLE-enabled sensor that is capable of measuring the air flow and volume passing through a pipe. A new sample is generated every 10 ms.
In the language...
Hi,
I am currently developing a project using ultrasonic sensor for measuring level. So I was migrating library from development kit to nrf sdk code. I am using Keil uVision...
I am trying to interface winbond flash with the 33 board using ncs and VS code , I am able to get the code to compile and not receiving any errors , it is working and no matter...
I'm trying to use `bt_hci_register_vnd_evt_cb' to register a call back to process vendor specific hci events.
below is my prj.conf
my callback function for testing...
Hello, Everyone. Now I am trying to develop a BLE mesh firmware using my customized nRF52832 board. I followed this tutorial https://youtu.be/ufjv2NaLfN8?t=1745 But I can...
Dear Community,
Why is the nRF Connec SDK is mixing up path separators '\'and '/' when building under MS Windows 10
with nRF Connect Desktop 3.12.0 / toolchain manager...