Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
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...