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 use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
I use nrf_fstorage_write() to write data to fstorage. And then I use nrf_fstorage_read() to read data. But data of fstorage written data and reading back are not the same...
Hi,
I have been stuck on this issue for a long time, I have created a buetooth mesh network using NRF52832 IC, which I have completed perfectly.
But the issue is I...
I have seen webinar on YouTube where NordicSemiconductor demonstrated a peripheral_hr that send simulated heart rate data from nrf52833 to nrf android app. But now I want...
I'm using two nRf52833 DKs as BLE Central and peripheral and I Used "Zephyr/Samples/bluetooth/central uart" and "Z ephyr/Samples/bluetooth/Peripheral uart" to start with....
Hi,
I am testing NRF CTS and ANCS examples using iOS 14.7 (iPhone 6s) and 14.8(iPhone 10) and Zephyr 1.9.1. The peripheral (target) is a custom wearable running on nrf52840...
Hello Group,
I'm trying to send I2C data from nRF52832 using the Nordic development board. I have a problem with TWI when I build/copy the TWI code from the example twi_sensor...
I am currently expanding on the https_client example project using the NRF9160 and I am successful in connecting to my cloud instance and executing commands with my HTTPS...
HI All!
I am having an issue when I add the SAADC to my working project . I added all the required files and enabled the sdk_config.h file exactly the same as of original...
I have a custom model that subscribes to messages from other devices. I'd like to detect if a mesh message that is received, is the original or a retransmission so I can filter...
Hi,
I am developing a function based on NCS 1.9.1 that periodically sends customized messages to bluetooth-connected phones using the BLE of nrf52840.
I've checked DevZone...
Hello Support,
We are using a nRF52840 based module-BT840F used dongle USB840F from Fanstel and facing Vdd setting to 3.3V failed issue.
The nRF52840 is used in High...
Hello,
I am using an nrf5340-DK board and the SDK 1.9.0.
I want integrate the FOTA functionality into the example which was provided by Nordic Semi:
nRF Connect SDK...
In order to use "psa_" crypto functions I use "CONFIG_NRF_SECUIRTY=y". I am also using mbedtls for TLS1.2 networking via external WiFi module
By using NRF Security, the...
Hi Team,
I'm installing nRF connect SDK in my PC and i'm using ubuntu for Zephyr RTOS.
When i'm run this command that time error is coming "west init - m https : // github...
I need to use can bus for my application. The chip that will be used will be the MCP2515 can bus ic. For testing puposes i went and tried the CAN sample which is meant for...