I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hello.
Is there any difference between i2s hardware in nRF52840 and nRF52833? I made WS2812B i2s driver and working very good on nRF52840. The same code (project is adjusted...
Hi, I'm developing an application which is merging from (ble_app_uart + libuarte + app_timer + pwm). Here is my main.c Now I'm developing an feature that using timer ((app_timer...
Hi,
As mentioned in subject line, I am trying to enable BLE SC peripheral in SDK 17.0.1 with softdevice S113. I have enabled the PM_LESC_ENABLED macro in sdk_config and...
Hi Nordic,
My customer has imploy nRF52832 to develop a heart rate equipment.
We have test the ble_app_hrs_c and ble_app_hrs on two nRF52 DK.
I found that if I comment...
Hello Dear,
Why the time of uplink state is 950 ms if the data packet size is 0 Byte?
Can we say that every time a data is sent, it takes 950 ms to get the transmission...
Hi nordic, In the products I developed, since the entire product is metallic, only a small part is a non-metallic material, and an antenna has been designed to solve the problem...
I've had a lot of server errors on https://devzone.nordicsemi.com/ lately.
This happens more often than not on chrome/ff/edge/incognito/etc.
The one thing that seems...
In our cases, Serial interface needs to support Heartbeat of Configuration Server.
But configuration server's heartbeat handler is not support serial interface and serial...
Hi,
1. What does signaling test mean in bluetooth domain?
2. What does non-signaling testing mean in bluetooth?
3. In the Bluetooth world, I only know about DTM testing...
Hello.
It is under development using nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
I am investigating how to do bonding with iPhone. As a way, bonding is...
Hi,
I have been able to program my NRF 52840DK with the following program: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_uart...
Hello Everyone,
I am using NRF52833 in my project. My code is FREERTOS based. I am also using 2 UART, one is normal uart and other is LIBUARTE. I have also initialised timers...