Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hi teams,
I am testing Direction Finding beacon/scanner pairs with nRF52833 DKs.
With nRFConnect SDK v1.7.1, I started beacon/scanner pair and leave untouched for a few...
Sorry if the title of the post is a bit of a misnomer. I'm currently trying to switch IDEs. Previously I was using Eclipse, but it seems like Nordic completely wants to remove...
Hi! I'm trying out the nRF Connect for VS Code on a M1 Mac, and have a nRF9160-DK connected. The VS Code stuff works fine, I'm able to build sample programs fine, but the...
Hi,
I use 9600 bsp of UART to communicate sensor data. I would like to add 115200 uart for wifi.
To use two uarts at the same time, what configuration should I do and...
I'm currently developping an application based on the Zephyr OS with its BLE protocol stack using the nRF52805 SoC. Due to security specifications, some cryptographical features...
In sdk 16 release notes i have read 52810 chips are supported for gazell secure libraries. But when i make the project port changes as described in "developing for 52810"...
Any recommendation for a filesystem for nand flash?
My application uses zephyr on nrf85240 with a 128MB nand flash.
It samples sensors and streams their data to the flash...
dear nordic team,
I was working on nrf52840 with nrf5sdk v 17.0.1 and sd v7.3 .Im using mergehex tool to combine bootloader+softdevice + App to download it to flash(using...
Hi Everyone.
IDE : Vs Code
SDK : nrfConnect SDK
I have tried to connect peripheral device based on address. User gives input , address of ble device and based on that...
Hi, I am trying to provision device using nRF mesh application. It discovers device and when i try to connect, it gives error device disconnected.
I tried this thing on...
Hi everyone, in special, Nordic; I'm facing a problem with the last two versions of the NRF CONNECT for Desktop (3.9.2/3) & the BitDefender Antivirus... I can download & install...
Hi everyone
I'm trying to generate the .hex file for examples like Tx and Rx or for my project but I'm not able to do that, please can anyone suggest me how can i do that...
I had been able to program my custom nRF52840 just fine until I wanted to change partitions. I erased everything and now am unable to communicate with the board at all. I...
https://github.com/NordicSemiconductor/pc-ble-driver-py/issues/210#issue-1089773469
I'm trying to build the project from sources. -using windows 10, python 3.8 -installed...