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...
We are using manufacturer specific data to broadcast data at 10Hz.
We're about to do some testing to evaluate different adverting and scanning parameters to find the best...
Many of the sdk_config.h examples have both NRFX_FOO_ENABLED and FOO_ENABLED defined.
So, imagine my surprise when I change, say, NRFX_TIMER3_ENABLED to 1, still get link...
Hi, is it possible to measure NRF52832 vdd voltage using LPcomp. I know I can do it with ADC but it draws a lot of current. I'm thinking if I can compare VDD to lpcomp reference...
Overview: number of bytes sent by ble_app_blinky at notification is determined by (note my changes for debug:
in ble_lbs_init() of ble_lbs.c and not by:
in ble_lbs_on_button_change...
I aam badly stuck in this error and dont know what to do with this i have downloaded ble adc scan mode example and running it on sdk17 using SES .i have removed powerclock...
Hello,
I have Thingy:91 connected to the cloud. I see that data is send correctly in json format (on nRF Cloud terminal). Is it possible to plot graph or download csv file...
The modem on the nrf9160DK (modem fw v1.1.0) appears to get stuck in searching mode. It doesn't happen all the time, and I was able to create it with the following AT commands...
Hi,
I'm using nrf52832 and SDK v13.1 and I want to use the uart driver, but I have this compile error:
Apparently the line 82 depends on the define "UARTE_PRESENT". I...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello!
A possible great customer requests us to develop an application where: some devices are activated upon connection with up to 100 BLE keys. 100 BLE Paired devices...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello.
I am running ble_app_uart altered to allow for connection of two central devices.
The connection of two devices work fine.
Upon each connected central, I can...
Hello! I would like to use a predefined example from the nRF SDK and instead of the board's button, to use an external stimulus (let's say, an external button ). Similarly...
Hey,
I am working on the nRF51 DK and nRF51822 with SDK12,S130, trying to pass a SIG PTS test for required IOPT, however always getting the same "INCONC" verdict, the PTS...
Hi,
I am trying to interface IS25LP064A External Flash with nRF52832 using SPI. I want to get the device ID/ Manufacturer ID of the flash. I am able to get the same in Arduino...