I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
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...