A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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 Nordic Team,
I am currently working on developing applications for custom boards using the nRF Connect SDK v2.6.0, specifically focusing on the nRF52840 microcontroller...
I have build a simple program to Interface my PDM (ICS 41351) Mic with my nRF52840 DK usnig nRF SDK on VS Code, although the program in build and flashed successfully I cant...
Hello Nordic Team!
I updated to version 5.0.0 of NRF Connect for Desktop and since then, when I try to program my development kit in VS Code, it can appear as connected...
Hello,
I wanted to evaluate the nRF53 platform with nrf connect SDK so I got new nRF7002DK board. I have following versions of all tools installed.
- nRF connect SDK ...
I want to edit the sample source (nRF5340 Audio) and program it on my own board. The connection is CIS. I am using NCS version 2.5.0.
I want to set the I2S clock as follows...
I tried the following settings to output 12.288MHz I2S MCLK with nRF5340 Audio, but it did not work as expected.
The I2S settings I want to output are as follows.
MCLK...
I am currently writing sniffer firmware to the nRF52840 and am trying to check Thread communication using WireShark.
When I displayed the RSS, I got the value shown in the...
Hi,
I am just starting to develop a nRF5340 based prototype. I am using the openthread CLI example as the first step. I have configured the device tree to suit our board...
Hello. We recently started working with the new nrf connect sdk and we need to implement a very simple bootloader that would only jump to the main application at a specific...
Hi there,
I have a project developed in SES, using nRF5 SDK v15.3.0 with only Just Works security without using LESC running on nRF52840. It has been running fine for 2...
In our custom board we checked WIFI, facing below issues, 1. We flashed sta sample project to our custom board facing the issue below. Is there any configuration needed to...
I am using Asynchronous API of uart to receive the data. During the reception I face UART_ERROR_FRAMING issue in UART_RX_STOP event. But after getting that too it enables...
I use the nRF52840 development kit. In this Board i flashed the ncs zephyr sdk v2.6.0 sample code for system off and device going to sleep.
i Want to wakeup the board from...
I made an assumption that the nRF52840 Dongle has the ability to communicate via UART as most boards I worked with have this feature. This seems not to be true, but I don...