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...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
I'm using nRF9160DK and in that cJSON formation give me some error because of that my device will restart again and again
as in code if I'm input cJSON_AddNumberToObject...
Using SEGGER embedded studio for ARM (Nordic Edition) v5.60. using Project-> Configure nRF Connect SDK Project Fails in configuring MCUBoot in Zephyr.
No Documentation on...
i am working on power measurement of ble. i want to change ble connection interval in nrf blinky code say to 100ms, 200ms, 1000ms. how to achieve this and
what is the use...
I"m using SLM from NCS 1.6.1.
I'm testing HTTPCREQ with HTTPC port 443 and security tag = 1. After I reset SLM, my send is successful and passes server validation checks...
I have been using the DFU on nRF5 SDK for some years now and we use this feature to update firmware in the field.
I have sucessfully managed to get the SMP Server sample...
Hello everyone!
I'm using nrf5_SDK_for_Mesh_v5.0.0_src and I'm trying to run the Serial example. I see no Bluetooth advertising so I wanted to redirect __LOG to UART.
...
Hello Nordic team,
I am looking for an alternative method to flash the modem firmware to nrf 9160.
The issue I have with nrf connect's programmer is that it behaves unpredictably...
Question about errata workarounds for 9160 rev 1 (BO) SICA.
I see these in the errata which are relevant for our project:
[15] REGULATORS: Supply regulators default...
Hello!
The NRF52832 based Raytec Module, the Garmin NRF52 module and the Nordic Dev kits all handle the Mesh firmware I have developed without change or modification and...
Hello,
I'm trying out the Matter: Light bulb example using an nrf52840 device. So far, I have managed to build the software, flash the device, provision it into the network...
Hello Nordic Semi team,
I am porting the Modem Library to run on a different OS.
The documentation provide is great, but I have a two minor questions.
1. The documentation...
My setup:
Mac OS 11.5.2
Vs Code 1.60.2
nRF Connect SDK 1.7.0
nRF52840DK
Using the tutorial videos provided I went through the process of creating the basic blinky...
1.How exchange datas between applacation core and net core, can provide demo code?
2.How does the APP core call the API in the NET core, and how does the NET core call the...
I'm having problems using the UARTE in the nRF52840 via Zephyr. I'm watching the TX pin using a logic analyzer and seeing correct data when running at 9600 baud. But if I...
I'm using
SDK : nRF5_SDK_17.0.2
Example Project : ble_app_uart
Soft device :S113
The initial project builds successfully.
The example provided for ble_peripheral...