Hi there,
I am using an NRF54L15 custom board and am trying to set up a functionality using DPPI + PPIB. using a single in (1 event) and single out (1 task). I have two...
Hi,
I'm trying to get the debugger to work on my target board. I created the attached simple program to eliminate complexity.
The debugger starts, but it starts running...
Working on the nRF52833DK board and based off the nrfx_spim_spis advanced non-blocking example sample. I've already converted the SPI master to use the Zephyr driver instead...
Hi.
After 3 days I've finally got littleFS working on a custom nRF52840 board. I am using nRF connect SDK v2.9.0 which includes Zephyr v3.7.99 with some additional Nordic...
Hello, I hope you are well.
I created a new driver for an i2c accelerometer with 2 gpio interrupts, but it does not build properly. When calling `static const struct device...
Hello everyone,
I'm working in a ble project that use uart interface. When I sent string data in nrf connect app, the uart_event_handle is not called.
I started my project...
Hello, I am working with a nRF54L15 and using a TF-M build (cpuapp_ns). SDK and toolchain are currently v3.0.2. NRF_SECURTY is enabled (by default) and here's the relevant...
Hello! Developer,
Does anyone know how to transfer and store the value as big endian on memory address on nRF51 and send it over BLE to display value on MCP as big endian...
Hello!
I'm trying to get the 16 bit ADC value as 2 of 8 bit array from nRF51 development kit over bluetooth to MCP, but when it displays on the MCP the value is "swap"...
Is it a good idea to use nRF51 standalone as an Application Processor and also as BLE connectivity chip?
OR
Is it a good practice to use a separate Application Processor...
I have a question on - to me - seemingly weird behavior about copying data out of the event from the soft device.
Situation: I have a 32 bit integer characteristic which...
Hey all!
Newbie here. I developed and tested some code on an NRF51DK easily enough using mbed, and now I'm trying to put it onto a PTR5518 module from Xuntong (which I...
Could you rub my nose in Bluetooth SIG Core or just explain what does chip do when switching to very noisy channel? For example Wi-Fi working very close to our device.
Hello:
I have read the documentation but I cannot determine if INPTR and OUTPTR can be set to the same memory address? I will try it to see what happens but it would be...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi,
Everyone,
I found out on that ble_app_power_profiling application is developed for Lower power current consumption....as It keeps system in the system_off_mode until...
Hi,
I am trying to measure and minimize current consumption .....
Following previous question on this forum,I found way to measure current on NRF51 DK by cutting SB9....
Hello Everyone..
i am new to nrf52 and this community.
i am using nrf52 and android master control pannel.
in my code i define my custom uuid base to ..
//430Cxxxx...
Hi, I'm looking for an easy way to use the UART in blocking mode (or something similiar) with a receive buffer that is filled in background:
If possible using EasyDMA...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi everybody
I am making a custom board which using ANCS (nrf51 sdk 9.0.0, softdevice 110 ver8.0.0). I saw on the original code have button_led_init() function to initiate...
hello,
I've encountered a problem with our own nrf51822 circuit not advertising.
Our circuit is exactly the same as what is given as the reference circuitry on the datasheet...