Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
The crux of the problem is that my Zephyr I2C port is getting locked into EBUSY, and
What are possible reasons for this
How do I fix it
Context:
I'm currently...
Hello,
I am using an I2C sensor with my nrf52832 board and if I do the sensor_sample_fetch(dev), I get an error code of -16.
What does that mean?
Is there a table to...
Hi, I am using BL653 module with nRF52833, I have an issue about using USB with normal voltage mode(I am using 3.3V external power supply).Do I need to left VDD_HV pin unconnected...
Can nRF51822 scan advertisements from other microcontroller(ESP32) using Arduino IDE? Recently I have been working with nRF51822 and could only code nrf acting as server ...
Shalom!
Our central BLE nrf52840 device continuously scans using a UUID filter. I can see that the UUID is matched in nrf_ble_scan_on_adv_report(). In my ble_evt_handler...
Hello ,
I have NRF thigy 91 and nrf9160 DK board and have flashed asset tracking hex file in both the devices .
But the thingy91 is not able to connect to nrfCloud but...
Hi,
Some of purpose we want to terminate current connection and rejoin to exit PAN.
I use zdo_mgmt_leave_req to request for leave. However , at callback , the status...
Hi,
I use FDS to store some data.
After creating the file, update the data using fds_record_update().
When the update is completed, FDS_EVT_UPDATE occurs in FDS_Event_handler...
Hi,
I read data from FDS and output it to nRF USB. The output is implemented by
app_usbd_cdc_acm_write (&m_app_cdc_acm, m_tx_buffer, (sizeof(m_tx_buffer));
But I only...
I've been going through the nRF Mesh SDK and want to integrate it with my Zephyr project.. Reading through the various blog posts and documentation, it seems that the Mesh...
Hello
I'm learning the nRF5340 using the purchased nRF5340DK. After completion the beginner's tutorial advanced to the Getting Started tutorial on BLE custom service for...
I am looking at the example of the HRS collector (Central) of the SDK also called ble_app_hrs_c.
In the file nrf_ble_scan.c in the function nrf_ble_scan_on_adv_report we...
Hi,
I am using ble_app_beacon with Softdevice S140 with SDK 17.02 for nrf52840.
In the example code I want to set beaconing to only one channel (channel 39) and be able...
Hi Nordic Team,
when discovery custom 128bits uuid service, I have high probability get BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND, but sometimes I get BLE_GATT_STATUS_SUCCESS...