Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
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...
Hi,
I'm using the light switch example in the nRF5 SDK as base for Ble-Mesh. I'm using a nrf mesh app for provisioning. I have both client and server model in my application...