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...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi y'all
after having successfully created my own service, similar to the Uart service, I'm now trying to implement security.
As far as I understood, best practice is...
Hi.
I loaded the ble app uart demo and added some bits of code to read some i2c sensors.
I also added a buzzer which buzzes on powerup (simple for loop).
I would leave...
I'd like to (re)set my characteristic's value to Zero. (after my services and characteristics are set)
I tried to search methods that can set value of characteristic when...
Hello,
is it possible to use the RSSI value of the NRF51822 for collision avoidance?
How long does an RSSI measurement take?
I'm trying to implement a discovery protocol...
Hi all! I used PWM module of nRF52832 to create the PWM but i don't know how to update new value to duty_cycle. This is my code. I used Button (Pin 13) to set a new DUTY_CYCLE...
I am trying to set custom value to advertising address. The code snippet is below. I am getting error code 0x10.
static ble_gap_addr_t * p_addr;
uint8_t itr_i;
p_addr...
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
We have a BLE application where we need hopping through nodes. I have shown below how it looks like. We don't want mesh network because we don't require node to node communication...
i use nrf52_DK to debug PDM with a digital MIC, and select the P0.09 for the PDM clk, but i have not see any clock signal output, is it right? and i also haven't see the convet...
Say I have 3 records, then I delete them and collect the garbage. If I try to save a new record again, it will be saved with a record ID 4 , but it should be back to 1 after...
I want to use the development kit for Bluetooth 5.0 IoT product development.
Is there already a bluetooth mesh software available for the nRF52840 development kit?
Or...
I am working on time synchronizations between different nodes in a mesh network. I have earlier worked on the radio and the ppi examples given. I wish to generate time stamps...
Hi
I would like to prepare a provisioning hex file for my firmware.
Can somebody supply an example how this could be made?
I'm using gcc toolchain, Eclipse and SDK...