When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
hi guys:
When I was using mesh sdk, there was an error in compiling.
I use examples\light_switch\server\light_switch_server_nrf52832_xxAA_s132_6_0_0.emProject
I am...
Hi,
I am using SDK 14.2 -> BLE peripheral proximity example. I was trying to add a custom service and some characteristics to this proximity example. I basically took the...
Hi, I have two strange problems regarding the NRF_LOG. 1. In a for loop, char string that has changed is not printed out as what it contains now, it is printed out as what...
Hi,
i have purchased the following module
However, after connecting the VCC and GND to 3.3v DC supply the module is not detected. My questions are :-
Does...
how to slove it
1> Linking light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0.elf 1> build/light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0_Debug/obj/ses_nrf52840_Vectors...
I am using the nRF52832.
I want to go to sleep in absolute lowest power mode possible that still allows a timer for wakeup. Using LFINT.
I don't need ram retension, etc...
Code example: nRF5_SDK_15.2.0_9412b96\examples\peripheral\usbd_ble_uart_freertos
Board: custom board with nRF52840
What are the fastest and easiest steps to make this...
Hello,
I am trying to code nRF52840- DK with MAX30003 ECG Board Using SPI. I have referred Arduino Uno Code for MAX30003 ECG.
I need some help for Driver Development if...
Hi,
Is there a way to dynamically disable only the fork of a PPI channel or should I go through disable-free-alloc-assign sequence?
Will nrfx_ppi_channel_fork_assign...
hi, nordicer:
two device, a peripheral and a apple phone as central. we want to support scan request and response with ADV_IND mode, I understand as following:
(1) peripheral...
Hello,
I use the LAIRD module BL652 with the nRF52832.
My project consist of do a synchronous between many board. Each second, I restart a timer of 1 second.
I include...
Hi guys!
I want to add SPI to my BLE project to read some data from my gyro.
Adding other headers was no problem, but when I want to add some code from the SPI-Example I...
Hello,
I am trying to run mesh DFU examples in following environment:
Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic
I have installed...
I am in the process of porting a current production application from SDK 13.0.0 to SDK 14.2.0 https://devzone.nordicsemi.com/f/nordic-q-a/39494/dfu-migration-sdk-13-0-0-s132...