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
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
I am trying to connect to another type of board via the UART on the development kit. However, there seems to be a voltage mismatch. Are the nRF52840 development kit UART signals...
hi... i want to store data in flash , i will get the data periodically . i have merged the ble_app_uart +fstorage example . Even i am writing data to flash using write command...
Hi everyone, I have a question related to the power supply of nRF52840 DK
I want to operate the nRF52840 DK with a LiPo battery (for experimental purposes). Is it possible...
The antenna is mechanically symmetric, but as I understand not electrically symmetric.
Is this an errror ?
www.fractusantennas.com/.../UM_FR01-S4-210.pdf
Chapter 5:...
I am wondering what happens to the NRF LOG statements when not running in the debugger.
I have found (probably due to interaction with the SoftDevice) that too much NRF_DEBUG...
I cannot get the scope of the sdk_config.h file to encompass all modules. Process
Start with example project using the file system as per the install.
After compiling...
I would like to use the UART at the lowest possible level and Ihave created a very simple example which uses the UART bus with the registers. The example should write word...
Radio is flashing green, on and off, but I can't seem to connect to it. Looking at the graph of usage, I can see that it is talking to something since the available amount...
Hi,
I'm using pc-ble-driver-py.
I bought the nrf52832 dongle.
The problem is uart pin number of dongle.
The pins of my dongle and the pins of the hex file are different...
I am working on adding firmware updates to my BLE application on the BL652 module ( nRF52832/PCA10040 ). nRF 15.2.
I added in the code for the BLE Background DFU, which...
Hi ,
I can not understand or there is something wrong in this example here ;
He defined " point_fifo" but initialized "my_fifo" , How does this work ?
https://infocenter...
We want to qualify a product with nrf52832 and preferable S132 6.1.1. When we tried to use QDID 125047 there were inconsistency problems in Launch Studio, table 1a was not...
Can i configure more than one pin for wake up the microcontroler from deep sleep ? like this: nrf_gpio_cfg_sense_input(30, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW); nrf_gpio_cfg_sense_input...
What is the receive buffer size for IP packet data, i.e. how many bytes of data can the modem receive (in one or several UDP packets) before I call recv() or recvfrom() on...
Hi Sir,
For test the nRF9160 GPS, based on the nRF connect v1.2.0.
Do we have the GPS API for cold/warm/hot start?
And which example code we can reference?
Thank you...