I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,Team,
I am developing Long Range and Pawr using nrf54l15-dk.
For the Long Range example I refer to E:\NCS\v2.8.0\nrf\samples\bluetooth\central_and_peripheral_hr and...
We previously used the nRF52832 (with Segger Embedded Studio) and implemented OTA updates for it, along with developing a custom APK.
Now, we are using the nRF5340 (with...
My nRF52840 DK needs to interface with a convential device using the data bus and address bus. The following diagram (P.27) from the nRF52840 PDK user guide.shows the data...
Hi,
I got a question on IQ Sampling with the direction_finding_connectionless_tx/rx example.
Settings:
Sample Spacing = 125 ns
Sample Sapcing (Reference Period...
Hi,
I have an nRF5340 DK, and my BLE project runs fine on it. However, when I flash the same code onto my custom board, bt_enable() returns error -11 , which seems to...
Hi
In the newer versions of nRF Connect for VS Code, the NCS and toolchain version can be configured per build-configuration.
Is it possible to configure the desired versions...
Hi all, will need to post short as I am getting a "cannot create ticket" error.
Hi all,
I'm quite new to nrf, zephyr and embedded of this complexity but have completed...
This is odd, one thread can access i2c API just fine.
Another tread the same API call causes Secure Fault.
(These threads are mutually exclusive btw), the environment...
Hi,
I am trying to get the GPS coordinates from nrf9160 devkit so far I am following this guide . I was successfully able to get the coordinates once using:
However...
I have implemented a ublox ANNA-B402 on a custom board and am trying to flash code using the debug out header (P19). I am using Segger Embedded Studio and am flashing code...
Hi,
I have twp device: one peripheral and one central. My peripheral is sending out high payload data continiously. And my central is sending data ()in 10Hz frequency. However...