Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
Hi, I would like to interface an Alliance NAND flash to NRF5340. The flash supports SPI interface. Which set of pins will be a better choice and why ?
I am planning to use...
Hey Everyone, I am new to Nordic and zephyr. I would say I am a beginner. I am trying to setup custom drivers from ST for the lsm6dsv16x sensor. I know most of the time is...
Dear Team,
I installed segger embedded studio in my PC for working with nordic nRF52840-DK. After that I downloaded the nordic license and it was activated.Perfect. -...
If you Edit your build configuration and then add and argument using this button:
it doesn't seem to work. I've tried doing File->Save and using the Build Configuration...
As recommended by the documentation I am using the malloc/free in the common libc branch.
This code (in zephyr/lib/libc/common/source/stdlib/malloc.c) uses sys_heap_init...
I'm trying to increase the SPI speed to drive a DAC that can go up to 50 Mhz. I'm using an nRF52840 DK and SDK V17.
Even if I can set up SPIM3, there is a limit I need to...
Currently I am failing to make my two NRF24 modules communicate, to make sure the two modules weren't at a bas angle to each other to communicate I picked up and rotated my...
This is kind of just a general question out of curiosity.
Is there a functional reason to ensure that all stack sizes are powers of 2? I've seen it throughout many examples...
i am using nrf52840dk i have flashed the code for light switch lpn sample in 1 dk and 2nd dk with light sample.
i need to get help with the lpn node how it is acting as...
Hi,
I'm working on a BLE project with NCS v2.1.1 running on nRF52832. The project includes several I2C and SPI sensors. If I compile and flash the project in Windows 11...
Using the nus central and peripheral examples from SDK_17.1.0 trying to transfer at least 1 kilobytes per second.
Peripheral on nRF52840 PCA10059, central on nrf52832 pca10040...
Hi,
As audio sink implementing TMAP, is it possible to except only Conversational context (phone calls) and reject Media or other contexts?
My question is related to...
Hi Nordic Team
I encounterd the following behaviour:
Segmented message took 8s for acknoledge state.
I did the following:
Setup: 2 Devices NRF52840DK, provisioned...
Hi,
I'm using nRFConnect 2.6.1 SDK on a nRF52833 with the speed build optimization.
I got two peripherals on the same SPI which is SPIM3. It is configured at 32MHz and...
Hello everyone,
I'm working on a Bluetooth device using the Zephyr framework. I need to maintain a current connection while also continuing to advertise. If another device...