Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
I am PHD student in china and doing research about gait retraining. I am designing wearable sensor that monitoring gait and giving vibration feedback to retrain the gait and...
I've implemented my DFU app on Android(4.3). During the test, I found a strange problem, that the performance of writing image data into swap area is very very slow. My Softdevice...
Hi
I thought: let us quickly migrate to the latest SDK.
But that seems to be harder than anticipated.
I run into a number issues when compiling with the new code:
...
Dear Nordic developers,
I'm trying radio reciever example. I want to stay 7 ms in listening mode, if there is no event turn off the radio. For that I'm using timer interrupt...
When connect to iphone4s, whitelist.irk will be generate,and whitelist.irk_count will be add 1
After that connect to Nexus 7 II bouth irk and addr will be generate,and...
Hello all,
I've had problems for several weeks with RF24 Library (enhanced fork). I use different Arduino and NRF24l01+. I know very well different documentation, and I...
use s130-0.5.0
A1 connect B1 with BLE_GAP_ADV_TYPE_ADV_DIRECT_IND, after this, A1 is slave, B1 is master,A1 can't send any type advertisement
use s130-1.0.0
A1...
Good afternoon,
I have developed a custom board based on nRF51822 device and SD-110-v8. For debugging I have been usign the Ulink2 tool with Keil. Now, I want to implement...
This is not working for me. My goal is to use printf() in my code. I follow the steps outlined in this link
..including calling initialise_monitor_handles(); before calling...
I was able to measure current with the test probes I have. However, I really liked the idea of test probes that were like the ones in the drawing below. I have not seen test...
I am using the PWM library in this repository for a nRF51822. I write the following code to generate a ~ 30% dutycycle 500 kHz PWM output:
#define V_CLK 5
static void...
Hello,
I am using Timer_2 with two CC registers configured, 2 PPI channels (one for each CC register in the timer), and one GPTIO_TE to make a PWM to control dimming on...
hi,
my nrf51822dk was downloaded s110 hrs demo,and it was advertising,i used a ble sniffer dongle to get the advertising data.the AdvData is "0B 09 4E 6F 72 64 69 63 5F 48...
Why is it a standard in nordic-supplied code to initialize structs with memset like so? An example would be:
ble_gatts_char_md_t char_md;
memset(&char_md, 0, sizeof(char_md...