Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...