I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi
I use nRF7002 with SDK v2.52, try to connect external MCU and use uart call back function, to recieved and send bcak the recieved data, It will happen fatal error and...
Hi,
I have bunch of SEDs (sensors/clients) and one or more FTDs (hosts) working on CoAP protocol. SEDs send data packets once in a while and mostly sleeping. I have few...
Hi,
I'm testing the NCS direction-finding-connectionless demo,
NCS V2.6.0
this is my overlay:
and my ant_patterns:
According to the white paper and some other...
Please, I want to flash Zigbee Weather station App on thingy53, I faced two problems:
1- i can't find the board in build configuration.
2- i tried to use programmer and...
Team Nordic,
Question for you. In nRF5340 datasheet, page 1, Flash and RAM description : https://infocenter.nordicsemi.com/pdf/nRF5340_PS_v1.3.pdf
I found description...
Hi,
I am developping a non blocking TWI (I2C) communication, calling this function:
The init function of the twi is :
Please note that the real code is splitted...
I am having some issues with spurs when looking at the RF signal with a spectrum analyzer. The problem disappears when using __WFE() at the same time as sending constant carrier...
Hi,
is there a way to implement resume download, when downloading big files over HTTP(s).
Often during download of the bin file the connection is lost and we need to start...
I have used ncs-example application workspace to develop our project. In that we were trying to include WIFI, so we include all (sample/wifi/sta) content to my project. but...
Is nRF Mesh app support feature that send customize data/command to node? The goal is to transmit data from phone to node, where it will be processed and used to trigger actions...
Hi
This is my first time using nRF connect and Visual studio but I have been following through first the Fundamentals course on the Dev Academy using the nRF52840 DK with...
Hi
I found some Bluetooth send the data unstable problem after i enable the usb cdc acm function. Can you help me to
check my setting that has missing or not thanks. ...
Hi,
I am adapting the Azure IoT example for use with the nRF5340DK and nRF7002EK.
The configuration is:
- sdk: nvs 2.6.0
- example Azure IoT hub
Initially, the getaddrinfo...
Hi Support Team
We test the nRF52840 power consumption of Thread Device follow the below links document.
(+) Analyzing power consumption in Thread Sleepy End Devices...
Hi,
I'm trying to increase the UART buffer size for the asynchronous UART API, but I'm encountering an error. When the message size is set to 255, I can successfully receive...