How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
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...
Hi,
I need to store the 1kB of data in the flash storage and it need to be read anytime and change the data anywhere.
I am using nrf52840 DK and also nrf5340 DK to perform...
Hi,
i am working on dfu with nrf52dk. i am facing a problem when genrating private key.
in cmd i got error with following command
"C:\Users\admin\Desktop\a> Traceback...
Dear friends,
I want to realize dfu in 52840 DK by PyACI , i know there should be a bootloader firstly,
a) I have flash the seiral example(nrf5_SDK_for_Mesh_v5.0.0_src...
Hi,
i am working on dfu with nrf52dk. i am facing a problem when genrating private key.
in cmd i got error with following command
"C:\Users\admin\Desktop\a>nrfutil.exe...
Hi,
I'm using nrf52840 and connect it to a PC via NFC pad (which triggers advertising).
When I'm turning my device on, connection fails to be established. Only after...
When using the nRF52 I was able to program the device with a special test build which allowed me, via a simple CLI, to control the radio and set a channel, vary power, set...
Hi Team
im trying to change device name during running time..
i can able to change the device name working fine for connectable mode...but if i go for running time non...
the power consumption is about 6.12mW in BT connected, and consumption is about 7.75mW in advertising mode.
is it normal or has possibility to reduce it to extend the battery...
Hi, you must be sick of me!
Now that (somehow) I've got the BLE Secure DFU Bootloader to work on my nRF52840 DK board. I'd now like to load it on a nRF52840 dongle pca10059...
Hello !!
I am using ble_app_becon example code to send some data with device name. On central I'm scanning and searching with device name to identify at central side and...
Heija Guys,
I have a question regarding the usage of the Zephyr BLE and the PWM. I would like to use the Zephyr BLE Stack and the PWM Driver together. The Problem now is...
Hi,
i am working on dfu with NRF52DK. I am facing a problem with compiling a example dfu code "pca10040_s132_ble_debug" .
error message is "cannot find ../../../../.....
Hi,
We bought 2 pcs of nRF52840 Dongles and want to use them to test if a nearby BT device has the correct MAC address.
I've programmed them with "sniffer_nrf52840dongle_nrf52840_7cc811f...
Hello,
I'm using the "usbd ble uart " with twi scanner example to send a sensor value through an arduino 33 ble sense using nrf52832 and it works very well . but when...