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...
Currently, I am following guide of zephyr sample: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html But when...
Hi
we are developing a successor for one of our products based on the nRF9160. One important feature is the debug UART. There are 2 ways to connect to this UART. Either...
Hello,
We have a software running on the nRF52832 which was developed with the nRF5 SDK. It contains a bootloader, S132 softdevice and our custom application.
The bootloader...
Hello,
When looking at the datasheet, we see that the modem power consumption can be really high in high power tx scenarios, 23dBm for example the modem consumes almost...
Hi,
I am looking to perform programming on a nRF52832 on a custom PCB. So far I am planning to use an SWD connection with my nRF52DK to upload my application.
1. I was...
Hi,
I'm looking for some documentation for both projects. While there inline documentation and example projects are existing, I couldn't find any javadoc (or similar,...
Hi,
I want to use two SPI instances (0 and 1) in my project. I am able to modify the example SPI project to use 2 SPI instances as in the code below and setting #define...
I'm trying to get the ADC running on an nrf51DK, however whatever configuration I use it always outputs a value equivalent to ~0.6v input. I've tried with the basic ADC example...
I bought a product with NRF52840 as MCU. Now I want to communicate with other devices over RS485. So I had to make some changes. I have the following questions and hope to...
i try to build simple hello world program in c++. it successfully compile just yesterday, but somehow it fail to compile now. on the log it seem to use /usr/bin/c++ to compile...
The following code snippets produces Error code 0x0005 when trying to update a characteristic value via custom characteristic programming nd connected to nRFConnect app: ...
The nRF52833 datasheet lists a number of pads as "N.C." however I could not find anything in the datasheet about what to do with these pads. Is it safe to route traces over...
hi
I would like to use BLE Mesh to control my products. I would like to build a mesh network in advance, install a provisioner and automatically provision the nodes when...
I'm working with a lwm2m client using t he LwM2M client utils library to connect with a lwm2m leshan server.
Everything works great with LIFETIME = 30sec (default setting...
Hi:
There are two BLE architecture can be used on the nRF5340:
Split the Bluetooth LE Controller and the host part of the Bluetooth LE stack and run them on different...