I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello, I am currently working on a custom board that contains the E73-2G4M08S1C module. This module contains the nRF52840 chip. My goal is to exit System On periodically every...
How to create multiple BLE connections, one just advertising and another allowing connections with different names with the nrf Connect SDK in the peripheral_HR example?
Hello Nordic team,
I am using nPM1300 and nRF5340 in my custom board. I am using also Renata ICP621333PA-01 battery in my design. In order to prolong the battery life, I...
I am using a Mikroe development board with the nRF9160 to establish an LTE connection and send MQTT messages to a broker. The application successfully connects to the network...
I have used the nRF52832 on a few dozen projects, usually at 3.3V etc. On this project I have it at 1.8V, which may be related, but spec is 1.7V min, and the 1.8V supply is...
Hi Noridic team,
I am developing with nRF5340, and I added the following configuration to the prj file:
CONFIG_SPI_NOR_INIT_PRIORITY=75
However, I got the following...
Hi, I cannot compile because of the error below. Thank you in advance for any help.
I have updated the toolchain and sdk recently. Tried also with 2.6.1 and 2.7.0, the same...
I am porting the LoRa Basic Modem to the nRF52832 , using the nRF5 SDK and Segger Embedded Studio (SES) . In my application, I am using SoftDevice and implementing FOTA ....
Hi,
We recently updated our NRF Connect SDK from v2.2.0 to v2.7.0.
After porting to the SDK v2.7.0 we are not able to build the project with DFU enabled. We get below...
What is the best method to ensure the nRF9160 LTE functions on a PCB during assembly with minimal test equipment? Our thoughts were to search for available networks using...
We want use NRF5340 to do le audio application. We got the demo from your website, and find the audio demo, but the min sample rate is 32khz can be set, we want to use 8K...
I'm working with a client's existing product. It has an external MCU connected to nRF52832 via SPI.
The nRF application & SDK code are compiled inside the external MCU source...
I now want to use the 52833's board to burn the host program and then connect to other nordic slave devices. But now I put \nRF5_SDK_17.1.0\examples\ble_central\ble_app_uart_c...
Hi All,
1. The SDK used in VS code is version 2.6.1, and running the periphral_uart demo can print in rtt, but not in sid_end_ device
The official routine is used for...