Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi, we are trying to compile our project with NCS V2.0.0. Currently we are using NCS V1.8.0. In CMakeLists.txt we have this line to pass a custom signature key file to MCUBoot...
Hello,
I am a firmware engineer in taiwan.
I already use nRF52820 to finish a case. This case have DFU function. The DFU function can work ,but when I use (nRF Connect...
Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hi Nordic technical expert,
Can random numbers in broadcast intervals be cancelled or fixed? How to modify the software? Could there be other problems if random number times...
Hi,
I'm using the nRF52840 SDKs (15.0.0) and nRF-IEEE-802.15.4-radio-driver( 1.1.0 ). BLE and the CoAP baseed on 802.15.4 work fine, but when I call this function
void...
Hi,
I'm trying to enable PA/LNA control with a nRF5340 using the nRF Connect SDK v1.7.0. This version was the first to introduce FEM control, as described here: http://developer...
Hi,
I work on a project that required a sector in flash to store some information hence I changed the partition in the pm_static.yml file and the dts file (although I guess...
Background
M1 Mac support for nRF Connect SDK tooling is currently lacking, with the nRF Connect app, VS Code plugins and command line tools not working with the default...
Hello Team,
We are in process of verifying Long Range on nrf52833.
Setup: nrf52833 + ncs v1.8.0
We have developed an Long Range (CODED PHY) advertisement sample and...
Hello everyone!
We need to implement Apple Notification Center Service (ANCS) in our nRF51 firmware so that the iOS application running in the background mode can receive...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi everybody,
I saw topics with similar naming like mine, but none of them actually describes my issue.
I develop some simple scanner and advertiser solution.
...
To tell a central device to refresh the service list, I have enabled NRF_SDH_BLE_SERVICE_CHANGED. However, when I do this all/most of my existing custom characteristics start...
Hello,
I am trying to port ble_app_hrs_rscs_relay example to nRF52811 with softdevice s140 7.2 and nRF5_SDK_17.1.0. Everything works fine and the app is running and I can...