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...
Hi,
I've tried to implement the DFU_buttonless example to my development board. I programmed the bootloader and the settings-page. The bootloader detects the application...
I'm currently in the prototyping phase of getting two nDK52840 boards talking to each other. I currently have one board flashed with the central role, and another board flashed...
Hello.
What do I need to run this example called uart?
As far as I understand this should be simple echo program meaning what comes in goes out but I can not see anything...
I want to use nRF52-DK for receiving data over UART and send it over BLE link so I loaded the ble_app_uart but hard fault occurs immediately in these circumstances - 1. If...
UART works fine as long it is configured on port 0:
But if it is configured to port 1, it does not work:
and compiler reports a warning in serial_uart.c, serial_uart_init...
I would like to test how our solutions react to a ble jammer.
is there any sample for the pca10040 dk to generate suchjam noise ? Or maybe you could guide me on how i can...
I thought I would be able to do the following, but when FDS_ERR_NO_SPACE_IN_QUEUES occurs m_fds_no_space_in_queue never becomes false. Is there any way I can wait for space...
Hello,
I'm having trouble compiling the ble_app_thingy_s132_pca20020 project on my Windows machine. I have carefully followed the instructions on the Nordic Thingy:52 SDK...
I used SDK14.1.0, softdevice s132_nrf52_5.0.0. and IDE Keil
when I run the code below, the microcontroller consumes 7.5 mA if I comment this part it consumes 200μA.
Apart...
Hi,
I an try to use "Esb function" and "App timer function (app_timer_create() and app_timer_start()" in the same project, but there have one following link error message...
Hi,
I am using fatfs of nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
I am currently doing SPI communication with BLENanov2 ( nRF52832 ) and SD card...
hi, I'm using two nrf52840 and I was given a task to transmit a string between them. I'm trying to understand ble_uart central and peripheral examples. I'm using sdk15 and...
Hi, I am using PTS v7.0 for Bluetooth profiles testing for a home device with Android O system. The PTS instruction of Android AOSP indicates "nordic app installed and running...
Hi,
I'm trying to build a custom HID device. I'm not able to receive any bytes on the host machine (I'm using an HID API). The Nordic board connects to the bluetooth of...