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 Nordic team,
I am following up the tutorial ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/net/azure_iot_hub.html#lib-azure-iot-hub) conencting...
I want to ask a question.
The codes seem too complicated in main file. I created new sources and header files and carried some code into the new sources and header file...
I have a working pair of 52840 which transfer data in one direction (at 38Kbps). I want to transfer data in the opposite direction (in lower bitrate), but I find that that...
Hi,
I am using NRF52832. I Have two doubts to clarify about internal flash
1) I have done the flash write of the timestamp in a specific address of internal flash. its...
Hello,
I an using a PWM and sampling 2 ADCs in scan mode. I want to read the output of the PWM as an ADC, kind of like a feedback. Is it possible using PPI.
Thanks
Hi,
I am using an NRF 51 DK, SDK 12.3, and Soft Device S130. I am also a beginner to development with Nordic Products, and RSSI collection in general. I am using the ble_peripheral...
Hi Nordic devs,
I guess this is more a suggestion than an issue: The power profiler kit II software, when operating in "Ampere meter" mode has the power switch connected...
When I save the conf file with the following contents and select the corresponding project from `nRF Connect Options`, an error occurs and the project cannot be opened. Please...
Hello, I'm trying to port my working project from 52811 to 52832 Both are on SDK 16.0.0, SD 7.0.1 Here is the advertising code that works on 52811 :
This code crashes on...
Hello!
I'm tinkering with the NCS libraries, and I'm really liking the way this is turning out coming from the nRF5 SDK! My question is what is the best practice for creating...
Hello,
I am a newbie and trying to setup nordic thingy 91. I have booted the updated version of modem firm ware and also the "thingy91_nbiot_2020-10-30_5522ca2b.hex" file...
Hi Community!
I'm working on product development for a client/customer. The product will be a small embedded system with an LTE chip (nRF9160) and a BLE chip (nrf52840)...
I'm having a lot of confusion with using TWI on this chip. I have been running example code that I found in this tutorial nRF5 SDK - Tutorial for Beginners Pt 35 B - TWI ...