Hello,
We’re Bachelor’s students developing a project to estimate the angle of arrival (AoA) using a BLE antenna array on the nRF52833. Our implementation builds on Zephyr...
Hello team, I am currently working on the distance measurement functionality using the development kit (nRF5340 and SDK: v2.9.0). At present, the distance measurement runs...
[ Just figured out it doesn't work the way I thought ]
Hi,
Right now I'm looking down at the nrf52840 datasheet, because I would like to do a project with such MCU, but...
Im working with:
-Windows Nordic Connect for Desktop App v5.20.
-Direct Test Mode v2.5.0
-nRF54L15 flashed with ncs v2.9.0 direct_test_mode example
There is currently...
Dear team, in my design I'm using MCUBOOT to perform FOTA DFU over BLE and I need some confirmation about the building process to be sure to do all the step in a properly...
Hi!
I'm migrating my development environment to arm-based Mac. I succeed to install nRF Connect for Desktop app for aarch64 architecture, but struggling to get Bluetooth...
Background
Our device uses the CONFIG_LTE_NETWORK_TIMEOUT option from LTE Link Control, which by default is set to 600 seconds (10 minutes). I haven’t found any specific...
Hello, I've tried the "smp_svr" sample from the nRF Connect SDK on my new nRF52832 boards because I wanted to test Bluetooth advertising and DFU capability. They compile and...
Hello,
I'm trying to setup a TCP connection to a remote TCP echo server (echo.u-blox.com : 195.34.89.241, port 7), for testing.
The socket is being opened, and I receive...
Hi!
I'm trying to make a simple frequency meter with the nRF52-DK.
Actually, i'm trying to enable a simple timer, but my program freeze. I'm using mbed studio and I enable...
Hello researchers & developers,
I have a high-level question regarding which communication system would be more suitable for my following idea.
My set-up would be the...
Hello ,
Which settings can increase the buffer capacity of ble_nus_data_send function? I get NRF_ERROR_RESOURCES when I try to load new data, i was going to create fifo...
Hi,
I was looking for an example that combines NFC functionality with BLE for pairing purposes so I was pleasantly surprised when I found that there is such an example....
This happens when I try to do DFU on my Thingy 91. I am trying to download the file thingy91_item_dfu_2020-04-29 file and the same also happens when I try update the modem...
I am using the nRF52840 and the nRF Connect desktop.
the nRF52840 serial number could be recognized like this.
the nRF connect BLE and programmer like this.
what...
Hi,
I tried to run the code which was used by another forum user:
https://devzone.nordicsemi.com/f/nordic-q-a/63149/nrf5340---p0-10-not-working-as-spim-miso-on-non-secure...
Hi, everyone
I am developing a BLE product with NRF52840 base on SDK 15.2.
Due to the cost of the product, we are now evaluating the feasibility of migrating from NRF52840...
Hi,
I am testing curve25519 in M52810.
The following is snippet.
nrf_crypto_ecc_curve25519_private_key_t bob_private_key; nrf_crypto_ecc_curve25519_public_key_t bob_public_key;...
Hi Dev Team,
I had a task to work on that required a timsetamp to schedule a certain event, like for example I wanted my modem to start off every morning at 10:00:00 and...
Hi,
I am using Thingy 52 to measure the acceleration from accelerometer. I was expecting values like m/s2 but I am seeing values in unit vector, ie, values between (0 -...
I have nrf52dk (nrf52832) board and a custom nrf52805 board. The nrf52805 board has no external 32kHz crystals, but only 32MHz crystal. Also, it is in LDO mode (no DC-DC inductors...