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...
Some helpful pictures referenced in documentation (asset_tracker_v2_description.rst) are missing:
missing at least: figure:: /images/asset_tracker_v2_module_hierarchy.s...
I am using below environment for my project
NRF connect for desktop version 3.7.0 and Programmer v1.4.11 in windows 10, NRF52840 and Jlink debugger
I have tried multiple...
Hi!
I have a question regarding the scan timeout. The situation is the following:
On a nRF52840, I repeatedly perform scans every 120s (which is controlled by a CC Interrupt...
hi
I am using nr5340 and it adrvertise as nordic_lbs.. but i want to advertise through beacon sample. it still shows nordic_lbs in my mobile nrfconnect software. but it...
Hi,
I am also facing same issue i am able to read the version register correctly and able to perform self test successfully
I am using 17.1.0 n RF5 SDK
I am using SPI...
Hi, my 1-button system off/on example works perfectly fine on nRF52 DK. However, when I move the exact same code to nRF52805, there are some errors.
I choose pin 21 as the...
I've been trying to send fast data with NRF24L01 for a long time. In order for the project to meet its requests, 32bytes of data must be on the Receiver side at a maximum...
At 1M rate, test the reception sensitivity of Bluetooth chip, the number of packets lost at -90dBm exceeded 30.8% as specified by Bluetooth Alliance, and this situation occurred...
hi all, i download the project from github master branch, i also added " pip3 install - r zephyr / scripts / requirements . txt " but still, i got the same issue. i had read...
Hi, I am not sure how to measure the signal strength of the communication within the mesh network (ie. communication between provisioned nodes), in order to verify a change...
Hello all,
Currently I´m developing a code to be load to the SDK to act as a master in a BLE communication. The peripheral is a BLE thermoter that, in order to preform bonding...
I'm attempting to revert an nRF52840 dongle to the production bootloader. This dongle has a SWD connector soldered on for use with J-Link, and I have no difficulties flashing...
Hello everyone,
We're developing an application that manages the LTE Link reconnections automatically, without interfering the GPS performance. For such purpose, when there...
I performed early software development on an nRF52840-DK. I'm using Zephyr on the nRF52840.
Now I have a custom board and started doing development on it by creating a ...