Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello,
I am developing a firmware to count pulses through a GPIO and store the sum of these pulses in a memory until there is pairing with the BLE.
After pairing, the sum...
Hello,
I am developing a firmware to count pulses through a GPIO and store the sum of these pulses in a memory until there is pairing with the BLE. After pairing, the sum...
Hi
At the company I work for (Ztove ApS) we have expanded the capacity of nrfutil (https://github.com/NordicSemiconductor/pc-nrfutil) to include a option for AES (CBC mode...
Hi
In ESB there is the function nrf_esb_suspend(). After calling it, what function do I call to resume ?
Look forward to hearing from you
Regards
Mahendra
Hello!
Related to the addition of new services to the Attributes table, is there a way to check if a certain service UUID has already been added?
This problem arose because...
How do I check what version I have installed?
The 'Getting Started' page states a minimum version of 9 .5. 0:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
So what steps do we need to take to have these two different Python versions both installed & usable at the same time on the same machine?
The ' Installing the toolchain...
I have three PCA10056 development boards and have loaded the BLE mesh light_switch proxy_server onto all of them (SDK v2.2.0) which incorperates soft device S140 V6.0.0
...
Hi all !
I'm struggling to get a frequency jumping protocol up and running and can't figure out how to handle the following situation (please refer to the attached "pseudo...
Let's have light-switch provisioner, server and client.
My question is, how to send a message from a client or a server to the provisioner? In order to send a message, client...
Hi,
As part of my project, I need to use the SD card drivers of the nRF5 SDK and the I2S driver. The issue I am having is the following:
If I use pin 31 as the SCK signal...
Hi
This is a heads up that in SDK15.2.0 and file nrf_esb.c you have the line
m_rx_fifo.p_payload[m_rx_fifo.entry_point]->rssi = NRF_RADIO->RSSISAMPLE;
it should actually...
Hi
My application uses NFC for various reasons, and I need, at runtime to load up to 4 textural NDEF records onto the Nordic NRF 52832's NFC hardware.
If I wanted a simple...
Hey there faced with the following problem:
I have two hardware setups:
1. Laird DEVK-654 (nrf52480) without external oscillator
2. Laird BL654 mounted to a carrier...
I added the Generic OnOff Model from the thingy52-mesh-provisioning-demo to the Light Switch Proxy Client example from the nRF5_SDK_for_Mesh and get a linker error for the...