Hello everyone!
I'm designing a flexible PCB and I'm a bit confused with the stack up. I've seen that the nRF52840 development board has an NFC antenna with the following...
Hi:
I use ncs v2.8.0, using external flash(w25q128).
this is test flash project.
And this log:
Device_is_read returns a failure. But flash read/write successful...
Hello,
I wanted to verify if two devices are communicating by using a sniffer.
After running the radio_test example, I set up parameters for each transmitter and receiver...
hello, my code was built under ncs v2.6.0 and tool chain 2.6.0 without issue, I upgrade them to v2.9.0, then I get these errors, can not figure out how to fix them.
could...
Working to comply with EN 300 328 V2.2.2 by reducing Media Utilisation to <10% on my FHSS system. I've been told that over-the-air, the NRF24L01+ actually transmits 9 bits...
hi professor,
I'm using nrf5340 to design project,now I wan to reduce power consumption to uA level.According to https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
hi all
i want to use a chip antenna for nrf52840
but un data sheet there is not any sample layout or component details
for example i want to use this chip antenna
...
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...
Dear Nordic,
is it possible to build a simple data bridge at speed of 115200 and up based on nRF51822 with CTS/RTS support and a fixed pin code for nRF51822 pairing?
I am working on a multi-node network application with multiple transmitters and receivers and I have a question about timing for chips like the nRF24L01+. I would like to...
Hi
In my case i have gpio interrupt for every 25ms. so i change button detection delay t0 10ms.
and i given timeout in all while loops of twi_hw_master.c.
but my...
Hi,
we have nrf51822 custom hardware.
we are flashing application through j-link.
but after every flashing , i need to do switch off and on the device.
then only...