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...
I am following along this example on your website: Exercise 1 - Nordic Developer Academy , and currently trying to complete this excercise: Exercise 1 - Nordic Developer Academy...
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...
Good Afternoon,
I am working on getting the npm1300 up and running on my custom board. I have a 1v8 line and a 3v2 line with the load switches being used as LDOs. I am using...
Hello, I am using RedBear Lab Ble shield v2.0 having nRf8001, with Arduino Uno as peripheral and sending data to my mobile.
But now my application needs to receive data from...
Hello,
I would like to ask you guys whether it is possible that one Bluetooth master device (smartphone) can control and collect data from two Bluetooth slave device (some...
Hello all
I'm struggling with link errors, "undefined referencce atan2" as well as all math library.
I still dont know why it is occurred these errors.
I configured the...
Hi,
I'm trying to move my code from Red Bear BLE shield with Arduino to nRF51 dongle.
Is there any possible method?
(ex. share the same library or SDK helping)
I just read the S13x migration guide .. have some work to do :(. I'll have to read it a few more times to get my head around the bandwidth configuration but it looks super...
Hello, I started with NRF24L01 + Arduino and that works fine for me. Then I saw the nrf24LE1 and I thought that would be smaller and cheaper. I ordered the NRF24LE1 development...
Hello Everyone,
I was taking a look at the PCB in Ditto . It uses an nRF51822 and supports firmware updates from their app which means they put a bootloader on it.
I've...
hello guys,
I'm working in a project & I'm debugging using nrf15822a development kit, I want to implement the DFU & security feature to have a secured link and to be able...
Hi guys..
I try to figure out how to connect nrf 51df , raspberry pi (ble enabled router), COAP client which is on the external network. Trying to figure out it, I found...
I noticed the following compile time issue in the SDK - both 10 and 11:
The file ./examples/ble_central/ble_app_hrs_c/main.c
needs:
#include "app_uart.h"
For...
Hi,
Could anyone give some advice how can I let 51822 works in RFID mode.
Can RFID work together with BLE? Or is there anoter HAL support like Softdevice? Where can...