Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hi!
I have 2 nRF52 custom designed PCB. Is it possible to develop android app that connect both nRF52 PCB at the same time and receive the data from them at the same time...
I keep having problems like frequent disconnects (reason 0x08 = BLE_HCI_CONNECTION_TIMEOUT) and NRF_FAULT_ID_SD_ASSERT on my NRF52832 (tested with S132 v3.1.0 and V5.0.0-alpha1...
In the API file nrf_drv_twis.h for the nRF SDK, the definition of NRF_DRV_TWIS_DEFAULT_CONFIG looks interesting. The definitions for SCL and SDA pins are both set to the same...
Hello,
Is it possible to have 170 characters long device name somehow to the nRF52832 so that standard Android phones are able to see it without any pairing or any other...
In ANCS example (SDK 11.0.0)
I thought keys list distributed should be the same naturally until I see the code below.
ret_code_t dm_register( dm_application_instance_t...
I saw following code configuring about permission of charateristic value R/W.
it's in uart example of SDK 11.0.0.
static uint32_t tx_char_add (ble_nus_t * p_nus, const...
Hello
could anyone help me how to setup pipes for my characteristic, i need to recieve/transmit data to UUID of my characteristic, and recieve/trasmit to ClientcharacteristicConfiguration...
I have a ADC interrupt that occurs every 17ms and which copies the samples into a global static array, after which GivesFromISR to a binary semaphore so that the samples may...
please anyone answer for how to configure the digital input to make active the digital output in nrf52832? if give example program means it is much better
Hey!
I am working on NRF51822-QFAC, with the help of SDK 12.2 with the aim of scanning my bluetooth speakers and mobile phone.
For the same, I have loaded the project...
I want to change rx to tx mode and back after recertion my master NRF24l01 packet on NRF52 with esb, how to do it?
I tried this but it doesnt works:
void nrf_esb_event_handler...
Hello,
I am using nrf51822 and supply is provided through rechargeable battery. Please review my schematic and suggest changes if there is any.
Thanks,
Shailav
I used the following code to verify the working of the clock (at P04) of nRF24le1.
I used a 4.7K pull up resistor with a VDD of 3.3V, which was output from the nRF.
Note...