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...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi,
I have a problem with nrf5340pdk not executing the firmware. I have to build a hello_world sample from ncs v1.4.99-dev1 and I flash the development kit with the west...
I'm considering rolling back to the sdk ver 14 to avoid the nrfx vs legacy api confusion.
I plan to use only the 52810 and 52832 SoCs.
Is there any disadvantage to using...
Hi @Vidar Berg
Hope you are doing well ! i need your help regarding the beacon coded phy . I read your post
https://devzone.nordicsemi.com/f/nordic-q-a/69595/problem-with...
Hello.
Trying to compile the AES CBC MAC example out of the box, we get the ferror below.
Your help would be appreciated.
Many thanks,
Andrew
Building ‘nrf_crypto_aes_cbc_mac_pca10040...
Hello,
Updating developer machines to OSX Big Sur resulted in nrfutil failing to execute. The install via pip works correctly, but when attempting to run the binary, the...
Hi All,
We have tested the DFU(nrf52840) from a central to the target device over the BLE. In which a central device attached to the PC(x86-64bit Linux) via a Serial USB...
Hi Folks,
I am facing an issue while trying to perform a system On suspend procedure with a wake up on HITOLOW event.
No event is triggered when button pressed.
However...
I wish to develop a bare metal application (without Zephyr) on the nRF5340.
For this purpose I am unable to find the documentation how to perform Inter Processor Communication...
Hello
I used sdk v17.0 and nRF52DK.
I wrote a code that can turn on/off various functions using buttons and apps. And I don't think there's a problem up to here.
And...
We are in the process to add spectral sensor to zephyr based BLE sample, but following the tutorial to add overlay or copying other sensor configurations not helped much....
It has been said that Nordic SDK v4.1.0 for Thread is in maintenance mode. I was told that I should move new Thread development to nRF Connect SDK. I am trying to explore...
Are there any examples of libuarte enabling both uarts in the nRF52840 at the same time? I have been trying now for a full day and keep having problems with what options to...
Hi,
I have an app based on freertos_hrs example (nRF52832, SDK14.2)
I'm trying to get it into low power(sleep) mode, however the idle task keep on running and the system...
Hey all. I was testing DFU over USB on an nRF52840, SDK 17.0.2 and I can't seem to get the actual application to run after a successful DFU. I generate my own keys, use them...