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...
We are fine tuning our manufacturing process placing the nRF52840 and would like to know what surface finish is used on the chip. I was not able to find this in the spec.
It seems like a similar IAR debugging problem has been solved but after a day of trying everything...
BLE application with SDK 6.1 and SD 310 1.0 running IAR 8.1 (and identical...
Hi!
Thank you for providing an SDK for BT mesh so early. I'm wondering if you also provide an Android (or perhaps iOS) mobile app that interacts with BT mesh, e.g. by acting...
Hello,
i'm a french student so i'll try to do my best to talk in english with you. I'm trying to use and understand the nRF51822 in order to transmit data to a smartphone...
Hi Expert,
why BLE_APP_UART example can use button 1 to button 4 to wakeup from sleep?
I checked source code I only saw the BTN_ID_WAKEUP is 0.
#define BTN_ID_WAKEUP...
Hi, according to the Bluetooth Mesh Glossary , there are 4 features supported:
1. Relay;
2. Proxy (GATT);
3. Low power;
4. Friend.
Questions:
- Which of these...
We are releasing a firmware update which adds an additional bluetooth profile. Since we do not want or can retest the entire stack, we use a Previously Qualified Design (51744...
I'm using NRF51822 with soft device version 6.0.
I'm trying to create an event which should be triggered every 24 Hours. In the current implementation in our code base...
I saw the demo of nRF52832 connected 20 peripheral devices and control the light in the peripheral.I would like to know the more deatil of the whole operation in chip/SD....
I've searched and the majority of answers seem to be years old.
I have an existing app_timer event handler that works perfectly, blinking LEDs.
I will soon have another...
Hi! I'm using two RedBear Nano v2 and I'm trying to read a long characteristic from one of the two devices. As I read in other posts in the forum, I need to invoke the read...
If I'm not mistaken, both S110 and S130 support OTA DFU right?
I understand that nordic semi most likely recommend S130 over S110, but please understand that
my current...
I have previously developed on the nRF24LU1+. This device would have a CHIPID in the InfoPage, This ID would have guaranteed it does not violate the requirements for ESB addresses...
Hi, im using NRF52832 whit SDK 12.3.0, when i compile this error appear, "undefined reference to `nrf_drv_spi_init", i included the "nrf_drv_spi.h" file.
also try to include...
Hi everyone,
I'm working with nrf52832 and i'm trying to send data over BLE for communicate with a mobile app. I saw that we could pass data with the function ble_nus_string_send...