Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
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...