Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
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 ...