HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
In the examples I see places where there is conditional code based on the #define HOST.
For example in function nrf_mesh_init() i see that the softdevice is only enabled...
Hello,
My team and I are experiencing a problem with our custom DFU Bootloader, which is based on the Experimental Bootloader Secure Serial example (SDK 13), running in...
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...