I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
The nRF51822 softdevice is generating the following disconnection event:
11:20:09.363365 : BLE_GAP_EVT_DISCONNECTED c=x05dd
11:20:09.365011 : reason = x002a
11:20:09...
The Health Device Profile is continua compliant. Are BLE health related profiles like Heart rate profile, thermometer profile continua compliant as well? Do these profiles...
Hello, I was wondering what the proper process is to set the measured RSSI values at 1 meter is. RSSI at 1 meter is a part of the iBeacon standard, and is also useful for...
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...