IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi everyone.
I would like to know can I skip the system initialize for bluetooth stack , until I need to use the BLE stack to peripheral application ?
I have a project...
Hi!
We have two similar nRF52840 boards and want them to talk via nus_client and nus_server.
At the moment, we consider connection established after client receives the...
Hello,
I am using the AWS IoT library and I came across an issue when downloading a new image (FOTA) from AWS. The FOTA process starts so the image is downloaded up to 50...
Hi eveyone,
I try to using ncs DTM example , but I get error reset with following message. what is the meaning for MPSL ASSERT: 2, 80 , I cannot found any related info...
How do I get to the point that I can print a simple "Hello World" on a terminal from a custom board?
I have a custom board the is based on the nrf5340. Specifically, I am...
Hi,
we are working on a nrf52840 based device, which has an external mx25r16 flash (via SPI), having 3 partitions for: secondary-image, mcu-scatch-partition and application...
The informational section of Lesson 6 uses the "Controller/Target" nomenclature for I2C devices, but question 2 of the Quiz requires the use of "Master/Slave" nomenclature...
Hello,
I'm trying to achieve a rather simple program with three steps.
I initialize the SAADC to sample three channels (currently I only have one setup)
I "arm/prepare...
Hi,
In NRF52840, We use LFXO Oscillator (KJ3270001). We did not connect any crystal or Oscillator for HFCLK.
1) What will be the clock source for SPI and I2C communications...
Hi,
We've been working on taking the distance measurements from the nrf_dm sample and displaying them on a waveshare e-paper 2.13 in display. We've been able to get both...
Hi,
I have a project for nRF52 in VS Code. The project was able to compile and everything worked fine. However, after about a month, I reopened the project and now there...
I am developing LTE-M software on nRF9160. Previously, I checked that it runs well with nRF9160DK. Now I try it with my own board.
First, only for testing, I made following...