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,
I received the Thingy not too long ago. Now that I've run some samples, it's time to use the NB network. I flash the AT_cmd sample. I open LTE Link Monitor to see...
I am designing a custom board for the NRF9160 following the 91 thingy as reference.
I will operate only in US and Canada. I noticed that multiple matching circuits have...
Using ncs v1.4.0, modem FW v1.2.3, SES v5.10d. The code is based on the Asset Tracker, LTE with PSM, motion-activated GPS, using MQTT to send GPS location to backend.
prj...
We are trying to upload Bootloader only, but it fails with 'Error 5: FW version check failed'. Please view log / pictures.
We have tried to change the bootloader version...
Hello,
there is the following page:
https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/blob/master/documentation.md
Known issues
Since iOS 13.3 (?)...
Hi all. I've seen a few posts about this, but none of them seem to have the knowledge I'm looking for. I am helping plan a device that has two units and will connect to a...
Hi, guys.
I'm using nRF52 DK (PCA10040) and 16x2 LCD ( ST7032i ). I would like to create a custom icon (e.g. degree Celsus ℃). Here is my code. It doesn't print anything...
Hi,
I would like a solution for encrypted OTA firmware update and I just realized that the Secure DFU doesn't enrypt the firmware image just sign it.
I find this Q&A:...
Is there a way to change the Thread SDK example program (\examples\thread\ncp\ftd\uart) baud from 115200 to a higher 460800? If so, what steps are needed to make this change...
With SDK For Mesh v5.0.0 the replay cache is saved to flash using MESH_CONFIG_STRATEGY_ON_POWER_DOWN. In mesh_config_load() a check is made to ensure that there is enough...
Hi,
I'm working on porting BG95 to nrf52 sdk, it'd be a lot helpful if I can get a head start with some open source implementation(AT parser libraries, drivers porting etc...
Hi,
In the Product Specification for nrf52840 it´s written that setting CONFIG (0x50C) register to Pause (0) would pause the watchdog while the cpu is halted by a debugger...
nrf52840 with SDK15
I am trying to update 3 characteristics if the correct value is written to an authenticated read write characteristic. Actually all of my characteristics...
I'm trying to create a simple point to point link using the nRF24L01+ with a new non-arduino microcomputer. I've searched the internet for example Python programs but only...