Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
ElfApp.zip This attached application is based on Nrf_uart demo app.
It works fine under Android 5.0 and 4.4 smartphone. When I click the connect button, it shows the info...
Hi,
I'm on the project where I use SoftDevice s132 on my own devBoard with nrf52 chip.
I know for Connection Interval and other parameters that determin BLE communication...
I am using nrf51822 as a central device that is trying to connect a peripheral device nrf8001.
I want to build communication bewteen them and use nrf51822 to receive the...
Hi,
I have a small question regarding flash write/erase cycles and I was unable to find a clear answer.
I can see in NRF52 specs:
Flash write/erase cycles: 10...
Hi,
I've been trying to get DFU updates working on my device for a while now... I've got the single-bank bootloader compiled and seemingly working (and a combined hex file...
how to modify ble hand shake time which normal connect to phone.
this scene the ble board has connect to the phone, but need down scoping the ble time to let the 2.4G work...
Hi,
I would like to save some data from characteristic into the Flash. Due to this fact I decided that I will use scheduler. When the value of actual characteristic is...
We are trying to complete Bluetooth qualification on our Cycling Power Service (CPS)
against the Bluetooth Test Specification (Document Number CPS.TS.1.1.0).
We fail the...
Apparently, the dfu bootloader example in nrf51 SDK 8.1 is not working on PCA10031 type(16K RAM devices). In my case, the device is RedBearLab BLE Nano and nrf51822.
Can...
Hello,
because of my mistake, rx tx pin was not cross connected.
So i want to swap rx tx pin on nrf51822.
In the example ble_app_uart_s130_pca10028, i change the code...
I used the example in nRF51_SDK_9.0.0_2e23562\examples\dfu\experimental, the first time that work well. But when I want to update a app in app(with dfu function),it failed...
Sir,
Can someone tell me what all things I should remember while I am trying to execute a project which is developed in sdk6 to be excecuted in different sdk file(maybe...
Hi, i'm using a code to save 4 bytes on the flash memory and it works. In, fact i checked the data address concerned using the keil and i see the changes when i write and...
I can send a CR terminated string through the UART using tx fifo OK.
BUT, if I receive a string from the UART rx OK first, and then try to send a string, only the 1st character...