I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
We wanted to understand better the use of external NOR Flash for nRF9161 applications. For example, in nRF9161-DK, this would be the GD25WB256E chip.
For modem delta fw...
Hi!
I just succesfully flashed my modem firmware to version 1.3.6 using the nrf programmer and a segger external programmer. I can still connect over the serial monitor...
I used nRF52840 board with SDK 17_1_0 ,
I want to used WS2812B in my project so any one can give me reference code for this or
can suggest me how can i implement its driver...
Hi,
I am using nrf52840 and SDK-16.0. Initially I was using SPI1 and SPI2. now along with this I am using SPI3.
we have added new feature which consumes 316*9*26 bytes...
I am trying to cancel a pending connection as a workaround for .
However when I run:
```
LOG_DBG ( "Peripheral connection timeout cancelling and trying later" ) ;...
Hello . I saw this issue raised previously but with no resolution so here it is again
I built the smp-svr sample in VSCode with Zephyr SDK 2.6.1 which produced a DFU package...
Hi all,
The question is about 125kbits and 500kbits long range modulation in proprietary protocol. I'v seen a post saying that is technically possible ( ).
But is...
Hello,
I have a project in progress with an NRF52840 chip. I was able to buy an aircard with the same chip www.kickstarter.com/.../aircard-find-your-wallet-always With this...
I receive the following error message when trying to install the toolchain manager (V 1.5.0) from nrf connect for desktop (V5.0.0):
Error: Failed with exit code 1. Failed...
Hi everyone, I am trying to send data over USB port for the nrf7002 dk Could anyone have any guide, tutorial, resources, or suggestion on how I should do that project config...
We have a device that does not support bonding, however the services changed and so we want to notify devices that may have cached the previous attribute table. To do this...
Hi,
Good afternoon. I try to implement littlefs file system in my external Nor Memory. I want to store a file and then want to access the file. I am using nrf52832 board...
I am new to nRF MCU's and nRF connect SDK, I want to interface my INMP441 (I2S MIC) with my nRF52840 MCU to print the mic data on serial monitor , can anyone please link me...
Hello, I am working on a project for nRF9160 that is supposed to provide FOTA/DFU functionality for main application, modem and nRF52832 co-processor acting as SPI HCI slave...