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......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
This is a break from another thread where I was having issues getting the .emproject to show up. Now it is complaining about a missing file...
OK so I went back to the getting...
Hi, I wrote a simple program to communicate with ICM20948 IMU .
The IMU correctly acknowledges its address.
But, when I try to read its WHO_AM_I ID, the program halts...
In previous SDKs (e.g. version 15.0) the following macros were defined in app_util.h
As described in this post these needed to be modified to support more than 15 connections...
I am trying to do the segger development for the 9160 lte ble gateway. When I do the setup info for segger I keep getting a popup saying it can't find the .emproject file...
Hi
I'm working my way through learning how develop BLE Services and Characteristics for an NRF52840. I'm using the 'ble_app_template' example from the SDK (version 15.2...
Hi,
I have the following lines:
NRF_LOG_ERROR ( "This is an ERROR message." );
NRF_LOG_WARNING ( "This is a WARNING message." );
NRF_LOG_DEBUG ( "This is a DEBUG...
I am inquiring about an issue with the SPIM communication. I am reading the who am i sensor of an MPU9250 and it reads 0x71, as it should most of the time but not always....
uVision V5.26.2.0
Error #541: 'NordicSemiconductor::Device:Startup:8.24.1' component is missing (previously found in pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.24...
I have a complete implementation of OTA DFU where iOS app performs a DFU to a nRF based BT Device. Now i am implementing a fix for the situation where:
During DFU, if...
Hi,
I am currently having issues compiling the thingy52-mesh-provisioning demo from github with cmake. The Readme talks about using SES to compile it, which works fine,...
Hello, I have read multiple postings on this problem about how you have to "forget" the MCU on your android to reconnect through Bluetooth. This does not fix the problem at...
Hello,
I am having an issue where the nRF52840 dongle does not properly reset. I'd appreciate it anyone can help.
I was evaluating the DFU options, and erased the IC in...
Hi,
I am currently using the nRF52832 and I just recently realized that it does not have USB capabilities. I am building a custom board with this chip and I want to use...
My environment: SDK 15.2, SD 6.1.0, SES 4.12
I can build and run the BLE blinky example on the nRF 52832 DK with no problems. I tested LED on/off by writing to the BLE characteristic...
All,
We have an issue with the data transfer rate between a device that uses a nRF52480 (Rigado-340).
We are sending a number of data chunks, approximately 400, where...