hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Hello, I'm working on my Senior project for school and it involves me creating a PCB that will be utilizing the NPM1300_QEAA. Is there a footprint model for it in Altium,...
It seems that I'm getting different results reading QSPI flash from the APP vs MCUBOOT, with the exact same configuration. Writes appear to work fine from either, but MCUBOOT...
I've got an NCS v2.6.1 project on the nRF52832 running a timing chain using PPI for PWM instance 2:
The output of nrfx_pwm_task_address_get is 0x40022008 as I'd expect...
Hi,
Now, I'm doing a project. A device node sends picture data and the other one receives these data. Then the receiver shows the picture on the SSD1306 display.
At receiver...
Nordic Support,
My product uses the nRF52840 chip and nRF52 SDK 17.1. I have a feature request to support hosting multiple peripheral connections, each with a unique advertising...
I am working with NRF52840 with SoftDevice S140 and SDK v17.1.0.
The boot loader address for this chip is 0xF8000. I can set up one of the 'fstorage' module with the address...
Hey everyone,
Does anyone here have experience with firmware OTA updates over the JIO NB-IoT network? The process seems a bit different since JIO Cloud always sits between...
Hi all,
I'm trying to set up MCUMGR on 54L15, such that it can receive images from my border router when they're in the same Thread network. I read that we can upload images...
The documentation for the nRF52840's SAADC mention optional resistor ladders. What are they for? I see that the documentation specifies that the ladder's resistance is 160kΩ...
Hello Nordic Team,
For my application, I am using two nRF54L15 chips with one configured as a master and the other a slave. For the remainder of this post, I will be discussing...
Hello:
The latest nRF54L15 Errata for Rev 2 shows that the previously reported "GPIOs can exhibit radiated emissions" is no longer present in the Rev 2 SoC.
Can you please...
Dear Nordic, I'm using TIMER21 for our library, but I encounter problems with CC channels 6 and 7: their compare events never fire. The problem I configure the timer to generate...
Hi, I am new to the Nordic nrf52840, and want to start new project.
Currently, I am testing flash_fstorage_s140_pca10056 example.(version is : nRF5_SDK_17.0.2), and got...
Hi, this is a very broad issue that i am having, because i dont know the source of it. I am simply unable to use the bme68x IAQ library. i have downloaded the external bsec...
Hello,
I have opened net/udp sample - https://github.com/nrfconnect/sdk-nrf/blob/main/samples/net/udp/src/main.c over here, to try to send UDP over LTE. Unfortunately, looking...