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...
Hi..
I am using NRF51822 , we are using Ceramic antenna. We are thinking of designing body similar to the image. perimeter of the body is made of metal (aluminum) of thickness...
Hello
I am looking to make a program on nrf52 in which i send various values from nrf UART app on a mobile, and each value controls a LED on a GPIO. For example, sending...
Hello,
I want to combine the RTC example from the peripheral to one of the BLE peripheral examples but the problem is that the BLE peripheral examples need the softdevice...
I have troubles with logs over uart.
I'm debuging dfu bootloader secure with SDK 12.2.
BLE is used for DFU transport.
I set NRF_LOG_DEFERRED 1 as in my another application...
I have reading lot of questions/answers about the nRF52840 and when asking for pricing and availability the answers is always "call to sales manager or distributor" , however...
Let's say we are running multiple state machines in a ble device, so that it can accept multiple connections in Slave roles. Will all the state machines share the same Advertising...
Hello,
I'm trying to measure battery voltage on nRF52832 chip using SAADC based on examples/peripheral/saadc and examples/ble_peripheral/ble_app_proximity and noticed that...
Hi I think this might be a potential bug in peer_data_storage.c
ret = fds_register(fds_evt_handler);
if (ret != NRF_SUCCESS)
{
return NRF_ERROR_INTERNAL;
}
ret = fds_init...
Dear All, I'm developing a connectionless beacon, it can be an observer or broadcaster device depending of time slot. But softdevice stack does not leave available space to...
I have an application that uses FDS and I've recently added to it the peer manager in SDK 12.2.0, which also uses FDS. It turns out that the application data keeps being updated...
Hi!
I have some questions with regards to the Philips Dual IR/RF remote (and other remotes) using Nordic Semiconductor components:
www.nordicsemi.com/.../Advanced-QWERTY...
Hello Nordic developers,
I have been unsuccessfully trying to use the extended ATT_MTU / DLE sizes for increased throughput on a nRF52832DK board running the Nordic UART...
Hi
I am working with nrf52 development Kit. Until now I have not worked with the whitelist advertising. I am using SDK v11.
I have a requirement initially I need to advertise...