Hi there,
we're currently in the process of changing our hardware to use the nRF54L15. Since all the security regulations are getting stricter and stricter and the support...
we used SDK V2.6.2,
we used external flash for the OTA,
when we do the OTA after the NVS flash is erase so how we can solve this,
we used nvs_storage for this,
EMPTY_0...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
For the Pawr example I refer to E:\NCS\v2.8.0\zephyr\samples\bluetooth\periodic_adv_rsp and periodic_sync_rsp.
I want...
Hello, I have developed a module using 54L15 and am currently measuring its RF performance. On Rohde & Schwarz instruments, I have observed numerous test results regarding...
Hi I'm trying to get more insight about nRF7002 power supply requirements. My last question didn't get a follow up so I guess a block diagram of the internal power arch was...
I'm testing my code based on nrf5SDK v17.0.0 with nrf52832 board.
By nrf connect application,I can see the broadcast packet from my board.It looks something like this. ...
The workaround says:
" Trigger TASKS_PLLSTART before TASKS_XOSTART is triggered and trigger TASKS_PLLSTOP after TASKS_XOSTOP is triggered."
I would like to start HFXO...
How much current can the nrf51822 sink per pin? In the datasheet, I can see that it is at least 5mA. I also see that the chip can drive 3 pins at 5mA, but can it handle more...
Hi
SPI master is 3rd party MCU. SPI slave is nRF51822.
If MCU sends a bunch of data to nRF51822 via SPI, at the same time, BTLE host like celluar phone try to connect...
Hi,
I am using the PCA10001 v1.0 from the development kit and am having trouble measuring the same current as the one from the specification.
I am using the ble_app_proximity...
Hi,
According to nRF51 Series Reference Manual v1.1 , section 10.1.3 there are 3 ways to leave debug interface mode after programming the chip. Assuming that my device...
Hi
i created one timer0 interrupt in ble_app_hrs.
void timer0_init()
{
NRF_TIMER0->TASKS_STOP=0;
NRF_TIMER0->PRESCALER=4;
NRF_TIMER0->BITMODE=3;
NRF_TIMER0->MODE...
I am new to ARM and nRF51822. I am using a development kit with the PCA10000 dongle and the PCA10005 daughter card. I wrote a simple C program (attached) to blink the LEDs...
Well, I'm a little in doubt on whether this is the right place to file a bug in the reference manual. Anyhow, I think it's easier and maybe it will prevent that another guy...
Hello,
I updated the "ble_app_proximity" PCA10001 example for adapting the time constants of my needs.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(3700, UNIT_1_25_MS)...
hi,
In my device(nr51), have multi service and one client.
when i initial the client first ,then to setup service. this follow is O.K.
But, if i initial the service, and...
Keyboard source: Desktop 2 v1.0.5
Dongle source: 1. Desktop 2 v1.0.5 dongle hex; 2. Desktop 1.2.2.293 dongle hex
I found it is very defficult to pair the keyboard with...
Hi,
1. I have some puzzles,please give me some explanations,thank you!
In my design,I use some 51822 devices as tags which can communicate with the host.
The tags can send...
Hi, I want to know what's the differences between the NRF_CLOCK_LFCLKSRC_RC_250_PPM_xxMS_CALIBRATION and NRF_CLOCK_LFCLKSRC_XTAL_xx_PPM where xx means a decimal number.
when...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Hi,
I want the NRF51 to respond to a received packet from a particular device using register TIFS to control the interfame timing.
For TIFS to work I have to set the...