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...
Hello, I want to make periodically wake up nRF52840, performing some work (connecting to MQTT broker, sending some data) and after that going to low power mode. Then the nRF52840...
Hello,
We want to use a nrf52840 as a logic controller which reads data from Modbus RTU Sensors (as Modbus RTU Master) and simultaneously is the Modbus RTU Server for an...
Hello Team,
We are trying to make Release and Debug mode for our software.When I compile a sample program I see lot of Debug information in the Mapfile. Will this influnce...
Hi Support team:
I'm using Zephyr cellular modem driver on the nRF5340 and set APN in prj.conf with 'CONFIG_MODEM_CELLULAR_APN="telenor.iot"' now. I need to set APN value...
Hello,
When building my project although the terminal doesn't show me using all the RAM, I get the following error message which fails the build.
I am using a...
Hello,
I was working on a ble communication using two nrf52dk boards while one of the two stop responding. The board is correctly recognised by the computer and segger asks...
When I am on to collect the accelerometer data from Thingy-53, only 3 sampling frequency options are provided which are 20 Hz, 62.5 Hz and 100 Hz as shown in figure. Please...
I am new to nRF chips and currently working with the nRF52810. I am developing with nRF Connect SDK and VSCode.
I have encountered an issue with the Blinky example (ncs...
Hello,
when creating a multi-image build is it possible to select the optimization level for each image individually?
Below is an example of the issue I am facing currently...
Running the Ciphersuites sample code on the nRF9161 I get Connection Refused on all attempted ciphersuites. Including after adding the CONFIG_EXTENDED_CIPHERSUITE_LIST=y to...
Hello,
Dev board: nRF52840 development board.
OS: Zephyr (NCS v2.6.0).
My requirement and What I am using...
- I want to perform DFU for application core & bootloader...
Hello Nordic Team, I am using nRF5340-DK and I have a PPK-2 for current measurements. My development environment is NRF Connect SDK v2.5.2. I used https://infocenter.nordicsemi...
Hello,
I am using the "direction finding connectionless beacon sample" to test various settings of the beacon. About setting parameters, I have the following two questions...
Hi. I'm working on a BLE system with Central and Peripheral with nRF5340 with 70msec of CONN_INTERVAL and about 1sec of SUP_TIMEOUT. The Central unit also has a UART that...