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 created a Zephyr project for board : nRF5340DK_nRF5340_cpuapp . Now, I need to read the Device ID from FICR. I made changes in overlay file as shoen in atached first...
Hi,
I am using SDK 17.1.0 as a host scanner. When I changed the timeout to 0, there was a problem with the connection slave (NRF_ERROR_INVALID_PARAM). I'm pretty sure the...
I'm currently using: - NCS 1.6.1 - Zephyr - NRF52840
I'm using the lwm2m client to read and write to lwm2m objects.
When the device starts for the first time, I store...
Hi,
I downloaded the hello_world_with_mcuboot.zip file that Simon provided in one of the ticket few days ago - Case ID: 283917.
I built hello_world_with_mcuboot project...
Hello,
I would like to know if the application / use case stated below is implementable.
In my application I would like an nrf52840 to communicate with the Bluetooth module...
hi,
In the NUS routine, it is necessary to turn off the peripherals before entering the idle mode to minimize the power consumption, but there is no change after adding...
Hi,
I'm trying the sample fat_fs on the nRF5340 DK
1) It does build, but there is awarning
CMake Warning at D:\nRfConnect\v1.8.0\zephyr\CMakeLists.txt:722 (message)...
On a MCU PCA10040 v2.0.0, I ran the command:
.\nrfjprog.exe -f NRF52 --program .\final_image.hex --verify --reset
Which subsequently caused the board to go into a reset...
I have a Thread bench-top environment set up that includes
One nrf5340dk flashed with the openthread coap_server firmware build and flashed on 1.8 via Visual Code
Two...
Hi
If a bug stop the application to feed the wdt,Is there any way to store 8bytes application data to flash before reset which occurred by wdt?
I find that there is only...
Hi,
I'm having some difficulties understanding how to manage commands in endpoint-specific callbacks. For example, when receiving a "ZB_ZCL_CMD_CONFIG_REPORT" I'm able to...
Hello,
I have a peripheral (nRF51822, S130, using the peer manager) that should be paired/bonded with one or many centrals. I have followed the example ble_app_bms from...
Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example and I use an android app like nRF_Connect to receive the uart data on my cell phone.
The problem is that...
Hello,
I am having an issue with the nrf_libuarte_async librairie.
I am sending data via nrf_libuarte_async_tx and receiving the data properly via the IRQ handler...