I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Following error throwing while using nrf tools
nrfjprog verion 9.3.1 -------------------------------------------------------------------------------- FUNCTION: open_dll...
Can someone explain the indepth working of nrf dfu bootloader example with respect to the init packet.
How is it decoded and the information gets stored in the structure...
Hello,
I'm getting started using the nRF Sniffer with PCA10040 and Wireshark on MacOS. I followed the instructions in the User Guide and was finally able to set it up by...
Hi
This is just a head's up. In function nrf_esb_pop_tx(void) you have the following code ...
Instead it should be the following...
Otherwise the bug is such that...
The Introduction page is inconsistent:
infocenter.nordicsemi.com/index.jsp
first it says
[quote]]The mesh stack is also compatible with the nRF52810 platform, but not...
Hi all,
As I've been researching, the mesh sdk is not supported on the nRF52810 SoC, although being compatible. Is there any development or plan in changing this? I'm planning...
Hi,
Is there any way to add conditional compilation in linker file?
I have two versions of a code, one with DFU and one without, i want to combine the versions. is there...
Hi everyone,
I used SPI interface to access a external flash with page size 256 bytes.
I found I can't access full page, because the maximum of one SPI transaction is...
hello all ,
controller nrf51822
i am trying to development for EPD 7.5 spi interfacing through external flash image send so how to set spi latch reset turn on parameter...
Hi, there
I try to use the nrf_atfifo in my program, but I found the atfifo cause hard fault in my program,below is how I use the at_fifo in my program.
and I also found...
Hello, I have a problem with my nrf52832 customised board
It has loaded the ble_app_uart example of the 15.2_SDK and It have the correct pinout from my board, These are...
1. I try DFU bootloader with OTA, it success.
2. But the Application was gone.
3. If item 2 is real, is that I have to porting the force enter to bootloader mode by botton...
Hi!
I am working on NRF 52840 Controller and Soft Device Version 6.0.0. Coding using Keil IDE in C.
Also developing using Free RTOS.
According to the requirement I need...