Hi,
I noticed in the nRF54L QFN48 reference design, for the NRESET pin, there is an RC filter (1Kohm series R and 3.9pF shunt cap). What's this for and is it necessary?...
Hello,
I am using a nrf5340 dev kit. When I use SPIM the output from the pins gives the correct hex values but the output's amplitude is only around 100-200 mV. I know that...
Hi,
I'm using the nRF52840 with the SoftDevice for BLE. In my system, it's primarily a BLE transceiver controlled via SPI by an external TI MSP430. We're considering implementing...
Hello,
I want to request AGNSS information from nrf cloud services using my nRF9151DK board. As a first step, I flashed the nRF Cloud multi-service application onto my DK...
Hello,
I just received my Thingy:91X which I purchased through DigiKey. I am trying to connect it to hello.nrfcloud but I keep getting the following message: " The fingerprint...
With reference to the Thingy:91x reference design, I see that the LNA (SKY65943-11) on the GPS signal path is powered by one of the switching converters from the nPM1300:...
Hi,
I'm using cdc_acm to create two COM ports on a PC -
// USB support
& zephyr_udc0 {
cdc_acm_uart0: cdc_acm_uart0 {
compatible = "zephyr,cdc-acm-uart" ;
...
I'm referring this blog on getting started with nRF51822 and in this same blog, there is a link to a video by Nordic on Introduction to Bluetooth Smart and after watching...
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....