Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
I like to build a node act as client as well as server. Is it possible to build as control model in mesh and shall i get any example for control model. Please give me any...
Hello Nordic experts,
I just received an nRF52840 USB Dongle and I am trying to run one of the examples with softdevice. I am working on nRF5_SDK_15.0.0_a53641a. So, I first...
Hi,
my application runs on a bare-metal nrf52 using softdevice. I need to compress data saved in flash of size ~160KB before sending over BLE and I need to do the compression...
Greetings everyone,
i am trying to migrate from SDK 14.2 to SDK 15 but I got this problem with updating "advertising" and "scan response data". I have read other threads...
Hi, I know NRF52840 support mulitprotocol BLE/Zigbee/Thread. Would NRF52832 support those as well? For cost reason, my smart home application product would really prefer NRF52832...
Hi,
I got one of nRF52 DKs. Is there any chance that we can use this DK similar to nRF51 DK as a sniffer in near future?
I tried to program the board with the HEX file...
Hi all,
I'm interested in the new nRF52840 USB dongle. Currently I'm working on adding some security functionalities to nRF52840 PDK.
Is nRF52840 USB dongle compatible...
Hello,
I am doing a project on a NRF52DK, using SDK15 and SES.
I have been trying to implement a basic feature, which will be a part of a bigger system:
Detect interrupt...
In the course of investigating higher than expected current consumption, I've been looking at nRF52832 errata, and one that I'm concerned about is #78, use of Timer STOP task...
Hello,
I have been trying to merge the pwm_library (or gpiote) with ble_uarte examples to have controle on the pwm signal through UART events
I think i merged correctly...
Hi everyone.
I'm trying to transfer new firmware over UART for just only one node in mesh network.
My node will connect to other wireless MCU(ESP32, ESP8266....) over...
I'm using FreeRTOS and trying to get push button events to fire. The events would fire if I held the button down long enough. I found out that the problem was that "FREERTOS...
Hi
I have a custom board implementation that operates as follows:
Monitoring an input pin waiting for low high transition, BLE advertising of device.
When input event...
I'm having trouble having multiple characteristics for my custom service. My main.c looks like this:
Even though I have 2 characteristics added here, I can see just the...