Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
Hello everyone, I'm using nRF52 kit which has got only one UART module, i'm also using the log driver(which uses UART, typing stuff into a virtual terminal using NRF_LOG_INFO...
hello everyone, I need a low power product, so I am using nrf52840. There is a problem now, When I add "app_timer_init()"(I never change the code in this method) in my code...
Hi,
I'm currently experimenting with both the nRF52840 dongle and preview development kit and my question is the following :
Using a generic LTE IoT gateway with a linux...
This isn't a question more of an FYI for those who come after me...
I just spent the past hour (at least) trying to figure out why my code was producing an error on a call...
I want to compare some values of RSSI that I have obtained in a test that I have made with its corresponding theoretical value and to calculate this theoretical value I will...
I am working with the ble_app_uart example in SDK 12.3.0 for the pca10028 board, and want to add a second tx characteristic (the one which receives from the nRF Connect app...
In the blog article Bluetooth 5.1 Puts Bluetooth In Its Place this week:
At the locator hub, an antenna array needs to be designed and multiplexed to the Bluetooth SoC...
Hi All,
we are going to develop the lighting application based on nRF52832 with the use of BLE mesh SDK V3.0.0 and nRF SDK V15.2.0. I am new to BLE and also BLE mesh. So...
I have a MDBT40 developing board and a ST-Link. I flashed some example programs like UART and Beacon. And they are perfectly working. But when I flashed other programs it...
Hi,
I am facing a frustrating problem which came up all over sudden: I am using the nordic uart serice/nRF52/SDK13 and after a couple of connects/disconnects of my peripheral...
in the code below. implemented on a mesh form multiple Clients (Publication addresses) to the server (subscriped) to all the clients.
The code reads beacon data, removes...
Hi all
I would like to use UART on a custom board using the nrf52840 chip. I am using the app_uart driver and have gotten a loopback to work. I have a couple of questions...
Hi
What is the way to connect (pair) device which has nRF52832 BLE with Windows OS. We need that
Bluetooth connection creates COM port, because our software communicates...
I am in the process of replicating the BLE5 Long Range Demo (found here: devzone.nordicsemi.com/.../)
I have two of the dev kits communicate and receiving the RSSI values...