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...
Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined in this statement C:\Projects\..\lib\nrf_drv_twi.c 273
21 the same warnings. No errors...
Hi,
i have a question about s130 ble_app_hrs_rscs_relay demo, i want to add nus service to this demo, so i transplant the code from the nus demo ,
1:advertising_init use...
Hello, I just download the Android nRF beacon source code from Github, but how do I import this source code into the eclipse?
even I use the git tool import the code to eclipse...
Hi,
I want to use the following project to build a ble scanner which listen on one specific channel:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Looking...
We have added support for nRF51 devices to VisualGDB, our Visual Studio plugin for embedded development and would like to share some tutorials showing how to develop common...
Hi, CAn anyone plz help me getting the cheapest possible nrf51822 small module that i can use in my project as peripheral ?
Or any other module that can work as slave with...
Hello,
I have been able to get an application to build and run in debug mode using Eclipse GCC (Kepler) for the nRF51822. My application does not use a soft device. We...
Hello,
I want to use timer with my app. I want to make led on my beacon flash for 1 second when it recieves a value. How can i set timer to turn of led after 1 sec?
...
Hi,
I am using GPIOTE interrupts to detect button presses. It works fine but there are only four channels in GPIOTE->EVENTS_IN[] and each channel can only be assigned to...
Hello,
I'm using exeprimental dual mode example with my Beacon kit. I ported the example to work with pca2006, but i'm having problems with led. On my mkit, leds work just...
This is what happens when linking my project in Eclipse:
make all
'Building target: project_name.elf'
'Invoking: Cross ARM C Linker'
arm-none-eabi-gcc -mcpu=cortex...
Hello,
We would like our app to only be seen by:
Devices that have previously connected
Devices that we allow to be added to the whitelist via the temporary disabling...
In my pursuit to make a stable Gazell streaming device, I noticed some issues with pushing packets to the Tx FIFO.
Even through I get an affirmative response from the nrf_gzll_ok_to_add_packet_to_tx_fifo...
Hello,
After I connect my iPhone with a 8001 nordic chip without opening the characteristic I receive a pipe status event which says that the pipe is opened. This is totally...