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.
Hello,
we have a product with a firmware based on SDK13 with a serial Bootloader SD 4.0.2 on it.
Now we have to update those Devices to a new Firmware based on SDK16 with...
Hi,
I have implemented application that can connect to mobile and control audio (play/pause, volume, track). This works fine with Android. However this does not work at...
Hello fellow developers, and Nordic nerds,
I am very new to Nordic ecosystem as well as ble 5 mesh networking.
after seeing the ble mesh packet hopping feature, I am curious...
I wanted to use the nrfx_clock driver in my program, but it breaks OpenThread. I don't get any errors messages but the device can't connect to a network created with another...
Hi all,
I have no experience on Nordic products. I have struggled with this issue for several days. My goal is communication between nrf9160 and nrf52840 through UART. In...
Hi there,
I'm new to the Nordic devices, and thinking to start out using Zephyr, targeting the recently announced nRF5340. So I was reading the ncs 1.2.0 release notes and...
Hello,
I would like to know if it's possible to save the internal memory of the nRF52 to the computer in order to be able to reflash it in case it's necessary. I guess it...
Hello everyone,
I am trying to evaluate the multiprotocol capabilities of the nrf modules and am having issues compiling the 'ble_thread_dyn_coap_srv_eddystone' example...
Hi,
I am using NRF52832 in a custom board with SDK 15.3 and trying to implement the secure uart bootloader. I am able to download applications via uart bootloader however...
I am testing the PCA10059 nrf52840 dongle and I am trying to get the peripherial_uart sample code to work.
Programming is successful and the dongle is showing up on my phone...
Hi.
I'm using nRF52832 with MPU9250 IMU sensor to gather accelerometer, gyroscope data for mobility.
MPU9250 sensor is connected to nRF52832 via I2C line.
When...
I have read that choosing shorter connection interval reduces the communication latency at the cost of increased power consumption.
But shorter connection interval will...
I am scanning for advertisements and in scan_evt_handler() in the case NRF_BLE_SCAN_EVT_NOT_FOUND, I am printing the packet received using NRF_LOG_INFO().
I have also implemented...
Hi,
I would like to connect two external SPI flashes to the QSPI interface on my nRF52840. I see that there's only a single CSN pin that can be configured. Is it possible...
Hello,
I'm currently working on creating a custom characteristic so that my client can read a set of data from the server.
My intention is to have a server gather information...