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...
nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
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...
I install
gcc-arm-none-eabi-4_9-2015q3-20150921-win32
make-3.81
coreutils-5.3.0
and setup the PATH in windows
then i enter CMD mode make some command to...
I am using the LFCLK RC oscillator, 8000ms calibration interval.
Is it possible to read from some register the resulting calibration value for the LFCLK RC oscillator?
Now I work on designing a product, which is implemented by sending LMP commands to a bluetooth device with nrf51822. Unfortunately, nrf51822 liberary could not provide the...
Hello,
measuring ADC signal on P0.26/AIN0/XL2 and P0.27/AIN1/XL1 doesn't work (I get constant value from the ADC not reflecting actual voltage on the pin). AIN2 - AIN7 seem...
I need to send a disconnect command from the app layer. I've seen a few other posts that say to use uint32_t sd_ble_gap_disconnect. One post had this line of code as an answer...
I am using the RBC mesh in a networking product using the nRF51422. We would like to turn the mesh on and off at selected times, say once per hour for a minute or two. I know...
Hey,
I have been trying to set up wdt for my application which services some interrupts once in a while and advertises continuously. I put the nrf to sleep using sd_app_evt_wait...
Hello,
I'm trying to read voltage signals from a sensor using internal ADC and send them OTA. For now, my codes seems to work, but the only problem with my codes is it...
I'm connecting my nrf51 with my phone and when I move far from the microcontroller (long distance) the connection is lost
what's the function witch rise this error and what...
the code of 51822 PAN 73# must be added in SDK 6.0?
/* Add workaround when starting timer2 */
*(uint32_t )0x4000AC0C = 1; //for Timer 2
NRF_TIMER2->TASKS_START = 1;
/...
hello there i want to interface nrf51 dk with ds3234 using spi. i see spi master example. how to assign SPI I/O pins. can you tell me how to do it?? i find SPIMO_SCK_PIN....
Hello,
I am trying to work with the nrf51sdkv10 and trying to install arm-gnu-gcc toolchain on my MAC-OSx (El-Capitan). I downloaded the 4.9.3 version and installed in the...