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...
Hello,
I am using LwM2M library in my project and I want to check what version I am using of LwM2M carrier library. Please correct me if I am wrong, is according to below...
I am creating software for a proof-of-concept device using the nRF52840 Dev Kit and nRF Connect for VS Code.
I started a few weeks ago with the Nordic UART Service code...
With Zephyr, I am using BLE Stack sample (rpc-host) on net core and peripheral_uart on app core. I changed the uart pins on from the standard dvk configuration on devicetree...
Hi
I was wondering why there there seems to be no information about profiling of the LC3 codec by T2.
Only information I found is from Karl's answer here :
The rule...
Hi~ I have a new NRF52832 REV3 xxAA board, and I need to read its SRAM value. However, when I use the JLink command to read it, I get 0. I have tried recover and eraseall...
I have the occasional issue where connecting VDD to VTG either on P20 or shorting SB24 will cause the nRF9160 DK to brown out. This happens when an external device to be programmed...
Good day everyone
I'm attempting to build a temperature sensor on i2c am running into this error. Currently using a custom board. I see that the issue was previously mentioned...
Hello,
I was working on DFU where i am stuck in a problem when i update the code via Seggar UI--> Build--> build and run, here everything works fine that is i can see the...
Hi,
When using USB to upgrade, it is necessary to use NRFUtil tool to transfer the upgrade package, may I ask what download protocol it includes? Our requirement is to make...
Setup, Windows 10 PC, nRF Connect for Desktop 3.12.0, BLE App v4.0.0 The windows nRF Connect for Desktop BLE Application on Windows 10 no longer works properly. I've managed...
Hello,
I would be interested in knowing if there is a plan to develop Linux kernel drivers for the nRF7002.
If yes, when would that be and would there be any requirements...
I'm trying to do something extremely simple but can't get it to work. Through the dev academy, I successfully loaded up and executed exercise 1. However, when I then try to...
Hi everybody, Question: Is there a way to set the external library from within the my_project.code-wokspace with vscode? Similar to what is possible with the workspace feature...
Hi,
I'm testing the Matter cluster Scenes in order to develop a device that implements it correctly.
I have this setup:
- One nrf52840dk flashed with the light_bulb...