Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
hello support team
nRF52 DK , Mesh 2.01
I am trying Experimental BLE RELAY example.
1. In first trial I am using 1 RELAY DK all works well.
2.In second Trial I am...
Hi everyone, I have a custom board using nRF52832 chip.
I want to turn ON and OFF a LED, which is directly connected to a GPIO pin.
Using this configuration I expect...
Hi,
I want to use the math.h for my nRF9160 project, but when I include it, it doesn't find it. I am a beginner and I wanted to ask how do I include libarys proparly in...
Hi,
I have two nRF54840 DK and I am testing ble_app_att_mtu_throughput example with the boards. I am using nRF5_SDK_15.3.0_59ac345 SDK.
The number on the chip is "N52840...
Hello!
Im getting a hardfault when trying to send 10 bytes data via NUS. I receive the data, but the app crashes:
0> <error> hardfault: HARD FAULT at 0x00000000 0...
Hi everybody. I know that it is complete standart question, which has many asks and solutions here. I'm quite new to bootloader management stuff. So asking about some targeting...
Hi,
I am fairly new to BLE application development on NRF52.
I have a temperature and humidity sensor TH02 and I have interfaced it by making essential changes in TWI...
I found a function, sys_reboot() that apparently reboots the nRF9160. In order to use this function, what must be configured and what are the correct .h files?
Thanks
Hello,
I am trying to configure my nRF9160 v0.8.5 dk for current measurement and found out that SB 44 is missing on my kit. As the user manual suggest that in order to enable...
Dear DevZone team, I am using Thingy91 in NB-IoT mode because I am located in Germany. Last week I managed to connect it to the nRF Cloud by updating the firmware (thingy91_nbiot_legacy_pco_v0...
Hi,
I have multiple sensor data that needs to be recorded in separate files. This data is being collected in parallel. Using the FATFS xample in SDK 15, I am able to write...
Hello all,
I’m trying to connect my nrf51dk (board 1) with a CSR8670 (board 2) using GAIA services and characteristic.
On BOARC 1 i have implemented “Central HRS” beacause...
We made the test with your demo SDK on the board :
PCA10056 1.0.0 2018.46 PCA10056 1.1.0 2019.26
We modify the code to gate the trace ( see the attach file)
And the...
Hello team Nordic,
Example ble_app_rscs_c is working well with my pca10056, im using it to scan for advertising reports. To do the same with pca10059, im trying to merge...