I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Hi, I am currently getting started with the Thingy: 91 and am having trouble getting the SDK setup.
I download the file from: https://www.nordicsemi.com/-/media/Software...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
Hello,
I need to use Port 1 pin 8 as an interrupt pin:
This results in the error NRF_ERROR_INVALID_STATE, when nrf_drv_gpiote_in_init() is called. Everything works fine...
Hi,
I want to monitor the connection state of my device as I have observed situations in which the callback functions defined with bt_conn_cb_register is not fired, causing...
Hi
I have build a sample project nRF5430_audio for nRF5340 Auido DK(two DK, one for gateway, one for headset), following the guide: nRF5340 Audio — nRF Connect SDK 2.0.99...
Hi,
I´m working on a project to send measurement data over ble and receive it. This worked for me, but I want to send the message in my own struct.
What I found in the...
I am trying to use blesniffer on wireshark. I have 2 nRF52840 dongles.
I have successfully captured traces using the 802.15.4 firmware on Wireshark with the dongle appearing...
Hello, I want to know if a typical 50ma Maximum DC-DC converter ic is up to the job of powering up the nrf52840 device working under the heaviest load?
I can't seem to...
Hi Devzone
currently i am doing some test on example central_and_peripheral_hr.
in the orignal example central_and_peripheral_hr is using the BT_SCAN_TYPE_SCAN_PASSIVE...
Hi,
I have a simple question: how to get the link key of nrf5340 audio dk when streaming as gate and handset; we want to catch the airtrace.
BR
Zhongsan
Hello,
I used the NRF52810 controller for BLE application. I have a code in which BLE advertising packet length is 32 byte i have to reduce it to 23 bytes
Following is...
I am a user developing using nrf52832. I have a question about TX POWER. TX POWER can be set to -40, -20, -16, -12, -8, -4, 0, 3, 4 by using sd_ble_gap_tx_power_set(). I tried...
Hi All,
I am using nRF52805 in my application development(), everything working fine and power management is initialized using "power_management_init();" function. But i...
Hi,
My product uses two sensors, and S113 on nrf52833
I need to communicate and compute data before to update my ble caracteristic.
Sensor 1 takes 45ms to do this tasks...
Hello,
I am currently in the process of integrating the hx711 library written by one of your developers in order to sample weight data from a load cell and send it to a...