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,
I just bought an nrf51822 evaluation kit and a segger J-link BASE Jtag. I understand that I have to play with the SW4 swith and the U4.
I identified the switch...
Hi
I am trying to setup my raspberry pi to receive message from Arduino using C++ code. I am getting a below error message. pi@raspberrypi:~ $ sudo g++ -Wall -Ofast -mfpu...
Hi I just have a simple question and that's where the code keeps Bluetooth mesh control how many devices it has in its stack that it has provides keys to. for every time I...
hi
sdk 15.0,
IN Multilink, 15 devices is operate normally. However, changing the device to 20 causes problems.
Is there a way to fix the problem?
attached source ...
Hi,
I was trying out the long range example provided on the NordicPlayground GitHub repo, and worked great when communicating between two nRF52840 dev kits. I however noticed...
I know that the the +/-250ppm LFRC accuracy is required for BLE... but is that just for a system that receives data? Is there any need to calibrate for a system that only...
Hi all,
I am using PCA10040 with nRF5_SDK_14.2.0 and using the ble_app_uart example.
Basically I have a large array of size 18750 to send out and having read on the forum...
Hi Dev Team,
I would appreciate if you can help me sort out the errors that I am getting when doing a DFU OTA using the 52 Dev Kit to the Thingy. I basically followed...
I have an input connected to P0.18 on my nRF52832, which needs to be driven high by an external source. I am running into two problems, which may or may not be related:
...
Hi,
I have seen some posts from
Ole
and
Hakon
about the bulk data transfer. But I have some confusions which I want to clarify before implementation.
I need...
When I update the firmware to version 2.1.0, the value that TVOC reads is always 0, whether or not it is related to the thingy gas sensor requires 48 hours of operation time...
So, after upgrade to Thread SDK 0.11, I'm not able to perform DFU again. Symptoms are identical to devzone.nordicsemi.com/.../ - this time on nrfutil v3.4, with pyspinel=...
How do you pan along the Y axis using the nrfConnect version of the PPK ? I can zoom in using the ctrl and right mouse button, then pan left and right, but I can pan up and...
SDK v14.2.0 using s132
Our central should only have one connection at a time, so I set
#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 1
But when it is connected to a peripheral...