I am using ncs2.9.1.
I am currently testing Bluetooth mesh dfu using 54l15dk. Now I want to put the firmware that is ready for updating into the external flash of the distributor...
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...
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...
Hello,
I have configured a 1 ms timer (Timer 2) interrupt. I am just updating some static variables for reference in the 1 ms interrupt. Everything seems to be working...
Hello, I am designing a PCB with nRF51822 and I would like to know which is the best option to add battery charging to my PCB.
I think the most common options are these...
Dear All,
uVision debugger seems to execute code randomly. Picture shows stepping through the code. Codeline marking in grey also seems odd.
I would have expected to...
Hi,
I suffer from the phenomenon which can't sometimes maintain communication between the 32.8ms at Gazell communication at present.
When not writing in SoftDevice, this...
Hi,
I am using " BLE-Gateway " example from nRF51-ble-bcast-mesh to advertise my custom "Manufacturer Data" from 1 nRF51422 device to another nRF51422.
I've made the...
I have been able to implement the PER test (on nRF51822) using the direct_test_mode_s110 and code based off the example python code from the nAN34 zip file. I adjusted to...
Hi,
I want write a demon running on linux to control the 51822 dongle to connect or disconnect with mobile phones.
Now I have one idea, which is using string as command...
Hello,
I need to send packets that are larger than 20 bytes to once characteristic with a variable length. When I set the variable length to 100 bytes, the Attribute table...
NRF51822 supply voltage is 3V battery. When I design principle diagram, I have a question.
Both AVDD and VCC_nRF are connect with the battery's positive?
While trying to get the SDK's bootloader working with gcc, I have to replace some ARMCC-speific code found in bootloader_util_arm.c:
__asm void StartApplication(uint32_t...
I am using the nRF51-DK and have Timer1 setup as follows:
void start_timer(void)
{
NRF_TIMER1->MODE = TIMER_MODE_MODE_Timer;
NRF_TIMER1->TASKS_CLEAR = 1;
NRF_TIMER1...
Hi Guys,
I am currently using the ble driver for windows (Python) to get notifications from two Gatt services (Same Service/charac/descriptors/etc basically same application...
I've just trying to get SPI working, everything is compiling OK but when initialising the SPI, when the line below is hit,
/* Clear waiting interrupts and events */
p_spi_instance...