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...
As the title says, I'm getting a hardfault on a call to pm_init() in a BLE peripheral HRS trial application. This is on a micro:bit v2 board, which has an nRF52833 Cortex...
Hi, Im trying to add accelerometer value to my own service. The device is advertising, When I connect to the nRF Connect application, I can not see my service, the status...
Greetings,
I'm using nRF52 DK to transfer LIS3DH accelerometer data in Bluetooth. I successfully managed to establish an I2C connection with my sensor, I get my XYZ values...
Hello Nordicsemi Community,
I am attempting to update the firmware of nrf5340pdk cpuapp from a mcumgr cli running on a raspberry pi 4 linux. From the logs, it seems the...
Hi,
i am using a nRF52840 with sdk v17.0.2 on soft device s112. using the ble beacon example. i can set up the connection from the raspberry pi with a 2 second beacon...
Hello Nordic Team
I am working on SDK v-17.0.2 SPI example to interface with external flash memory. I have Winbond W25Q128FV and Fudan FM25Q08 flash memory but have same...
Hi,
I have modified the Cloud Client sample from ncs v1.4.0 for sending sensor values to the AWS IoT. The sensor code makes use of GPIOTE interrupts using this sample as...
Hi after a long time,
we have developed a custom board with nRF52840 and there is a part of the project, which is focused on sensing sound and evaluating sound pressure...
Hello,
I am experiencing a weird issue with a code which I wrote for my ultrasonic distance measurement sensor for Thingy91. The code works fine and gives measurement values...
Hi, I have a very odd problem but one which is consistent. As part of my lcd library I send several ''packets' of data interleaved with spacing from a timer. It typically...
Hi,
I am developing using nRF52820 / SDK 17.0.2
In order to store data in FDS, the handlers were registered and initialized as follows.
FDS_Event_handler does...
Hi.
I am working on nRF52832. I want to store a structure with 492kb I am getting heap is too large error. So how can I tell the complier to store my variable in flash instead...
Hello,
I am using nrf52_DK to debug PDM with a digital MIC, and select the pin 29 for the PDM CLK, But I haven't seen any clock signal output, for generating the clock...
I am develop a android application with BLE.
My bluetooth device can be searched by bluetooth scanning of android.
And my application can connect with the bluetooth device...
Hi,
My system is
- nRF5340 custom board - Zephyr OS build v2.3.0-rc1-ncs1 - nRF-Connect-SDK v1.2.0
To perform DFU over UART I was told to merge MCUBoot + mcumgr +...