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...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hi,
The NRF toolbox iOS app contains a DFU feature which allows users to update there firmware for the nRF52832 microprocessor.
1. Rather than storing the firmware updates...
It looks like the last discussion of Sniffer on Devzone was 2-3 yrs ago.
I’ve ordered the nRF Dongle and will download the Windows-based nRF Sniffer app.
i can run this...
HI
SDK-15 - NRF52840
I'm using SAADC example of the SDK.
I read the ADC values and I make an matrix to calculate FFT using the CMSIS library..
the problem is when...
I'm definitely not the first person to ask about this, and I probably won't be the last.
Am I being exceptionally dense, or is the nordic SDK exploded across dozens of folders...
I'm using a nRF51822 on a PCB to connect with a mobile phone. I would like to know whether there is an existing example or library available to work as a central device and...
I am using BLE for NUS template example to create my app , and when I Compile my code with Keil 5.23.0.0 with optimization Level 0, It behaves good with the following operations...
Hi,
I'm developing an app which requires continuous advertising. I use following ble_gap_adv_params_t:
ble_gap_adv_params_t adv_params;
memset(&adv_params, 0, sizeof...
I need to operate sdcard from pc(by usb msc) and from mcu (nordic 52840) (fat32 filesystem) spi sdcard at same time ;
so i have a problem ,when i operate the sd from pc...
Hi,
I seem to be able to read over UART but not write. I have my nrf51822 ( https://www.waveshare.com/wiki/Core51822 ) setup to a pro micro (3.3v, 8mhz). I am confident...
Hi,
I have a multiprotocol application and I'd like to do BLE scanning for as long as it's possible. For now I made 30% to 70% BLE to Thread, and it's the most I can give...
Hi,
I'd like to be able to use an event from the LPCOMP to sample the RTC (either to a peripheral's register, or to a memory address), so I can measure pulse widths without...
Hi there!
I am running the Thread Border Router example and have successfully loaded RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img into the RaspberryPi 3B+.
The problem...