Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
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...