Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
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 using MX25 external flash with nRF9160. I am unable to find the configuration to use the Zephyr APIs to access the flash. I am able to access it when I am using
spi_write_dt...
Dear Nordic Semiconductor Team,
I am a representative of ELKO EP company and we are currently in the process of obtaining FCC certification for our products that utilize...
I'm using the nrf7002 on a custom PCB, so its a brand new chip. I haven't done any OTP programming for the mac address and instead it's just a hardcoded mac address that's...
Hello Support Team,
I hope this message finds you well.
I've been experimenting with the LittleFS sample available at the following link: LittleFS Sample Code . The sample...
I am trying to use the UART over the onboard USB without flow-control.
I'm currently using a Seeed XIAO_BLE whose bootloader initializes the USB port.
I have a simple...
Trying to build on nrf51822 with segger embedded studio with soft device
I got the error increasing alignment of section .vectors from 1 to 2 because it contains executable...
nRF5340 SDK 2.6.1
I am migrating a project (based on coap_client) from NCS 2.4.1 to NCS 2.6.1, and I get a compiler error:
The offending code is this:
If I open...
I am a beginner in BLE and I want to use one nrf52840 as host and one nrf52832 as controller to learn HCI UART. In nrf52832 I flash the hci_uart program in the zephyr routine...
Hi Nordic Team,
I am using SDK 2.7.0 & board: nrf52840-dk for matter lock application and facing below issue when boot device.
I want to create factory data manually using...
I am trying to build chip-cert tool with nrf connect SDK. Can you please help me fix this issue:
I followed the instruction given on this link: docs.nordicsemi.com/.../nrfconnect_factory_data_configuration...
HI , currently i am using nrf52840 soft device s140 sdk ver. 17.1.0 i have two controllers i need to transfer the dfu ota file form one controller to other controller using...
Hi i am currently using nrf52840 s140 sdk ver 17.1.10 using central uart and i need to add dfu ota code to it how can i add what is the required files to it we tried these...
Hi All, I am having issue building a project where I am attempting to add a custom BLE service. The error message is shown below along with my relevant project files. Any...
1. Hi currently i am using nrf52840 sdk ver 17.1.0 s140 sd we have added UART in the secure bootloader/ Bootloader_ble_debug
2. we can able to send multiple bytes once ie...