Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
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...
i am using nrf52833 development kit here i am using peripheral template as for coding purpose when i merge temperature sensor(SSTS751) code and W25Qxx code in it then the...
I am trying to build the connectivity hex files on an ubuntu build machine for an nrf52840 dongle so I can communicate with another nrf52840 dev board, I followed the instructions...
Hello, my project has 3 different devices (2 sensor and flash memory) on the same SPI bus all with their own CS. I ran across the following question , which has a response...
Hi ,
My environment :
nrf connect sdk
nrf5340 dk
segger studio IDE
verified method 1:
As per nrf5340 product specification document , we can protect the...
Hello,
I was recently trying out some samples with the nRF9160 DK and I had run into some issues when trying to run the nRF Cloud Client Application .
I had flashed...
Hi,
I'm developing on the nRF52 DK which has the nRF52832 chip.
I have a small vibration motor which I'd like to control on/off through one of the boards GPIO pins. At...
Hi,
I'm trying to modify the light bulb example and turn it into a light switch (not a light switch that controls another bulb in the network), but I'm quite new on the...
Hi,
I've noticed that there was an issue with ble_nus in SDK 15.3 - detailed in this post .
I'm using SDK 17, and in my application, I don't check data_handler != NULL...
Hi. I am using nrf52840 with Softdevice 16.0.0.
I set the maximum size to 247 bytes. But I probably only need 68 bytes per packet.
Should I reduce my MTU size to 71 or...
Hi everybody!
I'm currently working on some firmware updates for a motion sensor. The code was originally developed with SDK15.0. The setup is as following:
NRF52840...
Hi,
I was trying with the aws_fota sample, I follow the instruction here and download the app_update.bin with no problem. After it shows completed in 100%, device reboot...
Hi,
I am measuring the time taken between an ANT application sending a message, and a receiving ANT application generating an EVENT_RX. This time is being measured using...
Hi,
my environment:
nrf5340 dk
nrf connect sdk - 1.5.0 version
segger studio IDE
we need a provisioner to add node into the BLE mesh. As per my knowledge, we...