Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
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...
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...
Hi Devzone.
I've taken the ble_app_hrs example,
and then added the example code from the PWM Driver example.
The PWM module is mostly functional,
however I have a...
Hi,
I'm trying to build a SPI Slave <-> BLE bridge, so that everything received over SPI bus is forwarded on BLE and vice versa. In order for the reverse direction to work...
Hello,
i think this is simple question, but nowhere i can find answer. Is nRF52840 preview development kit (PCA10056) contains built in nrf52840 microcontroller or i need...
I am going through the BLE Central tutorial and am a bit confused by the APPL_LOG function calls, from what I could understand it should give messages on serial port, like...
Hello, I have nRF51822 Beacon Kit (pca200006) and nrf51 dk board (pca100028)
I had an impression I could flash beacon and upload new files using nrf51 dk board as jlink over...
I am using IOS nRF Toolbox 4.2 DFU function on nRF51 DK PCA10028. I followed the tutorial here .
Use nRFgo Studio to erase all.
Use nRFgo Studio to program...
We have an nRF51822 peripheral device that is bonded with one and only one central. The central is always an iOS or Android phone running our app, which is scanning at "low...
In the BLE advertising library, in SDK 11, is the timeout for directed slow advertising specified in seconds, or in number of tries?
Seconds would be more consistent with...
Hi All,
I have got a project running on an nRF51422 QFAC, using the lastest SDK.
I am having some problems with the app_timers, i am able to create and start them, and...
Hello all,
i am working with the nRF52832 DK and SDK11. Actually the Enhanced Shock Burst Communication is working. I can send and receive messages. From this point on...
Lets say, that I've got a chip with program in its flash. I know I can protect it from being read back, but can I protect it from flashing anything else through debugger interface...
we have two nrf51-dks and we wanna create a ble mesh.
how can we set a ble mesh and same time ble advertising on Nrf51422 DK (PCA10028 V1.2.0) Board with using examples on...
Hello,
is there a possibility on nrf51 8.0.0 softdevice to determine whether particular notification has been received by remote device?
I use sd_ble_gatts_hvx() to send...
I am facing some problems with the app_timer api. In my application I have created two app timers. The timer api is using the swi1 interrupt for its working. I am using it...