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'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...
Hi,
We have experienced some unknown resets in our devices specifically when woken up after being in storage for a prolonged period in ULP mode - about a year or so. Afterwards...
I want to make a PCB with the nRF51422 chip on it. Is there a way of programming it externally using the nRF51-DK? If so, what connections do I need between the PCB and the...
Hi all,
I am finding that the RTT Viewer is very unreliable at changing colour when sent commands from two different nRF52-DK boards. The text is coming out correctly,...
I'm trying to generate pulse oximetry service (PLX) with Bt. Dev. Stud. and NRF5 plugin. PLX Spot-check meas. and PLX featurees characteristics are generated pretty well and...
Greetings,
We've got a product which has a NRF51 device on it, which has since updated the design to NRF52. Both variants have a DFU feature.
For the NRF52 I can positively...
Hello, I'm using nRF51822-mKIT for a research.
I recently posted a question related to "reading ADC value from analog input", having issues with reading proper ADC value...
Hardware: nrf52 DK
Software: SDK v13
I want to use SAADC to sample some analog data (main function of my device), but It seems to be noisy. In attachment spreadsheet with...
When P0.15 is held high, the nrf_cli fails to talk to my computer via serial.
Lowering P0.15 allows all buffered bytes to be sent to my terminal.
Oddly, Pin 15 is not...
Dear Nordic:
I want to build project only using command line tools. So I refer link text to study solution.
I do step by step according to the tutorial .But when I use ...
#define BLE_UUID_OUR_SERVICE 0xABCD // Just a random, but recognizable value
typedef struct
{
uint16_t service_handle; /**< Handle of Our Service (as provided by the...
can anybodulow cost BLE module which can support MESH network with UART port and less power consumption on all modes compared to other brands.
Product/Application: Building...
#define BLE_UUID_OUR_SERVICE 0xABCD // Just a random, but recognizable value
typedef struct
{
uint16_t service_handle; /**< Handle of Our Service (as provided by the...
Is the t2t_lib/t4t_lib source available?
I'm referring to the following binary files:
sdk/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a
sdk/components/nfc/t4t_lib/nfc_t4t_lib_gcc...
i faced with a problem :
i created a private key
then make public key from private key
insert my public key in dfu_public_key.c
build bootloader_secure(debug...