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...
I just integrated CMock which is part of my unit testing framework and i am trying to test a mocked function however i am running into RAM overflow error. Is there a way to...
May need to post this question to Segger, but I'd figure I'd ask here.
Have a nRF52832 project that compiles, links, and runs fine on the 52832/10040 dev kit board.
...
Hi All,
I am using the nrf52840 to run an application which does not use the BLE.
I need to add firmware update capability to the device so that I can push updated in...
Hi, I am running into a connection problem with connecting to the Secure bootloader example in SDK v13.1, whenever I try to connect I get Gatt 133 error. To my memory, the...
hi,
i doing a project where i have combined light switch server from nrf_mesh sdk 1.0.0 with nrf5 sdk 14.2.0 ble_uart_example to send.
my aim is to send on_off command...
We currently have an application that is running SDK 12.1 on the NRF52832. We have no issues doing a firmware update using the iOS SDK. What we are seeing is a long delay...
Hello, I am running bluetooth example.
I am using the nRF52832 board and SDK 14.0.
I modified the multilink example to make a slight modification and connect it to another...
I have a windows side application and an Android App, both of which are set to capture data from the Thingy Sound Service.
On the windows application, the data after being...
I need to be able to reserve some flash to permanently store manufacturing values that will never change. I did this on an nRF51 by reserving a 4KB block and setting the necessary...
Hi all ,
I have problem . I have 1 NRF52832 dev kit . It connect to STM32 devkit via UART . I want to tranfer firmware of STM32 from smartphone to NRF via BLE , and from...
Hi,
I added this in SystemInit() (just below the CONFIG_NFCT_PINS_AS_GPIOS section) within system_nrf.c so that I could easily turn on or off the APPROTECT read back protection...
I am using Thingy 52 and I need to use multiple sensors on the board. But the API reference is really poor and there is no examples on this. So I don't know how to configure...
I'm trying to debug a high current issue on a custom board based on the nRF52832. I'm currently loading a modified blinky app (entire main.c included below). On the nRF52DK...
hello,
I am using nrf52 DK and MPU 9255 .I am using source code given here here .of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in...