Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi
I have add a device A to zigbee coordinator, but the device A profile is private and data is not zcl, I can not get the APS data in application. How can I to get the...
Hi,
I am trying to integrate the Mesh SDK to my current BLE project which is in Keil. After porting some .h and .c files. I am getting the following errors:
I am aware...
Hi,
I am using the standard ble uart code for ble communication. I am able to receive the data sent from the nrf Connect mobile app and debug it as per my need. All i have...
Hi,
We are using nRF Connect SDK 1.1 for nRF9160.
It is not possible to turn off the shell as a log backend in Zephyr. Is this a bug or a feature? Is there any way I can...
Testing on windows 7 SP1 64-bit with 32-bit nrfjprog 10.5.0 JLinkARM.dll version 6.54c. I do not know the version I had previously but with the old version if you ran an nrfjprog...
In SDK 15.3.0 and 16.0.0 there exists a naming conflict with the FDS and DFU libraries, where both use the variable named "m_fs", which are globally defined and not static...
I am trying for almost a week to communicate from Linux Ubuntu 18.04 using BLE and always get errors. The Java Android code works well from an Android device, and the PC running...
Hi,
I was developing my customer board with nrf52832,and started with ble_app_uart .
I added SPI flash with sck 3, miso 1,mosi 0,ss 2 and it works fine.
but now i restart...
I am using a 3rd party nrf52832 module and I am trying to program it and debug it using the nrf52840 board debugger output pins (swclk, swdio, ground and power). The connection...
Hi,
I am using
Custom Board(nRF52840)
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
My board has two leds and two buttons for door...
The AWS FOTA sample starts the download of my app_update.bin file that I created and loaded into an s3 bucket.
The file downloads (you can see in the attached logs) but...
Hi, I'm using the Nordic DK52 (52832) along with SDK 15.0 to prototype an application where I can send some data from a sensor attached via UART to an BLE-enabled application...
Hey guys,
Ive been trying to add the USB power detection to our device and for some reason I can't get the desired result.
The device is a 52840 using SDK 15.2 and SD...
In order to test my custom BLE protocol on my device I am attempting to use the pc-ble-driver-py Python module (either 0.11.4 or latest version) to connect to my BLE peripheral...