Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
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...