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 experiment connection problems on a nRF52 board with a Samsung J3 (Android 5.1).
To sort out this problem, I made some tests with the nRF52-DK (PCA10040),...
I have created a simple program with 4 FreeRTOS threads(One time, 10 ms, 100 ms, 1000 ms) and it works fine stand alone giving me periodic tasks as expected.
Linker portion...
In a case when we set the scan window = the scan interval does it mean that the scanning will be performed all time? Or all free time?
(But if the scanning process is performed...
Hi all, I'm working on signed bootloader on nRF52832 using sdk11.0.0. I need to update signed bootloader through dfu but I'm facing an issue that is,
I programed softdevice...
Hi all, At present all my custom projects are running on sdk11.0.0 now I need signed bootloader for these I ported experimental signed bootloader from sdk10.0.0 to sdk11.0...
Dear friends,
I am having trouble connecting the Rigado BMD-300 with my Segger J-Link.
I am using the official breakout board from Rigado. I've connected all GND pins...
We are designing an additional "mbed-host board" that makes our nRF52832 based sensor board mbed-compatible ("Aistin Blue-2" board, see predecessor e.g. at www.kionix.com...
I use nrf51822 and soft device s130. I transmit some data using the printf function, and i need to clear the buffer before send data because sometimes i have noise in the...
Hi,
I'm new using XCode and I'm trying to use this guide:
github.com/.../documentation.md
I created a simple Cocoa Application, then I added iOSDFULibrary.framework...
Hello,
I'm experiencing a hardware fault followed by a reset when running the nRF5_SDK_12.1.0_0d23e2a ble_app_hrs_freertos with the following configuration :
PCA10040...
I'm using interrupts on nRF for the first time and have some trouble wrapping my head around / struggling with uncertainty in how to use the interrupts/GPIOTE efficiently...
Hi,
the system that i designed based on nRF51822 have two mode :
the first mode is the normal mode where the nrf should have a high connection interval of 2 to 3 seconds...
Hi,
I need to have a custom service which allows configuration of multiple parameters (perhaps 50 or more - which control registers in external peripherals)
I've looked...
I am reading the device manager code of SDK10.0.0 for nrf51822. I came across the dm_gatts_context_t , dm_gatt_client_context_t . I didn't understand what they store in their...