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:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi Sir
I am using an example from NCS 2.6.0 and want to modify it to use ADC channel 6 (P0.30) to read voltage values, but I am unable to get the correct values. (When I...
Hi, I have a custom board connected with DK and i was able to program it and test some simple codes. I need to test this TWI example on my board. I uploaded it but i am not...
I am currently developing with the nRF52832 using the nRF5 SDK 14.2 and need to proceed with AES-128 encryption.
However, I cannot find the CDC (Cipher Block Chaining) library...
I'm using nRF Connect SDK version 2.3.0 nrf52840, and external flash - W25Q256JVEIQ. I believe I'm running the chip at 80MHz (rated for 133), with the qspi chip and partition...
OS: Windows
Name: nRF Connect for VS Code Version: 2023.11.301
Found an issue with saving the preset file (Save configuration as preset) when project is located on a...
I'm using an nRF52840 and SDK 15.2 (although I can go to hardware directly if required).
What I want to do is to set a pin as an output with a normal drive run high on...
Hi,
Today I'm trying to run a Thread application on an nRF5340, using the secure environment (not ns). Building the firmware as ns is fine and works as expected, but when...
Hi,
I tried running the \zephyr\samples\bluetooth\periodic_adv program as a host-only application on the nrf52840 development board, with the controller using an nrf52832...
We are working on an idea for a protocol with very low latency events for multiple devices.
For this we would like to be able to transmit a packet only when no other transmitter...
Hello Nordic,
We are currently working on a project that involves communication between Main MCU and a Nordic BLE. From the documents i found that, we can use SPI or UART...
Hello. Are there any plans to officially port the nRF91 series or any other nRF MCU to Arduino for quick prototyping and cross platform compatibility? That would be very useful...
Hello Experts,
I am using nRF52833 / PCA10100 DK boards with SDK nRF5SDK160098a08e2. ( legacy product has the same so no plans to go to Zephyr )
In this SDK there are...
Hello,
I'm encountering an issue while configuring the SPI bus to communicate with a LIS3DH sensor using nrf52832. I'm working with Visual Studio Code using nrfConnect SDK...
Hi
I'm using the nrf52840DK and this example: "BLE Fundamentals, Lesson 4, Exercise 3," where you can send/receive strings between UART and Bluetooth. This works perfectly...
Hello,
I am encountering an issue with my Android OTA app after upgrading to Android 14. The OS seems to enforce the MTU size to 517 by default, but my device firmware ...