Hi all,
I'm trying to characterize the UDP throughput of a Thread network consisting of nRF5340 DK devices. I saw that Espressif made a test report and they seemed to use...
I’m using a custom PCB based on the Minew ME54BS01 module (nRF54L15 SoC) for both ends of our proof‑of‑concept: one node as a GATT‑based Channel‑Sounding reflector (leveraging...
Dear DevZone support,
I'm currently evaluating nPM1300 for Lithium Polymer battery management and charging and would like to ask a question.
I understand that I can...
Hi Nordic:
We are currently testing Zigbee on the nRF54L15 platform using the Zigbee R23-add-on-V1.0.0 SDK. It has been observed that when a low-power node disconnects from...
Hello, I am using ISP1907 which has NRF52833. I get the IQ data and configuration from serial as: DF_BEGIN ['IQ', 0, 0, 11, -9, -213] ['IQ', 1, 8, 11, -209, 23] ['IQ', 2,...
I have 2x Power Profiler Kit II up and running using the Power Profiler app - started twice and with separate PPK2 instances selected, as described in another support post...
Hi, I am running openthread on the NRF54l15 DK. Whenever I am debugging and hit the breakpoint or pause the program, then on resumption my app crashes. How Can I debug while...
Hello,
I just created an application that can count the number of rising edges/events on button presses using the TIMER0 peripheral configured as a COUNTER. So far it is...
I am developing an application for Android and IOS. Faced a problem when try connect nRF Connect as central (on Android) to nRF Connect as peripheral (on IOS)
...
What I need?
I should be able to perform scanning, connecting, disconnecting and accessing service from main() (in a infinite while loop) rather than interrupts. I see that...
Hello,
I'm using SDK16 with the s332-6.1.1 softdevice in ANT mode.
When I request a radio timeslot of 10 ms, that works just fine, but if I do anything longer than approx...
Hello,
we have developed a custom board using the nrf9160 SICA chip and are now modifying the bifravst cat tracker example to suite our needs.
Basicaly, it samples from...
I am trying to get my ublox module to respond to at commands, through the programming of the boron module, which is found in this link, but I don't have much idea of how...
Hi.
I am trying to get mesh DFU working and I keep getting "Failed to upgrade target. Error is: Crashed on start packet" from nrfutil.
When debugging the target I see...
I am using the nrf51822 ble with softdevice and want to know if the broadcast can start at a given time, and if the adv_ interval can change everytime? (such as I want to...
Hi Nordic Community,
I'm trying to run app timer in bootloader_secure. But when I add app_timer.c file to project, it built successfully but breaks when execute. I don't...
Hello,
I am using a custom nRF52840 ( SDK 14.2.0, SoftDevice S140) based board to connect with an iOS(v 13.3) phone.
I am sending data continuously over BLE. However I...
Hi,
I'm trying to find simple ADC code for one shot modus as described in the documentation: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832...
I will use Nordic nrf52840 dongle for 2FA + security key on Google login and I am following these instructions:
https://github.com/google/OpenSK/blob/master/docs/install...
I use nRF52840 and SDK16 with S140 softdevice. I need 3 ADC ports. The initial code as follows.
static void adc_configure(void) { ret_code_t err_code = nrf_drv_saadc_init...
Hi,
I add a my .ilb file in the ses project .When I c all the function in the .lib file and build, it will have an log "undefined reference to 'xxxx'". But i can success...