Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Hello,
I am using a nRF5340-DK board for development and I am peforming Out-of-Band BLE pairing (using NFC) with a smartphone. Currently I have 2 smartphones for test purposes...
I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I...
Hi,
I would like to use nvs to leave a space for store usage data.
Below is the current memory map of my program, however, the nvs storage was be lmited at 24kB.
However...
Hello,
We are working on establishing a connection between one of our existing Bluetooth modules (cypress) and nordic based module to provide backward compatibility with...
Hi
It seems that the default minium DTLS handshake timeout is about 1 second. That means, there is a retransmission if a response isn't received within this timeout. In...
I would like to implement ble mesh direct forwarding feature in my code but i am not finding zephyr library for that. Is there any possibility to get link for zephyr direct...
Hello,
We are developing nRF5340 SoC and is currently using Thingy53 as our reference design, our NCS version is v3.0.2.
So far, we've been able to use dfu-util tool to...
Hi,
I am working on the channel sounding feature on the 54l15 and I want to perform it sequentially between 3 reflectors and one initiator. I realized that after I make...
Hello,
I managed to run the examples for nrf54l15 channel_sounding_ras_initiator.c and reflector on my custom hardware boards. I changed the overlay files to use my own...
Hi,
Due to pcb constrain, we need to use single button mode with PG/RESET routed to SHPHLD. In this mode long press for reset in the datasheet but nothing is said about...
Hello:
I bought an NRF52 DK at the beginning of May from DigiKey.
I installed nRF Connect for Visual Studio Code Windows 11 today. I connected the NFR52 DK to the USB...
Dear support,
We need to disable the UART20 runtime. Currently it is configured as follows:
CONFIG_SERIAL =y
CONFIG_UART_ASYNC_API =y
CONFIG_UART_INTERRUPT_DRIVEN...
I am trying to create a partition on my external flash using littlefs
Here is the line that is returning me an error
FS_LITTLEFS_DECLARE_DEFAULT_CONFIG ( storage ...
Hey Team,
I'm trying to flash the audio application on our custom PCB, this PCB follows the interfaces of the nrf5340 audio dk. Previously on lower SDK versions (2.7-2.9...