Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have the following code
// bondmngr code comes here for now
ble_bondmngr_init_t bondInitData;
bondInitData.flash_page_num_bond = FLASH_PAGE_BOND;
bondInitData.flash_page_num_sys_attr...
I want to save data sent by the Nordic UART/Serial Port Emulation over BLE to the phone.
Can the Nordic UART app save received UART data sent over BLE to the phone?
I've tried adding in the examples (heart rate by example) the:
sd_app_evt_wait();
(including #include "nrf_soc.h" and #include "nrf_sdm.h")
Disabling led, etc. And...
I am running into some symptoms here that I'm not understanding.
My peripheral is an nRF51822 using the S110 softdevice. It implements a service which sends out notifications...
How can I view the private messages I have received using this devzone forum? I cannot find the inbox anywhere.
I have received a email saying I have received a private...
hello everyone.. i want to add push button function in my nRF program code. however it still did not work. i have tried everything i could but the LED on push button function...
NRF24L01+ paired to Arduino (2 units)
Using Mirf sample code for server & client
App worked initially but stopped after some tweaking of code. Uploaded original versions...
I have two custom boards with nrf51822 QFAAG0 1348AC chip. I use 16 MHz crystal. Bluetooth functionality is working fine but SPI does not work. SPI pins are P0.00 ( MISO ...
Hello,
I'm trying to get the random number generator working while using the S210 SoftDevice. Following the rng example, I've gotten it to work without the SoftDevice,...
i want to use NRF24L01( RF) to control eddie robot control board by personal NB.
Does it gonna Compatibility NRF24L01 with eddie robot control board?
Eddie Control Board...
Dear Nordic,
we are working on the developement of a new product based on the nrf8002.
We are on the reflexion of the test plan of the product, and i have some questions...
Hello all,
I'd like to use the NRF24L01(+) for home automation of my house,
but instead of spending time making my lighting system, switches etc. working with the NRF24L01...
I used nRF Uart app connect with my device, after connection, i don't send & receive data, when after 5 minutes will be disconnected.
Is Android system default setting...
Hi,
I would like to delete a single bonded central from the bonded centrals database.
I'm looking at the documentation for the function
ble_bondmngr_bonded_central_delete...