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, Hope you are well,
I want to test my radio function using the radio_test example but Keil gives this error:
error: L6047U: The size of this image (38900 bytes) exceeds...
Hi,
I have a client/ server question regarding indication values from both the server and the client. What is the message flow?
For example. Can the indication value...
Hi there,
I am implementing the SAADC example into my application whereby I should be able to sample all 8 ADC channels "simultaneously" at a relatively high frequency...
I am trying to change the radio Tx power in nRF5340. I'm using Zephyr HCI RPMsg for the network core. The datasheet says it should support up to 3dBm. However, the Zephyr...
In the soft device documentation (html) the message sequence diagram for Btle Stack Enable calls sd_ble_cfg_set twice with the same set of parameters. Is this a mistake? The...
Hi All,
I am developing a custom BLE profile for my current project and several of my characteristics are write/notify characteristics. I am finding that when I write...
Hi there,
I just started using Embedded Studio (v5.10d on Windows 10, nRF Connect SDK version 1.4) with nRF52840dongle and nRF5340 PDK. Here is what I did
1. Copied...
Hi, I am developing a new project in which I will use NRF52810. I read in the datasheet that it is possible to configure NRF52810 in LDO and DC / DC regulators mode. My application...
Hello:
Looking at the different demos (applications and samples) available for nRF9160, I noticed that some of them generate multiple hex files while others, only few...
Hi,
I have bootloader programmed in nrf52840. Using OTA I programmed one application region but that application stuck after bootup.
Now how to recover from this situation...
Hi,
I have an existing application built on top of the ble_att_mtu_throughput example. I want to send log data over a BLE connection, and I am trying to use the CLI over...
Hello, guys!
We are using nRF52840 with SDK 17.2. In our system, there is a need to configure nRf52840 as SPI slave device and connect it to some other MCU. Naturally, our...
Hello,
I had a problem with the nordic uart service peripheral. We are using an nRF51822 and the S130 software stack. I had a problem with the app_timer.c STATIC_ASSERT...
Hello guys,
I am facing the following problem:
I created a project from zero, using the Nordic Package for SeggerStudios
--> I selected the option A C/C++ executable...