I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
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...
Hello,
I am upgrading my project from SDK 15.0 to SDK 17.0 and I get this message.
Please see my project's comfiguration file:
debug_additional_load_file="../SDK_17...
Hi, all
I'm trying to i2c(twi) in low power..
In this case, I want to generate an interrupt through the i2c read function " read_touch_data " (under code).
Where...