Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
I wonder if there is any way to program DK without physically owning it. Is there is any kind of simulator? Namely, we are in the process of developing for one startup, so...
nRF52832, SDK15, s132
When I have event PM_EVT_BONDED_PEER_CONNECTED, should I call
for secure connection? Or it secure connect will call automaticly from SD? Because...
Application Summary: My application is a mesh node that also implements a BLE central (to periodically connect to a BLE peripheral) and acts as a mesh relay with custom mesh...
Hello,
I'm trying to get an idea of the level of security provided by various security features described in the nRF52840 specification and several of the application notes...
Hi!
I'm currently setting up the nRF9160 dev kit for development and are having some trouble with "building" the asset tracking application.
Building ‘zephyr/include...
Hi All,
I am doing a Mesh development project with nRF52840 and a custom board. SDK version: nrf5SDKforMeshv320 Testing Example: light_switch
I had changed the port/pin...
The goal is that we can update the firmware version with the smartphone or tablet without having
need to go through the development tools
(cable, IDE, ...)
if so, how can...
Hi,
In our firmware we're writing the entire contents of our UPDATE.BIN file successfully with flash_img_buffered_write's, but after boot_request_upgrade and a sys_reboot...
When my Nordic device is running my custom BLE application I notice that the device address is 0xC4318DBD687C. When device is running the bootloader service the device address...
Hi Nordic,
As far as I can see, there is BLE_NUS_CONFIG_LOG_ENABLED defined for ble_nus in sdk_config.h. However, I cannot find the similar BLE_NUS_C_CONFIG_LOG_ENABLED...
Hi, can we use a manufacturer name of our own for the usb in nrf52840?
We know that we can still use the Nordic Semiconductor's usb vendor in a commercial product.
Best...
Hi, Can I use nRF24LE1-F16Q24-DK without nRFgo Starter Kit? If yes please suggest me programmer to program nRF24LE1 by Keil IDE. by referring documentation I found its support...
Hi
SDK v15.2.0 SD 6.1.1
I have managed to send out "Connectable, Non-Scannable" extended adverts with some AD packets as payload. On a frontline sniffer as per the file...
I am developing a HID keyboard based on an nRF51822.
The firmware source available here:
https://github.com/martonmiklos/ble_keyboard_fw
(It is based on the ble_sdk_app_hids_mouse...