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 am using nRF7002 DK to develop MQTT + I2C sensor. The following are my steps
1. use samples/net/mqtt as the base architecture, everything running well ( I don't...
Hi
From the past few days, I have been trying to perform FOTA with BLE using external QSPI flash. However, I'm unsure if I'm creating the proper files and adding the correct...
Hello, I'm starting to study MCUboot with the intention of implementing firmware upgrades in a product. I'm currently working with the nrf5340dk eval board. As far as I understand...
Hello, I am porting my projects from NCS v 2 . 6 .0 to v 2 . 7 .0 and I am defaulting my builds with sysbuild enabled .
I have a project that has FLASH enabled but doesn...
If you run the exercise 1 code as-is (with the lines from the course materials added) it will run out of sockets and fail within a few button 2 presses. The problem is that...
Hi, I'm using nrf5340 DK. I am developing a device that needs the nrf chip to simultaneously recieve audio from a device and send sensor data back to the device over BLE....
I'm changing and testing my code with nRF52832 by NCS.
When I try to connect ,I will get those information.
SEGGER J-Link V7.94e - Real time terminal output SEGGER J-Link...
Dear Team,
into the Connection parameters chapeter of the Lesson 3 is stated that
The relation between data length and MTU is not one-to-one. On air, the data length can...
Hi Nordic Champs
We have developed a nRF52820 based USB dongle board, as attached. It will be open source hardware soon. [ have attached pics]
Would like to know if...
Good morning, I've been trying to evaluate the Thingy91 with the asset tracker v2 firmware but I wanted to connect it to our own AWS so I needed to compile the asset tracker...
I am using an N52811 QFN32 on a custom board.
I modified the SAADC sample as follows and ran it on this board. (3.0V was input to AIN2.)
However, p_event->data.done...
When I launch the Power Profile in nRF Connect for Desktop, the following log appears, and it cannot connect to the PPK:
The versions of each application are as follows...
As the question explained. I want to know if we can implement all three zigbee roles viz, Edge, Router and Co-Ordinator in a single project and can be able to switch them...