Nordic Q&A - Nordic DevZone (2024)

Recent and unreplied - Help your fellow developer and earn points!

  • Not Answered

    Make storage and mcuboot slot on external flash0

    I am trying to split the external memory into littlefs storage and mcuboot secondary slot. But I'm not sure what I'm doing rightpm_static.ymlboard_file.dts

    • Evaluation
    • configuration
    • nrf52840

    16views

    0replies

    Started 1 hour ago
    by andrew55529

  • Not Answered

    NRF24 Status register has all bits set0

    Currently I am failing to make my two NRF24 modules communicate, to make sure the two modules weren't at a bas angle to each other to communicate I picked up and rotated my...

    • development
    • software
    • Other

    18views

    0replies

    Started 6 hours ago
    by hmc719

  • Not Answered

    NB-IOT not connecting on nrf9161 DK0

    Hi,I have been having quite a lot of issues around connectivity and my device, all of which at this point has stemmed from MNO blocking activity from MVNO's ( here and...

    • development
    • software
    • nRF9161
    • nb-iot
    • iot sdk
    • Asset Tracking

    24views

    0replies

    Started 6 hours ago
    by HoovinSchoovin

  • Not Answered

    Multiple Bluetooth Connections0

    Hello everyone,I'm working on a Bluetooth device using the Zephyr framework. I need to maintain a current connection while also continuing to advertise. If another device...

    • development
    • software
    • nrf52840

    23views

    0replies

    Started 8 hours ago
    by JohnyPeters

  • Not Answered

    nRF5340 and W5500: interrupt handler not called0

    We have a custom board with an nRF5340 connected to a W5500 ethernet interface. The interrupt handler for the W5500 is never executed, despite the interrupt signal being asserted...

    • software
    • Pre-production
    • nRF5340

    285views

    0replies

    Started 8 hours ago
    by Matteo Elimo

  • Not Answered

    nRF52840 DK Stop working inconsistency led5 blinking0

    Hello,My DK stop working as programmer suddenly.the VDD power is normal with 2.9V and the V5.Try already to power on with reset button hold.blinking is not Consitency...

    • development
    • nrf52840
    • hardware

    291views

    0replies

    Started 10 hours ago
    by QBSho

  • Not Answered

    Nordic nrf52DK and UART0

    We are trying to interface Texas Instruments TMP144 using the UART in nrf52DK. We attach the sensor board to UART pins in nrf52DK put it seems that the transmitted data is...

    • development
    • software
    • nrf52832

    285views

    0replies

    Started 10 hours ago
    by SamiL

Nordic Support - all public tickets

  • Not Answered

    Issues with nRF51 4.3 SDK0

    Hi,I upgraded to the 4.3 nRF51 last night and am suddenly having a whole slew of issues:(1) When flashing the EK, the Segger now reports 257K of Flash (maybe it did...

    1228views

    3replies

    Latest over 11 years ago
    by Ole Morten

  • Answered

    halt Flash write0

    Dear everyone:Can you tell me Using built-in flash and use restrictions,because it halt at ble_flash_page_write() function.

    11639views

    10replies

    Latest over 11 years ago
    by Ole Morten

  • Not Answered

    nRF51822 DK Module as Master0

    Hi,I'm looking to work with a Bluetooth LE master device. From what I read the nRF51822 should be able to function as a Master device (the dongle is configured to be a...

    • masteremulator
    • example code
    • bluetooth low energy
    • softdevice
    • nrf51822

    3895views

    3replies

    Latest over 11 years ago
    by Ole Morten

  • Answered

    Load flash image fail with nRFgo studio using PCA1000 (Dongle)0

    Hi allI want to load the (UART_example) flash image compile with Keil by nRFgo studio,but a program fail occur as below screenshot:any idea?Thanks.

    2500views

    3replies

    Latest over 11 years ago
    by Ole Morten

  • Not Answered

    nRF51822 static void lfclk_config(void) function problem0

    I have test RTC example on both different hardware revision nRF51822 chip.1)N51822 QFAAC0 1309AF2)N51822 QFAAC0 1308AE1309AF revision chip is function properly with...

    5534views

    9replies

    Latest over 11 years ago
    by Ole Morten

  • Answered

    Assigning a functional block to a GPIO0

    I'm confused about how to assign a functional block's I/O (TWI in my case) to a particular pin on the device. Is there a worked and documented example? Is there a relevant...

    4927views

    14replies

    Latest over 11 years ago
    by Ole Morten

  • Answered

    PIC18F4550 with Nordic nRF24L010

    I am trying to get wireless communication implemented on a robotics project I am working on. I'm using a PIC18F4550, PIC18F2550, and two Nordic nRF24L01's. I'm having trouble...

    6189views

    5replies

    Latest over 11 years ago
    by Ole Morten

  • Not Answered

    Sending and receiving data between two evaluation boards with the GHz Radio0

    I'm attempting to have two separate evaluation boards talk to each other through the GHz Radio. I've read the docs, and they explain that I have to set the radio in either...

    1487views

    3replies

    Latest over 11 years ago
    by Ole Morten

  • Answered

    GPIOTE and nrf_gpio_cfg_input/output0

    Hi, I am using a app_gpiote_user_register to register a gpiote user and then enabling it, before I set the pins this user detect to be input using nrf_gpio_cfg_input. When...

    • gpio
    • bluetooth low energy

    5392views

    1reply

    Latest over 11 years ago
    by Ole Morten

  • Answered

    _start not found0

    Using eclipse and code sorcery compiler I got an undefined label error, see below[b]_build/gcc_startup_nrf51.o: In function Reset_Handler': /home/oscar/workspace/Nordic...

    6796views

    7replies

    Latest over 11 years ago
    by Guest

  • Not Answered

    use Gazell to open/close pipe0

    Hi everyone:use Gazell to builder multi-node .so i have to re-enable pipe number on connect state.my Fragment code about "open/close pipe".but it not work correctly...

    1314views

    2replies

    Latest over 11 years ago
    by steven

  • Answered

    Improvement to nRF51x22 OUTINIT anomoly workaround0

    In nrf_gpiote.h:The workaround code for PAN_028 OUTINIT anomaly (#9) will cause the GPIO to glitch to the undesired state if it is already assigned to a GPIOTE and in...

    962views

    1reply

    Latest over 11 years ago
    by Ole Morten

  • Answered

    How can I determine if a packet is sent with W_TX_PAYLOAD_NOACK command? (nRF24L01+)0

    I'm trying to use the NOACK mode for some packets on the transmitter side,and W_ACK_PAYLOAD on the receiver side.My problem is that if the receiver gets a packet with...

    • development
    • programming
    • nrf24l01+

    5560views

    3replies

    Latest over 11 years ago
    by Håkon Alseth

  • Answered

    Timer configuration with Softdevice0

    Hi,mi question is about how to configure in a good and complete way Timer1 and Timer2, so trying to be more specific with my Question:I need timers with a Tick of 250ns...

    • timer
    • nrf51822

    6498views

    1reply

    Latest over 11 years ago
    by Ole Morten

  • Answered

    Example software for USB communication of nRF24LU1P0

    We are creating the source program for examining RF module which uses nRF24LU1P.It is the program that it transmits on the frequency specified from PC.The API of USB...

    3255views

    1reply

    Latest over 11 years ago
    by Ole Morten

Nordic Q&A - Nordic DevZone (2024)
Top Articles
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 6058

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.