Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hi everyone,
I am using the custom nRF52840 module provided by Raytac. I integrated into my evaluation board and I flash it using SWD and JLink debugger. My problem is that...
I have DFU code base working. It consists of a thin layer of our code, and majority is from Bootloader component from SDK v17.
I started with DFU OTA, and then incorporated...
Hello,
I am trying to reproduce the Mesh Light Switch demo at home now, with my own dev equipment and have hit some problems I did not expect -
Problem:
nRF52840 Dongle...
I have developed an app for the nrf51822, using the nrf51-dk with SDK12.3, together with DFU functionality.
After having solved many issues to get to this point with the...
Hello, I'm using nrf52832 with SDK 15.0 and softdeveice 6.0.0.
I need to handle interrupts with different priorities on two different I/O pins. How is the correct configuration...
Hello, I'quiet new in Zephyr.
So tell me if I'm wrong.
I would like to test driver mcp23s17 present on zephyr.
I've add in .overlay file
And now I want to initialize...
Hi all,
I'm programming nRF52833 with SDK17.
I want to use only one channel (for example 37) to broadcast advertising during advertise interval and also one channel of...
My team was looking to transfer a 20-byte value (or 'message') between a mesh client and server, what is the best way to achieve this? I have practiced with the light_switch...
Hi,
I am currently developing an application for the NRF52840 using a custom pcb powered through the VDDH pin using a 4.2v lithium ion battery. Part of my application requires...
Hi,
I am trying to following the instructions at: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.iotsdk.v0.9.0%2Fiot_sdk_user_guides_java_coaps...
I have configured the dev kit by cutting the SB9 bridge. I am powering the device from the J2 USB port on the DK. I have not bridged SB12 or SB11 as I am powering the device...
Hello all,
I am experiencing a ~5uA oscillation (between 5uA and 10uA) in sleep mode, DC/DC converter enabled, no RAM retention. The total current is of the entire system...
i am working with jlink segger edu, in a custom board, it dont have swd TX, RX pins connected, only jtag pins. I Need to see if my gps conected throw uart is working or not...
I configured the pca63519-sr3_nrf52832_shield to fit on my board (actually disabled all peripherals, only the bluetooth protocol part), but found that the modified code could...