Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
I have two STM8s105 MCUs and two NRF24L01+ modules. Set one as transmitter:
CONFIG: 0x3A
EN_AA: 0x00
EN_RXADDR: 0x03
SETUP_AW: 0x03
SETUP_RETR: 0x00
RF_CH: 0x00...
Hi
I used the boot loader example successfully on the nrf51DK board.
Now I want to use it on my custom board. So I recompiled the boot loader code, with 1 difference:...
I don’t fully understand the nRF51 event NRF_RADIO->END. NRF_RADIO->END identifies the completion of a packet transmission or reception. My question is what triggers NRF_RADIO...
We have a project that involves both battery-powered 'slave' devices and a mains-powered 'master' device (which needs to support multiple slaves and support WiFi). We are...
Hi,
imagine that I have a proprietary characteristic that allows only READ operation (from a smartphone for example) that expose an internal value in my application.
I...
Hi,
I'm using nrf51822 and SDK 6.1.
devzone.nordicsemi.com/.../
I learned how to store data with using pstorage library.
but I can't register block more than 1024...
my chip : NRF51822 (256kb)
SDK : 6.1
Hi.
devzone.nordicsemi.com/.../
according to this example code, I could have stored data and it works great.
but problem...
I want to update the bootloader inside nRF51422 using iPhone.
Updating applications hasn't been any problem.
Following the same procedure but I cannot convert bootloader...
Hello,
I received a reminder to aswer to the Nordic Semiconductor Customer Satisfaction Survey. Unfortunatelly, I can not reply, because there are questions I simply can...
Hi All,
The timer count value reading is not working.
static void timer2_init(void)
{
/* Start 16 MHz crystal oscillator */
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;...
When ever I place my nRF ek dongle and try to run it it just crashes.
I'm using MCP 3.9.0 and windows 7.
This question has been asked before so I know that some people already...
Is there a more thorough documentation of the SWD interface as implemented on the nRF chips?
I'm seeing something I regard as strange when I look at things on a scope....
Hi all,
I'm new to RF coding, currently my developing product has encountered some critical problems, that it is heavily influenced by the household appliances, such as...