Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
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...
Hi,
I saw in ozone that SW crashed with hard fault explained as escalation of exception that was not enabled.
How can I enable all exceptions to see the exact reason of...
Hello, I'm using nrf52833, pca10100.
My project is based on 'ble_app_uart', and I added buttonless DFU project.
this is ble_dfu_buttonless_async_svci_init() function...
I have succeeded in running the Multi-NUS package on the nRF52840DK. My client's client learned of the nRF21540EK and wants to try using it to extend the range in the present...
i cannot seem to select nRF Connect SDK when creating application in vs code. i already install the nRF Connect SDK v2.0.0 from the toolchain and the nRF Connect Toolchain...
I am trying to build a example program in KEIL for the nRF52832 QFAA device. When I sart KEIL the program shows a massage that says the nRF_DeviceFamilyPack.8.3.1 is required...
Good day to all I am trying to change the Application on a device with an nRF52832 chip with an existing firmware. To do this, I use nRF Connect for Mobile 4.25.3. From the...
I am developing GATT Server Reader Firmware usng nRF SDK COnnect using NRF52840
I have implemented two services in reader FW in two files say: service_a.c and service_b...
I have tried installing the nrf connect 3.11.1 on 2 different windows 10 machines. Both are clean windows 10 installs. The hard drives were wiped and windows reinstalled....
Hi,
the following event is generated when I connect two or more nRF9160DKs to a Windows machine: "Disk 2 has the same disk identifiers as one or more disks connected to...
1. 2. 3.
I am using the ble_app_beacon example as the starting point for my project. I am working on a project where a number of beacons will advertise its identity and...
How do you enable any of the i2c peripherals on the nRF9160 dk boards?
I tried changing the device overlay to the code below:
& i2c0 {
status = "okay" ;
compatible...
Hello,
I have a project that uses JWT.
When migrating from nRFConnect SDK 1.6.1 to 1.9.1, build failed with message: multiple definition of `default_CSPRNG'
The error...
I have
Hardware: nRF52840 DK - 1 nRF52840 Dongle - 1
Software: nRF5 SDK Mesh - v5.0.0 nRF5 SDK - v17.0.2
I want to program Mesh Serial example on nRF52840 Dongle using...
I try to using nrf_fstorage_write() to write data to fstorage and then waiting writting finish. But it hang at sd_app_evt_wait().
int _fstorageWrite(const uint32_t addr...