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
I used the sniffer to get the packes of the connect, but I have some problem. As the Fingure indicats, The master set the Interval to 10ms, but the Packet Says the Interval...
Hello,
I have 2 nRF52840 Dongles. I am trying to use one to transmit 2.4GHz wireless signal and the other to recieve wireless signal and read the connection strength ...
When I call APP_UART_FIFO_INIT(), receive and transmit some data, then call app_uart_close(), I have 3.7µA sleep current. If I don't call the uart init and close function...
Hyvää päivää,
I'm moving from Eclipse to SES which on the face of it seems smoother and cleaner. My problem is figuring out how to setup my projects. If what I want can...
I am integrating app_timer with no softdevice..
Code compiles and runs correctly at the begining but it only executes the timeout_handler function once after the app_timer_start...
I'm using nRF52, nRF52832, PCA10040 with SDK 15.2.0, nRFGo Studio v1.21.2.10. Is it possible to place all 3 of the following separately on the device using the Studio?
...
The nrfutil documentation/application is used to create a .zip file to dfu update. This package may contain a combination of application/bootloader/soft device along with...
I have looked at secure_dfu_test_images\ble\ for nrf52832 and would like to create a blinky_application_s132.zip (corresponding to hrs_application_s132.zip) to do some testing...
Team,
For asset tracking I am using nRF52840 Beacons as tags in asserts and Raspberry Pi B+ for scanning Beacon's MAC, UID, Major, Minor, Tx, and RSSI values.
To calculate...
I want to send data from nRF52840 Dongle to Raspberry Pi B+, Assume nRF52840 Dongle placed in USB drive of Raspberry Pi B+. Please help with coding sample.
The code assumes that check_rollovers_and_update_eid(...) is called every second, and that m_security_slot [slot_no] .timing increases monotonically with 1. If this is not...
Hi
I have tried to run DFU example from SDK 15.0.0_a53641a.
I also use nRF Connect v2.5.0 to update firmware.
I flashed Soft device and secure_bootloader( examples/dfu...
I'm trying to enable the UART module. The function calls follow:
nrf_init -> nrf_drv_uart_init -> nrfx_uart_init
Here we see that nrfx_uart_init() is called with
result...
I suspect I could avoid writing (admittedly, simple) code to map ble service objects to connection handles and vice-versa if I knew how to properly use the BLE Link Context...