Hi, We are using nrf Connect SDK 2.4.0 and have been looking through the NIST vulnerabilities databases. One of the vulnerabilities reported with the nrf5340 is a denial of...
Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
We've got a sensor board with an nrf9160 on it, that sleeps lots of the time and periodically wakes up to take sensor readings or send them up to the cloud.
Some of the...
Hi, I am using nrf52840 , nrf connect sdk 2.6.0 I am using spi_transceive() to send and receive the data from sensor I read in Nordic Academy nrf connect sdk intermediate...
I hope this message finds you well.
I am currently working on a project using the nRF9151-DK Evaluation Board and have been testing GNSS functionality in various environments...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
Using VS Code and latest version of SDK and toolchains. I have created some custom board definitions and placed them in a seperate directory. The directory is registered in...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
My application seems to be running out of memory, now I received NRF_ERROR_NO_MEM from sd_ble_gap_ppcsp_set. I don't understand why this has started since I don't think i...
Im using custom board with nRF8001. I'm using Hello World example from GitHub.
The nrf chip revision is C not D. When I connect the board to Arduino Leonardo the device start...
Hi
I ran the example " ble_app_hrs ". the consumption is 1.5mA, when I hold SWCLK and nRESET low,the consumption is fall to 0.9mA. how I could reduce the consumpion??
I can input "hello" in win8.1 with button 0
==
before text in iphone5
I change
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(16, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...
Hello,
I am searching for an exampleproject to learn how to connect to motherboards (or an evaluation board)
over bluetooth:
I try to send data from on chip (nrf51822...
It seems that is not possible to rewrite data on a block ?
I want to persist some data. The first time (after erasing all the flash memory) I store a data on a block, it...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hi all,
I noticed that there are some instructions for testing keyboard on win8.1 or USB dongle.
Can I test it on my iPhone5s which is iOS7.0.4 now?
Regards,
Aaro...
when I use nRF51822 ESB Protocol,I set retransmit delay = 600us,anything else is working
good,communication is very well,but the minimal Tx period is 1.2ms,not 600us,why...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
I want to generate a pulse signal with PPI, timer2 and gpiote. But it doesn't work. Anything wrong with my code?
void init_timer1()
{
NRF_TIMER1->PRESCALER = 1;
NRF_TIMER1...
I'm working on a product that integrates an nrF51822 talking over SPI to an external display. The display protocol involves a series of alternating 10 us sleeps and SPI sends...