Hello
I am building a hardware that requires to use the nRF9160 together with the nRF52840, in order to add the 2.4GHz radio support to the system and also to be able to...
Hi All,
Hardware Details:
nRF-SDK: 2.8
Microcontroller: nRF52840
Setup:
We have an OpenThread (OT) mesh network consisting of approximately 15 devices. All devices...
Hello, I've been working with a custom board using the nRF5340, but I’ve been struggling with picking up any BLE signal from it. I flashed the network core separately with...
Hi!
I’m developing an application using nRF SDK 2.9.0 with the Xiao BLE Sense . I created a new project based on Zephyr’s UART peripheral example.
The application runs...
Hi
I am using nrf Connect sdk 2.9.0 Visual Code IDE.I have added the following configuration in the prg.conf file:
But still I am not asble to receive more than 20 bytes...
Hi Support Team
We want to use the J-Link of nRF54L15DK to program customer's nRF54L15 board. We follow the guideline of below link to connect the Pins of P19 of nRF54L15DK...
Hello,
I am experiencing an issue while trying to connect an external flash memory (MX25R64) via the QSPI interface on an nRF52840-based custom board. My pin configuration...
Hi.
Trying to set up the Ubuntu development environment for you nRF52 development kit.
I followed this tutorial:
devzone.nordicsemi.com/.../
Stuff done so far:...
I am using the nRF51822 chip. The RAM memory is composed of two blocks (0 and 1) of 8kB each, divided into 4 sections : Call Stack, Heap, Application, and SoftDevice.
If...
Hello,
I have migrated to the latest version of the sdk11. However, I get a nrf error 4 when I call sd_ble_uuid_vs_add. Multiple people on this site have been having this...
I am trying to port blinky_blank (no SoftDevice) to my target and started by creating a custom_board.h header file with correct GPIO pins for the LEDs and duplicating blinky_blank_pca10040...
Can anyone help me reading IO capability in Android? Basically there is a known bug in some Android versions across different manufactures where Android reports wrongly IO...
I want to use chacha20 cypher to encrypt and decrypt a 64 byte message and send it over BLE. I tried using wolfSSL, cifra both of which provides the implementations but there...
Hi,
To measure the transmitted RF power (to reach EN 300 328) we Need some ATT commands to set fix channel and maximal output power. In additional we test the EN 55022...
In this previous discussion on minimizing power consumption on the NRF51-Dongle, it says:
You are using evaluation kit or
development kit and LEDs are connected
on...
My system is a BLE peripheral with 2 states. There is a characteristic that represents the state, and it can take 2 values: 0 and 1.
You can read the state, write it (force...
When the supply voltage drops below 0.6V and then get back to 3.3V the nrf51822 starts up in an undefined state and often some flash pages are corrupt after that. Is this...
Hello,
We're currently running softdevice s310 v2.0.1 with SDK 7.1.0 on the nRF51422-QFAAE0 (ie. rev 2). We're planning on upgrading to the nRF51422-QFAAF0 (ie. rev 3)...
Hi!
I was using SDK11 alpha previously and when the official version (89a8) got rolled out I started integration. First thing was the missing S210 and S130 softdevices...
Hi together,
I'm using the NUS example (NRF52832) for client and peripheral, which is running quite well. My goal is to inform the peripheral application when notification...
Hi,
I am using nrf51822 chip and i have compiled the TCP Client example from IOT SDK in eclipse.I am using Master control panel as a central device to discover the device...