Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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 everyone.
I want to add RFX2411N to extend BLE signal coverage. I also need to minimize power consumption. I used VDD_PA to control TXEN and 2 gpios control both TXEN...
Hi,
I am testing the USB CDC ACM Secure DFU Bootloader example via NRF52840.
softdeivce uses 5.0.0-2 alpha and uses SDK version 14.1.
I have a problem.
I ran Erase...
Hi,
I need to activate one pin just before the sample is taken on a saadc channel. I have settings as in saadc example.
How can I do this? Is there any event that I...
Is it possible to send more than 255 bytes on SPI when nrf52832 is used as slave. A few solutions use SPI Master with easyDMA and ArrayList to do this. Will the same solution...
Hello,
I have a question is it possible to break the nrf52832 if I try to load the application when the UART of the module is active(TX and RX pins are 1).
The softdevice...
Context :
I am using a nrf52832 to communicate via UART to a STM32 on a custom board. I've based my work on the Ble nus service example.
Main change from the DK is that...
I am playing with example app from this tutorial devzone.nordicsemi.com/.../
I can see the app only when I start debugging. If I just power up my custom board, it doesn...
nRF52, S132, SDK13.
I need flash two .hex files. One- firmware, second- data. It flashed on a factory. data- veans serial number and other personal chips info. Now I can...
We want to flash ble_peripheral over nrf52. How can we proceed?
we use the code from following link when we try compile this code in segger studio we get following errors...
I am using keil 5, softdevice 132, sdk NRF_SD_BLE_API_VERSION=5, nRF52832.
I am trying to work with firmware update over ble.
In the example folder, there is an example...
Hello Sir / Madam,
I want to load the BLE 5.0 (BLE Mesh) stack in nRF52832 chip.
Where I can find the latest Bluetooth 5.0 (BLE Mesh) stack on internet? Can you suggest...
Hi. My application uses an in-RAM log which I then read back to a terminal on the host using nrfjprog like this:
$/Users/eliot/dev/nRF5x_tools/nrfjprog/nrfjprog -c 1000...
Hello,
Exist an example of application ble_app_uart for pca20006?I found ble_app_uart for pca10028,but I want a project for pca20006(beacon) .I want use this project for...
Hello everyone!
I've tried to send something from mesh to computer in my LAN via UDP and it works fine. Now I'm trying to implement CoAP with acknowlegements. The problem...
hi
I am looking at ble dfu example. I have successfully tested on s132 and our board needs s332 and I want to test s332. However, I want to convert the app file to zip using...