I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...