Hi,
I want to develop a new project without using NCS way. For this project, I didn't use the Kconfig and deviceTree.
The hardware I use is NRF54L15-DK.
My purpose is...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
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...