Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello,
As specified in the subject, I would like to know if there's a way to verify that a peer is already bonded with my device. My goal is to verify if a device is bonded...
hai ,
in my application i m using ble_app_multilink_central example for connecting with multiple peripherals.
how to connect with multiple connections ??
tried with...
Hi,
I would like to use the nRF52840 DK as a BLE Sniffer.
I followed nRF Sniffer for Bluetooth LE v3.0.0 User Guide but cannot run the DK as what is expected.
I...
Hi,
there are some erratas from the BT SIG mentioned in
https://www.bluetooth.com/specifications/errata/
Are they fixed/handled in softdevice S132 6.1.1 or any other...
Dear All, I am trying to add a custom service on the ble_template_app that I have managed to run successfully on the nRF52820.
I have successfully created the custom service...
Hi,
I am using the nRF52840 BLE chip and i need to connect the external RTC(M41T62). I have one doubt M41T62 is having the 32khz o/p pin where should i connect that connection...
How does one configure the LF clock source using the new nrf connect SDK ?
(not nRF5_SDK)
I don't see any option for then when doing
west build -t menuconfig
Hello everyone,
I have nrf52840 usb dongle and I want to implement meshSDK/ble_app_uart_coexist example for uart-mesh communication.
I follow all instructions on example...
Let me know How to measure RX Sensitivity by TESCOM TC-3000
My S.W engineer setup TX power +8dBm then He wants to know How can it measure Rx Sensitivity
nRF52840_PS_v1...
Hi
I put the MBN52832 (nRF52832) on my WSM-BL241-ADA-008DK to test the SPI (see the user guide here ).
The sample "peripheral/spi" from SDK ver. 16.0 is used for the test...
Hi everyone I have been trying to use UARTE1 + UART0 combination for a device that i am working on, I have implemented the UART0 using the nrfx_uart library and it works fine...
Hi,
I am using nRF52840 to communicate with the EEPROM. 24AA32AT-I/MC over I2C interface. The TWI scanner example detects the EEPROM address correctly for me .Now, I want...
Hi Team,
We are using nRF9160 DK, we tested that asset tracker application, that was working fine, We also tested the aws_fota (firmware update via AWS) that was also...
I want to develop a mesh network where I can send/receive data from one device to other devices(sleepy sensors) through relay/router node (always on).
For example
A (Publish...
Hi, engineer:
I need to compute FFT on nrf52840, I used sdk-demo fpu-fft, I tested the FFT operation time and found that it took 2 ms,That`s a long time, Did I configure...