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...
I am developing an MQTT client application with NRF9160, trying to connect to a Mosquitto broker using TLS with three certificates. However, I am encountering an SSL version...
Hi,
I encountered some problems when using UARTE.
In terms of hardware, I have connected the 52840DK LOOPBACK_PIN_1A and LOOPBACK_PIN_1B.
Software code is the original...
Hello,
I see that kiss_fft is used in the libLC3 library. I would like to use it for another part of my product in addition to the pre-compiled LC3 lib, but don't want to...
I'm pretty new to embedded development/electronics and I'm trying to interface with a I2C pressure sensor, but I can't seem to communicate with it. I'm using nrf52840dk board...
Hello,
Up until today I had been developing fine with visual studio code, installed via Toolchain Manager. Then, I clicked "Pristine Build" for the first time in a few days...
I installed the VSCode extension for nrf connect.
I want to do the build on this page:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/thread/tools.html...
Hello Team,
example: SPI master_slave advanced non -blocking
i just open nRF connect sdk example in vs code and build it
I am getting below error while build
Please...
Hello,
I am trying to play with zephyr networking samples on my nRF5340 + nRF7002 EK devkit board.
I am using NCS 2.7.0 release SDK. i was able to build and run some Wi...
I'm not sure if zephyr questions can be also asked here. Problem I am struggling with is approtect mechanism to prevent flash readout. I am trying to use Zephyr config files...
Hi,
I am currently developing a custom Zigbee end device with support for FOTA updates. My FOTA seems to work (all data gets transferred correctly) but the update won't...
Hi.
I have following error:
Here is my prj.conf :
I would like to avoid using CONFIG_SHARED_INTERRUPTS.
Only GPIOTE0 is on IRQ number 11 so I couldn...
Hello,
I build the ZBOSS NCP sample from NCS v2.6.0 for the nRF52840 dongle. I use the optimization flag -O2 (for speed) in the build configuration (VS Code NCS extension...
Hi,
I am working with the Matter Light Bulb sample . I have come across a problem where I can not compile my firmware if I implement the occupancy sensor cluster using the...
Hello,
I am uploading my code with a basic URI to be advertised by the chip.
I am able to build and upload the code for the nrf52832 in my nrf52 DK, the program works...