Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi,
I have a custom board similar to the thingy91.
I use two MCP251863 (same as MCP2518FD with an integrated tranceiver) on the spi3.
schematic
device tree ...
Hello there,
I am using NCS Toolchain 2.6.20240605.885759407716
I am trying to configure a project with following Firmware Update specs:
- Target MCU is NRF5340...
Hi, I am using LittleFS with some external flash. This works great on it's own, but when part of our growing program it has started crashing with the "Unaligned memory access...
Hello,
I would like to ask you about help. I have very simple task that I send state of 2 switches in advertisement packet (2 bytes) for some fixed time period. After that...
I have a custom board with the nRF9160 and nRF7200 connected.
I was able to build the radio_test sample to check if everything is working, and for now, it seems to be fine...
We are trying to setup with NRF Connect with SDK 2.7 a software with the second stage upgradable bootloader, we use sysbuild and Mcuboot as second stage upgradable bootloader...
I'm using linux as host for my development .I want to unit test my code using tau framework.I want to run it in the host is there any available NRF library or emulator for...
I have an NRF51822 QFAA C0 (build code)-based hardware for prototyping. But I couldn't find the respective development software, like SDK 4.2.2 and SoftDevice S110 version...
Hello,i test sample light_bulb and add some cluster from zap,but only brightness adjustment can be use in iPhone home app.Color temperature function cannot found in app.And...
I create a project to learn details of settings module and code as above.
When the code running ,I try to trigger settings_save_one to save data,the function return -2....
Hi, I am trying to run DHCP Client example using ethernet w5500 and my nrf is continously going into fault. sometimes it gets the ip correctly and goes into fault and other...
hi support team,
Do we have demo on how to save logs backend to external flash in ncs ?
i do see demo :zephyr\tests\subsys\logging\log_backend_fs, but there is no example...
I'm experiencing frequent crashes of the trace utility.
I understand the information provided is not sufficient to root cause the issue.
Perhaps there is a combination...
I am currently developing a project using the nRF52810 as my controller and SEGGER Embedded Studio (version 5.42a) as my IDE. I have successfully integrated the Timer and...
Hi.
We are using nrf52840 with nrf connect 2.7.0.
When compiling my app the DTC complains like so:
naturally dtc is right as flash controller + acl are sharing space...