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 folks.
recently I've been experimenting with the nrf7002dk Development Kit, and I'd like to move forward with prototyping a custom board around the nRF7002 + nRF5340...
Hello,
I'm trying to work through exercise 2 of the Nordic Developer Academy. It has me using the Blinky Sample. When I add a build configuration I get an error. I have...
Hi,
I just can not download nRF_DeviceFamilyPack 8.44.1 from this link developer.nordicsemi.com/.../ It comes up an error of the server. Does any body knows how to get this...
The board is nrf52840 based using mcuboot via usb, mcuboot can be activated using a switch, and is indicated via a led, all setup via device-tree, so no legacy here. Software...
Hi,
I am trying to connect nrf9160 to CMW500 callbox however I am not able to connect to it. Switching to a commercial sim card I was able to connect to the network. I am...
We are finding an issue where after a network is running for a while we are unable to interact with devices beyond connecting to them via the nRF Mesh App. Specifically, we...
HI,
I found that nrf Desktop (v2.9.0 nrf54L15) surport fwupd support, it's same with old mcuboot DFU? and i want to upgrade from SPI, how can i do? is there any demo code...
I have a few questions about the sample source of nRF5340 Audio.
1. Where does the connection processing between the Gateway and Headset take place?
2. Where is the BLE...
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-5-serial-peripheral-interface-spi/topic/exercise-1-10/
spi frequency is 1000000 in DTS...
My company is working on a project that uses the nRF53 that needs to wirelessly send out data roughly every 3ms (via ESB). We are now at the point where power needs to be...
In nrf5340 audio application( SDK2.9.0), I try to set phy to 1M in CIS( 1 gateway,2 headsets).
I made these changes:
Add in prj.conf:
In C:\ncs\v2.9.0\zephyr\include...
Hi! I am trying to get the samples "Bluetooth: Direction finding connectionless locator" and "Bluetooth: Direction finding connectionless beacon" to work on nRF54L15dk. I...
Hello,
I'm working up an application where tens of kilobytes are sent via bluetooth to a device which then stores the data on the internal flash (nrf52832). I've worked...
I want to change the Tx power in nrf5340 audio application.
I add CONFIG_BT_CTLR_TX_PWR_PLUS_4=y to prj.conf, but the power didnt change.
How to increase the power ...
We currently have several nRF52840-based devices deployed in the field, running firmware developed using the nRF5 SDK and utilizing the SoftDevice S140 for BLE functionality...