I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
How to integrate Opus coding on NRF52840DK, is there any example reference for integration or documentation for porting? Hope you guys can help me, thanks!
Hello. Is there anyway to get the source code or a flag added to the PPK2 to not reset itself when communication is over?
We are using a 3rd part Python API to configure...
Hello DevZone,
My team is developing a wearable that has time constraints which, we believe, are not being respected by Zephyr.
The setup is a nRF52840 based board...
Hello all,
out of the blue I cannot compile a project originally written in SDK 2.5.0. Last time I worked on this project was a few weeks ago and nothing has changed, not...
Hello,
If I try to repeatedly connect and then disconnect from the LTE-M network with an nRF9160 (I'm using the Actinius Icarus v2 board), I observe that the first 30 (approx...
HI ,Nordic
Currently I am trying to get voice data via DMIC on NRF52840DK and send it out via BLE after OPUS encoding, but I am having trouble: nrfx_pdm_start keeps triggering...
When using two 52833 boards for distance measurement, when testing at 60cm, the distance value obtained sometimes wobbles between 0.6-1.2m, but sometimes stabilised around...
Hi,
I am using nrf SDK v2.3.0 with nrf Connect extension of VS Code on MacOS
The nrf Connect Extension was automatically upgraded to v2023.9.169 last week.
I noticed...
Problem Statement:
I am working on a project where I want to stream audio from a customized Android app to the nRF5340 Audio DK over Bluetooth Low Energy (BLE) . The nRF5340...
I am using ncs version 2.5.0.rc-1, I want to initialize the icm-42670 using nrf52832 zephyr ready made driver for invensense. But i continuously seeing sensor: Device not...
Hi,
We are profiling our custom battery to get the battery model. using the nRF fuel gauge connected to the nPM1300-EK board as we intend to use the nPM1300 nrf_fuel_gauge...
Hello!
We. are now developing on nrf82840 , using zephyr SDK 2.6.1 with toolchain v2.7.0
when our program runs, psa_import_key always return error code : -134
After...
ICM42670P and nrf52832 were tested in examples such as spi and spis to configure them as SPIs, but data could not be received. Can someone help me? configured with sdk 17...
I am using nrf52840 dev kit to connect to nrf connect app on my android phone. I using ble_app_uart example to fetch Mobile mac ID when event BLE_GAP_EVT_CONNECTED is triggered...