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...
Some questions about the operation of the DFU over Mesh.
If a node goes out of range while the DFU is in progress it seems that it will never get the update and the only...
Hi,
Does nRF52832 can output any frequency waveform by PWM interface? What's the maximum frequency output of PWM?
Which timer is used by PWM?
If I want to use "APP_Timer...
nrf52832.
SDK14.2
Segger ES V3.34a
I would like to send a struct to a characteristic value,
typedef struct { int8_t test1_array[30]; int8_t test2_array[30]; uint16_test3_array...
Building nRF5 SDK for Mesh v2.2.0 " dimming example " with nRF5_SDK_15.2.0 in SEGGER Embedded Studio fails with:
Assembling ‘ses_nRF_Startup.s’
D:\Nordic nRF5_SDK\nRF5_SDK_15...
Hi
I am using Ubuntu 18.04 and nordic linux development environment SDK s110 with makefile and flash
I want to to create GATT database with this characteristic status...
Hi Everyone, I am trying to add a characteristic in the BLE_UART project. I'm intending to use that characteristic to transmit the state of a button. I have copy-pasted the...
Hi,
When I am trying to connect nRF Mesh sdk 2.2 on nrf52832 DK using nRF connect mobile application I am able to connect without static passkey, now I want to enable...
Dear Team,
Using nRF52840, I want to scan all near Beacon's data such as RSSI, MAC, UID, Major & Minor values and pass these to Raspberry PI B+. Kindly suggest a sample...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask some questions about BLE security setting.
1. If I want to enable LE secure...
Hi!
SDK15, nRF52810, S110 (peripherial)
I have bonded pair with central device. Now I erase all data in this central device.The periph device has bonded data. I restarted...
Hello all.
I want to use an external SPI Flash Memory with NRF52832 module.
I'm using KEIL MDK5.17. Being the use of packs to configure runtime environnement deprecated...
I'm working on a project where we have an issue with the current BLE links (non-Nordic, HM-10 devices). Bluetooth Mesh on nRF52s has been identified as the suitable successor...
Aim: transfer large data coming from UART to nRF52832 over BLE 5.0 as fast as possible. Want to use 921600 baud rate in the case given below.
Scenario:
SDK: 15.2.0 ...
Hello there!
I'm developing an application that uses BLE to access the flash memory of a nRF52832, using RTOS Zephyr 1.10.0. The OS is Ubuntu.
JLinkRTTClient gives me...