I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
I want to use mbed TLS backend in BLE stack.
For example, BLE controller will use AES(hardware accelerator, I think) to gennerate link key and encrypt.
I know that SoftDevice...
I am trying to step through the code of an example of the nRF5_SDK_16.0.0 on the nRF52840 board.
I downloaded the latest version of Segger Embedded Studio (v4.30c) and I...
Hi,
Working with hx711 library and want to add some function for taring. I have a problem that when i run my simple taring function, the function returns 0, but it should...
Hello,
We have developed an nRF52840 based peripheral which works fine with Android. The SDK version is 16.0.0 and soft device version 7.0.1. It works fine with iPhone as...
Re: this excerpt from nRF5340 PDK product brief at www.nordicsemi.com/.../nRF5340-PDK: "NFC, ANT, 802.15.4 and 2.4 GHz proprietary protocols are also supported". If you please...
Hi, all:
I am really a senior BT/BLE developer, but I am still a beginner of nRF52, and I really need BIG help.
I bought nRF52DK and Power Profiler Kit recently, and I...
Hi
A nrf52832 device board is programmed with the hex file using nrfjprog command as follow for two times,
In the first time programming, the device board is programmed...
Dear Sir,
I am Takahisa Mizuta at New Cosmos Electric.co,LTD in Japan.
I would like to get to know the information about nRF52832 which is max value of thermal resistance...
Hi,
I have make an application for PCA10059, that uploaded with nRF Connect (using embedded USB DFU).
All work normaly on multiple PCA10059 board manufactured on 2018...
I am trying to setup a 0.1 sec timer to trigger a pass through the perfect_shower_main code. I keep getting an error:
'main_app_timer_handler' redeclared as different kind...
Hello to all,
I have developed our project and successfully write data into flash but got stuck for retrieve data from flash.
When I call read function getting 0xffffff...
Hi Everyone,
We trying to make Tag using nRF52810 with following expected output
1. The Tag need to send the data at fixed interval (say for every 2 or 3 sec) continuously...