Hi,
I want to develop a new project without using NCS way. For this project, I didn't use the Kconfig and deviceTree.
The hardware I use is NRF54L15-DK.
My purpose is...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi all,
Does anyone know how much current is meant to be drawn to discover nearby devices? I guess, in other words, how much current is drawn to put the nRF51822 in discovery...
Hi Sir,
I have a NRF 51822 board & MPU 9250 sensor.
I want to read YAW,PITCH,ROLL,ACC_X,ACC_Y,ACC_Z,GX,GY,GZ,MX,MY,MZ values from MPU Sensor.
Could you please share...
Hi All,
Continuing on with my project: a custom board containing nRF52 + ECG front end.
Successfully integrates SPI functionality; need 2 more interfaces:
32...
Previously you recommended using S132 v4.0.0 2. alpha release to get more than 8 central connections. As far as I know this revision doesn't implement Bluetooth 5.0 protocol...
Hi,
I have written a code which transmits data over BLE.
The board was getting reset.
What we changed is instead of sending application data we sent the RESETREAS register...
Hi,
I'm trying to change the MAC address of nrf52, using softdevice s132_nrf52_3.1.0 but we dont have sd_ble_gap_address_get() and sd_ble_gap_address_set() APIs in "ble_gap...
We are having a random current leakage problem with our nRF51822 based board. Normally, our board and the application consumes around 10 uA of current. However, too often...
For example, I have the following code:
bool interruptFlag;
void interruptHanler(void)
{
interruptFlag = true;
}
void main(void)
{
while (true)
{
if (interruptFlag...
Hi
Has anyone been able to write to the UICR NFCPINS register?
I am using the following code and it i get a cpu reset
/*=============================================...
I am facing problem to connect my computer with another devices. when i am trying to connect it with another devices, it not show on another devices. So please help me to...
Hi, Nordic
When I use nrfutil dfu ble, it shows:
File "D:\Program Files\Python27\lib\site-packages\nordicsemi\dfu\dfu_transport_ble.py", line 226, in open
target_device_addr...
Documentation specifies levels of security mode 1, and first level means that connection is without any encryption. But how it is possible? Every connection starts with pairing...
Hi,
I have modified my files as mentioned here . When I upload the package, the template device show and I am able to connect. But when I subscribe to the notification...