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...
Before(SDK11), I enabled uart and used printf function to print out log message to UART.
But, in SDK12 I can not see printf message. But, app_uart_put is working.
Where...
Hi
I've to provide support to an old project created with SDK 6, under GCC and Eclipse platforms. I've never had problems when creating the HEX file to be used on DFU service...
Just want to check if NRF52832 or NRF52840 can communication with iPhone 7 as instead of W1, which can transfer the data and audio from iPhone to earphone base on NRF52832...
While creating my own service I used ble_app_blinky as an example, once I opened ble_lbs.c file I saw it contains the service's declaration inside the macro:
#if NRF_MODULE_ENABLED...
I'm using nRF52 + SDK11.0.0 + s132. I have an SPI slave configured. I have 40B data being read by a master every 12ms at 1MHz SPI clock. The master is trigger to do the read...
HEY
I am using my nrf 51 dk too program the nrf51822 board externally. How I can identify the board in keil, only the 51 dk is shown in the debug settings. How i can select...
I would like to see output from NRF_LOG_DEBUG in the Rtt Viewer, to achieve that I changed (in sdk_config.h)
#define COMMON_CONFIG_LOG_LEVEL 4
#define NRF_LOG_BACKEND_SERIAL_USES_RTT...
Hi all!
These days I've developed a custom SAADC + UART program to fulfil my needs using the SAADC example in the SDK 11. I've tested it and all is working really fine...
I have 1 dongle and 2 NRF52DKs attached to my computer at the same time, when I am trying to use Keil to program just 1 board it seems like attempts to access all 3 my boards...
NFC examaples in SDK 12.2 and 13.0.0-1.alpha on nRF52832 (board PCA10040) may not work if HAL_NFC_FIELD_TIMER_PERIOD is set to a value higher than 255. HAL_NFC_FIELD_TIMER_PERIOD...
To my very limited knowledge, it has something to do with an "attribute table" of some sort. So you will have an init function, where you get to write all your attributes...
I use active scanning ,the observer will send a scan request when it hears and advertiser, and will listen for a scan response.I only see the scan event,but sent request and...
hello in nrf51 sdk, nordic has already ported freertos.
but if i want to port myself. can anyone tell me how to do it??
first i downloaded freertos from website. but then...
Hi,
I am new to nrf and trying to make some new services and characteristics for my device.
I followed the advertising , services and characteristics tutorial and was...