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...
Hi,
What are the options to measure the execution time of code snippets? I used app_timer_cnt_get() now and is giving 50 ticks for 1ms. Is there any way I can measure lesser...
Hello everyone,
For simpilicity,assume i have a node that is connected to an esp32, that node is configured as a coap client(actually its a node that gathers coap requests...
Hi,
I am trying to get the CRC error packets during nrf_ble_scan_start execution with nRF52840 DK (nRF5_SDK_15.2.0_9412b96) as following:
ble_stack_init();
scan_init...
I am following the readme for nrfutil on generating a package file for the secure DFU. I am using the debug version of the bootloader which comes with a predefined public...
nrf52832.
SDK14.2
Segger ES V3.34a
With an initial prototype batch of 30, we have noticed 4 modules that have incorrect voltage readings, reading low ("Bad Modules...
I didn't recieve answer to my second question in this topic , so I start new one.
Is there any way to get usec time measurement with softdevice?
I need to analyze SENT...
Hey,
I have PSELP of the ADC configured to read 4 values. now I want to configure an ADC channel differently than the excising 4 channels. So can I configure the 5th channel...
I am using the nRF52832 in Rigado BMD-301 module. Updated to s132_nrf52_5.0.0 and nRF5_SDK_14.0.0_3bcc1f7, built the ble_app_uart_c without any changes and programmed it on...
Hello,
I am working in a Windows 10 environment with the latest SDK 14. I use the Segger IDE and the various support tools from Nordic (nRFGO, nRF Connect, nRF Master Control...
Suddenly all the files related to nRF9160 DK can't be opened on SEGGER Embedded Studio Nordic Version.
this is error log. I really appreciate it if you advise me.
Dear,
I am using nRF9160 DK, I want to use nRF9160 SIP to connect with another sensor ( UART /SPI)
Do you have any suggestions or examples?
Thanks,
Rgards
...
1) On this page https://www.nordicsemi.com/DocLib?Product=SDK%20Documentation
You have SDK nRF5 SDK v15.3.0 when you expand it , the top entry is for RF5 SDK v15.2.0 there...
Hi All
Just bought a nRF52840-DK board (PCA10056) with the purpose to develop a project where nRF52840 is used as virtual com port.
The Lite edition doesn't allow to...
The HOME key is controlled by the HH protocol of IPHONE. After the Bluetooth connection, the original soft keyboard on the mobile phone cannot be played out. It is necessary...
Hi,
I'm using the nrf_queue library on SDK 15.2 and I noticed that it isn't possible to peek more than one element at a time.
It would be nice to be able to tell the library...