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'm trying to integrate cli_libuarte on project that use FreeRTOS. I'm basing on example form SDK cli_libuarte how ever this does not use RTOS. What I'm facing is...
Hello!
I'm trying to perform DFU over BLE using a nRF52840-Dongle (PCA10059) devkit. I'm getting the following error:
I've tried to add '-cd 5' and '-f' options...
The OPS states the maximum transmitter RF power accuracy to be +/- 4 dB. Does this imply that if the power is set to +4dBm it could vary from 0 dBm to as much as +8 dBm? What...
The documentation is a little unclear. I am using Arduino Nano 33 BLE. Using the analogread() functions of Arduino I get a much worse performance than the nRF is supposed...
My application is composed by three different source code repositories, organized as follows:
+--- app
L---- lib1
| L-- src
| L-- include
L---- lib2
| L-- src...
This is a bug report for the NRF9160 AWS FOTA implementation tested with nrf-sdk at 25c4404f1
My application is based on the asset_tracker_v2 example.
When I initiate...
I am attempting to develop software for a wearable device that hikers/athletes will use in the case of emergency. It will send out an emergency message when a button is pressed...
Hello,
I am trying to use part of the code from this example https://github.com/zephyrproject-rtos/zephyr/blob/master/samples/subsys/nvs
to write to and read from flash...
Hi
I'm trying to use the battery sample to create some code that reads the battery level at boot. However I'm experiencing what I believe to be a race condition
If I run...
Hi Dev team,
I have been working on a Thingy91and I was trying to read out the battery voltage of the device.
I was able to do that through the modem using the MODEM_INFO...
I am trying to send just random dummy data to my android app. First of all, I am not expecting or need the confirmation, so I should be using the notification and not indication...
I have referenced the following document.
https://www.nordicsemi.com/-/media/DocLib/Other/User_Guides/nRFSnifferUGv22.pdf?la=en
I checked the contents up to 2.3.
However...
I have configured nrf9160 dts common file with one SPI3, I2C0, UART1 and UART2. Also i changed chosen section in the dts file to use UART1. When i build and run on nrf9160DK...
Hi, everyone on the community
softdevice: sdk17
I added the BLE_APP_UART peripheral function to the scanning project, but the device is wrong when the phone is connected...