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, I am trying to use the spi_flash sample project with a laird bl654 dvk. When I run the project however, dev->state->init_res = 19 and will not run for me. It recognizes...
Hi,
I have been trying for several days to modify the ble_app_uart project on the peripheral side to use the BLE Long Range, unsuccessfully. I use the NRF52833-DK with...
Hello, sir.
I want to use the i2c bit bagging method, thus I used the DeviceDownloadnRF5 SDK 17.1.0 ddde560nRF5 SDK 17.1.0 ddde560componentsdrivers nRF5 SDK 17.1.0 ddde560componentsdrivers...
I want to use the Zephyr Shell with my own transport layer. Since the only connection I will have to the modem is over SPI, I want to have the SPI read/writes handled with...
I am using sdk 17.1.0 .I am getting error while using bsp_buttons_is_pressed function in main although i have included file bsp.h ,bsp_btn_ble.h, boards.h. The error is Error...
Hello,
I've been developing an application with nRF52840 and I've been reviewing the appropriate SDK to start with. I see Nordic recommends starting with nRF Connect SDK...
Hello everyone,
I have a question regarding the bonding process in the NRF52832 device. Currently I have one custom service with one character and my nrf device is a doing...
I'm opening a different thread to discuss further my latest findings.
I'm using a module E73-2G4M04S1AX that is based on nRF52810. My project has very strict power requirements...
Hi Team,
I think I've found an issue when using the nrFX UARTE1 Zephyr driver. I'm building an application based on the Bluetooth peripheral UART sample.
I use 20 byte...
Hi, I am having trouble connecting the LTE Link monitor. I have already updated all certificates and firmware. But when I am trying to connect my device to the cloud it does...
In my current application I have a combination of some examples and features, but I couldn't add the resource provided by the http_application_update example.
So I tried...
Hi!
I'm developing an application that requires both keyboard and mouse control over BLE. I have gone through various guides to get this working, and the only method that...
Hello!
I'm developing firmware for a custom board based on nRF52811 CAAA. I am trying to create a new board under .\v1.9.1\zephyr\boards\arm\nrf52840dk_nrf52811_myboard...
BT central sample has the following code
bt_enable ( NULL );
bt_le_scan_start (SCAN_PASSIVE , device_found );
I ran the sample on my custom board based on nRF52840...