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...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Hi,
I have read this ticket which discusses Qi protection to the NFC
I also wanted to better understand if i can protect the circuit with ESD/TVS diode.
It is more ...
Hi all
We are reviewing the homekit HAP function in zephry-based nrf52840 and nrf5340.
It's a rough question, but how much will the binary size increase if the function...
I have a finished product (a very simple wireless remote control with a button) based on two nRF52832 chips and I need to determine whether the communication between the two...
Hello,
I would like to change the default format of a custom characteristic to be a string format. The new characteristic is 8 characters long. This is the code;
Neither...
Hi,
I would like to read a large data file from SD card and send over BLE from my device to an Android smartphone. I have adapted the ble_app_uart example into my program...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
I am considering adding the following bootloader to my project. nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader...
I'm trying to distinguish disconnect reasons for debugging purposes. I've been able to glean that
BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION means that my device initiated...
We use a gpio to control the system power. This gpio need to be kept high when system is running. If doing a soft reset, this gpio will be low. System will power off directly...
Hello,
I am having an issue with Zephyr, it constantly reboots the system because of stack overflow.
Sometimes in these faults, it says "Fault during interrupt handling...
I am trying to use RTC to get timestamp (to get current time). So, I am using FreeRTOS which uses RTC1 by default, libuarte which uses RTC2 and I am not using softdevice as...
I am trying to program my Thingy:53 with the Edge Impulse precompiled application firmware which I downloaded from the nordic website. The nrf Programmer Desktop app is showing...
Using NCS 1.7.0 with a an nRf9160/nRF52820 split Host/Controller as a peripheral and an nRF52840 as a central. I can connect to the peripheral with my central fine and write...
hello Nordic
i am working with ncs 1.7.1 (soon we are moving to zephyr 2.9)
i want to add a driver self test functionality for some of my drivers so in my application...
Hello We have been using the RSA example found in the nrf_cc310/rsa which uses INTEG_TEST_PRINT, a mask of SEGGER_RTT_printf, for debugging. When using NRF_LOG instead of...