I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
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...