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'm reading on github.com/.../Android-DFU-Library that there is a support for higher MTU on DFU. Is there an example how i should test it?
I'm tring to increase...
Hi,
I have one chip use the VDD and GND pins on the PCA10028 and I use nRF current measurement pin monitor the current.
My question is:
Does nRF current measurement monitor...
Environment:
mesh SDK: V0.10.1
example: light_switch
compile and download IDE: SEGGER embedded studio v3.26a
Problem:
light onoff server and client can not...
I am using the ble_app_hrs_nfc_pairing example (sdk 14.0.0) on my NRF52840 with the s140 soft device. I am able to bond with my phone (Android 8.0.0 Oreo) by tapping the sensor...
Hello:
I need to disable an interrupt event outside the handler. During debugging when the nrf_drv_gpiote_in_event_disable function gets executed, the program seems to...
Hello , I want to save some data,even thought there is no power.eg. device name ,baudrate.I have try to use flash write example.How can i read or write data from a memory...
Hi all,
I have tried to mimic the LESC multi role example to my own app, but I dint have luck to pair it using LESC, MITM, and perform bonding and I received a SM_pairing_faill...
1、I down load the sdk about thingy52(about nordic 52832),it is keil 5
2、the pack 《nRF5x-MDK-Pack-5-Clause-NOD》is down load,and it is install ok
3、but after steps2,when...
I am using nordic_sdk_7 with s120 softdevice on PCA10001 board.
I got BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event from peripheral. Sending conn parameter update request to...
1、I have down load the thingy FW 2.1.0 which has three projects
2、I BUILD the 《pca20020_s132》,It is ok
3、and press the down load button in the keil
4、It shows download...
I am having problems implementing Device Firmware Update in Android. The specs of my development environment is:
Samsung Galaxy S7 Edge.
Nordic DFU API v1.5.1
...
Hi all,
I'm sending data with ble_nus_string_send() in a loop as shown below. If it returns an error it retries until it gets NRF_SUCCESS. I'm getting an error code 0x0013...
The DFU example given in SDK v12 is for secure bootloader. Hence, they are asking for public and private key. How to generate the key? Or is there any other way of disabling...
How do you do
Using E: \ Nordic \ nRF5_SDK_12 2.0 \ examples \ ble_peripheral \ ble_app_uart ble_app_uart routines, join in routine PWM program, cell phone bluetooth connection...
I am trying to record the time on nRF52840 with s140 softdevice.
I used APP_TIMER to setup the TIMER and app_timer_cnt_get to get the count. And then uint32_t app_timer_cnt_diff_compute...