Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s132_nrf52_6.0.0_softdevice
PDK: PCA10040
I am trying to read the ADC pin value using the SAADC module, I...
Hi, I'm using external board with nRF52832. (SDK 15.0.0)
In my external board, there are no RTS,CTS pin. So I don't use hardware flow control (HWFC).
The problem is, I...
How do I add a 128-bit UUID?
I am using SDK 14 and see hardly any examples of how to put a 128-bit UUID in my advertisements.
The only relevant example I found is under...
I am trying to package a firmware update and flash it over BLE DFU and I keep getting the following error on the nRF Toolbox app:
"Upload Failed: Unknown Command"
I cannot...
So, I am using the NRF51 as a SPI slave for an RPI3B+. On a l ogic analyzer and O-Scope the Pi is sending its MOSI SPI data perfectly fine. On top of this issue the nrf_drv_spis_buffers_set...
Hello,
In nRF51 SDK & nRF52 SDK, is there any option to identify/differentiate each & every profile in multi-profiles application for Application Developer??
Thanks.
I am porting software built with SDK 14.2 to SDK 15.0
It looks like some files have been moved from "components/drivers_nrf" to "integration/nrfx/legacy". The first one...
I am trying to merge ble_app_uart peripheral example to ble_app_uart central to make it as to work both central and peripheral at a time.
I am using nrf52 boards and SDK15...
ble_sdk_app_blinky
Test using nRF Connect
You can also test the application with nRF Connect by performing the following steps:
Compile and program the application...
Hello Nordic support team, I broadcast data each 1 second and I use the following function (as used in many examples) to manage the power consumption. Unfortunately, I measure...
In your example you use as data type 0x09 and I dont understand why.
if I look on the Mesh Specification Mesh Beacon AD Type format
0x00 Unprovisioned Device beacon 0x01...
Hello, i have a central card nrf52840 and several peripheral cards nrf52840.
I have a program that allows me to launch the timer on the central and peripherals at the same...
Hello, I am using Linux as a central and I created python app (bluez, pygatt) which simulates the Android Blinky app. It communicates with the board and writes on the led...
Hello,
I have just started out looking into BLE and have read various articles and a book about the protocol itself. I have got a NRF52DK board and am working on a project...