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...
This is what I believe, of course, my beliefs are flawed, so please DO point my errors out:
There is this attribute table on server/peripheral devices. The actual...
Hi,Nordic
I have one nRF24LU1P device, when I make it as USB Dongle, I will use :
hal_usb_endpoint_config(uint8_t ep_num, uint8_t ep_size, hal_usb_cb_endpoint_t endpoint_isr...
When I repeatedly (>290 times) send the same notification to the connected host via sd_ble_gatts_hvx, I get a sd_assertion:
Fault identifier: 0x1
Program counter: 0x104FA...
Hello,
I have a custom board which has NRF52832 SOC(i.e. main MCU) and another ARM Core-M0-based MCU(i.e. target MCU). These two are connected over I2C. I wonder how to...
nRF BLE sniffer is crashing within the first few minutes of use. Attached is the log of one sniffer
session from the start to when it crashes.
Here is my log.txt from...
I'm working my way through BLE Advertising, a beginner's tutorial and getting a SDK error 4001 when trying to use
advdata.include_appearance =
true;
Can anyone...
Hello!
I'm trying to nRF52 soc chip to drive the matrix sensors array (16x16), because there is no enough I/O pins for my project and thinking of use the shift register...
Hello everyone,
I have a program which set configurations by using write (nrf_drv_twi_tx) in the registers of a sensor.
I use the SDK 8 in the nRF51.
Here is the code...
Hello, I want to test using RTT for logging since I am using UART for send/receive packets. I made following changes in sdk_config.h:
#ifndef NRF_LOG_ENABLED
#define NRF_LOG_ENABLED...
I have device with nrf5x and I will customize this device on production. I use to flashing nrfjprog.
Will prepare one hex file and customize e.g serial number during flashing...
Good time dear Engineers!
Faced with a general Problem.
I use two nRF52 boards connection : Central <-> Peritheral.
init data: MIN/MAX conn intervals = 10/30 ms
...
I noticed that the GPIO port read and port write for SDK v12.2 changed to accommodate chips with more pins but I can't find much information about it. How do I use nrf_gpio_port_out_read...
I want to make a frequency of 750khz, 50:50 duty ratio.
How do I use pwm?
I use it. nRF52832 PCA10040
I used the PWM library example but it failed.
The frequency...
I'm using nRF5SDK V.12.2.0.
In the app_ble_uart example, trying to change MTU size as below.
#define NRF_BLE_MAX_MTU_SIZE 103
...
#if (NRF_SD_BLE_API_VERSION == 3)
...
I am using SAADC with TIMER3 and PPI, sampling 12bits at 250Hz.
When I use 10uS acquisition time, the average current consumption is 300uA lower than when using 3uS or 5uS...