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...
I am using nRF52833 on ncs to turn on the extended broadcast. After referring to the corresponding settings, I found that the transmit power setting does not take effect....
In standard sdk 17.0.2 is it possible to know which devices did i accidently disconnect?(Interactive command s140)
for example
my central is the interactive command...
Hi, I used NRF52 DK and NRF Connect SDK 1.6. I used the st_ble_sensor sample with no changes. When I press Button 1, I expect to get a notification on the central device....
Is there a straight forward guide that demonstrates how to changes the Asset Tracker V2 application from "Active Mode" to "Passive Mode"?
Referencing the notes on the application...
Hello,
I have been working with nRF52832 microcontroller on a custom PCB. Currently, we are implementing OTA updates through BLE, and developing using the nRF toolbox app...
Hi,
I am trying to program the nRF52 DK with external j-link Base. I am using Debug IN P18 connector and connected the following pins
j-Link base nRF52 DK Debug IN P18...
I'm a little confused about how to determine the value to set in the registers for the internal capacitors. If I select 10pF, that means that there is an internal C1 and C2...
Hey everyone,
I basically have the same question as it was discussed in this ticket: How to get unicast address on mesh server. - Nordic Q&A - Nordic DevZone - Nordic DevZone...
Hello, I'm currently planning a product that involves Bluetooth technology and came across the NRF5340 chip. I see that I can get the development kit which is a board with...
Hi,
On nRF5340 development board I followed the instructions in this link and ran the blinky example successfully: Getting Started Guide — Zephyr Project Documentation...
I got an error here err_code = pm_init(); APP_ERROR_CHECK(err_code);
<error> nrf_ble_lesc: nrf_crypto_ecc_key_pair_generate() returned error 0x8502.
<error> peer_manager...