Hello, please help. I want to use nrf54L15 to connect to Bluetooth devices (Bluetooth headsets or other Bluetooth devices) and test the throughput between them. Is there any...
Hi,
I am getting framing error notifications from the nrfx uarte driver on a zephyr platform when receiving data from a certain external device, but only when there are...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I’m working with a custom board using the nRF54L15 and the latest Nordic SDK, and I’m facing an issue while trying to communicate with an nPM1300 over I2C.
Here...
So I need to decrypt a single 16 byte block of data using AES128 and a pre-shared key on the above SoCs. But PSA doesn't seem to work (I'm currently working using the nRF52DK...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hello,
Can anyone help me figuring out the best possible way to store certain characteristics which I want to never reset values on the events of controller RESET or power...
HI
I want to know the max of number of data package send from phone in one interval?
Now I could only get one package form iphone6 with character of write without respond...
Hi,
What happens if a user initiates DFU but never continues the process of uploading an image, does the device sit in this mode indefinitely long?
How might we implement...
Hi,
We're trying to port and migrate our nRF51 SDK v8 (softdevice s110) codebase to nRF52 SDK v11 (softdevice s132), but we're seeing a crash occur (goes into HardFault...
hello everyone:
I use nordic APPtoolbox to test DFU ,android toolbox can DFU,but ios toolbox can't DFU
1、 i use sdk9.0 dfu project,and sdk9.0 ancs project
2、 blog.chinaunix...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hi,
Where to get Master Control Panel 3.4.0 source code? Our project is related to creating proprietary BLE profile's. We have some idea on how to program a sensor device...
Hi,
on my board I have a nRF51 and a LIS2DH accelerometer. I want to enable an interrupt pin INT1, so if the LIS2DH sends an interrupt event (pin change from high to low...
I am using example->peripheral->uart(KEIL version MDK 5) in SDK11.0 . Because my 52832 board is a new one I made, I changed RX_PIN_NUMBER and TX_PIN_NUMBER to 9 and 8. CTS_PIN...
Hi,I'm using mpu9150 imu sensor with nRF51822 EK kit, i want read that sensor values i.e acceleration, gravity, yaw,pitch,roll values in keil ide ,how i can do that? Can any...
Hi,i'm using the nRF51822 with the IMU 9150 sensor, i'm using the github.com/.../nrf5-mpu-examples git repo for my sensor. while i try to read the values of sensor in Tera...
I am trying to flash TCP-Server example from IOT SDK from Eclipse.
Project builds without errors.
But I am getting this warning message in Eclipse console when I flash to...
s130, nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0.
I want to use the Central Glucose Service, how do i modify the "ble_central/ble_app_hrs_c" example code?
int main(void...