I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi, Goal: Send a firmware update from nrf5340 to another nrf5340 over BLE I found the following sample and a lot of support tickets talking about this sample but I am unable...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hi,
I am trying to run the nRF91x1: DECT NR+ Shell example on my nRF9161 SDK board.
I get this crash when the code runs
Can you point me to the explanation of what...
I have a question about that code, when I test my code with lightblue, it showed me that there is an service called application notification client service, but it didn't...
I'm using GPIOTE library to check the change of two switch inputs.
Normally it works well, but rarely GPIOTE_IRQHandler become never happen even if the pin level changes...
Hi Nordics!
I am using app_pwm.c file in SDK 8.1, and when I use it with softdevice(advertising or data transfer event), sometimes pwm signal is reversed.
I guess, reversed...
Hi Guys,
I am using a the 350Mhz Analog Oscilloscope HM303-6 www.hameg.com/hm303-6.0.html to measure the voltage utilised by the board when it is transmitting data.
...
Hi,
Once I enter into BLE mode I am not able to read any gpios(nrf_gpio_pin_read) also I am not able to set any gpios (nrf_gpio_pin_set).
Below is my example
uint8_t...
I'm trying to establish a bond in my project and then perform service discovery, however the discovery is returning the BUSY error.
I tried to wait for the events according...
In SDK 8.0 the bare word asm was re-introduced in nrf_delay.h , causing failures in compilations that use strict C/C++ standard conformance flags. This was noted in earlier...
Hello Developers
I have to solve a problem for which I could not find much information about online, so I am hoping you guys can help me.
I am developing a WIN32 application...
Hello, For some reason the Ble App Uart is not working on my PC anymore. I have gone over Nordic tutorial again however, the LED doesnt blink and I cant detec the device on...
Hi,
What are the general causes of SDS assert in nrf51/52 ? Assuming that SW has been tested, is there something that could happen in the code that would cause the assertion...
Hi All,
I'm using "scanForPeripheralsWithServices" of iOS to the BLE devices.
"scanForPeripheralsWithServices" sometimes never return anything.
I have to stop scan or...
Hello! I'm trying to build a program for nrf51822 via QT Creator.
I'm using QBS for build. I have a makefile from SDK examples for nrf51822. Someone can help me, how to setup...
Hi all,
I have the exact issue mentioned here - github.com/.../9
I have updated my makefile to generate only one bin file from the Softdevice Hex file, but still I'm getting...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Hi,
I'm testing the ble_app_beacon on my nrf51422 dk. I followed the instruction in the sdk documentation . All was well. Then, I tried to test with the nrf Beacon app...