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 am unable to find cause of issue i am working on BLE and PWM driver when i get data in nus_data_handler i am calling pwm init function. and then it is going to
ble_advertising_on_ble_evt...
Hi,
I am wondering if it is possible for a peripheral device to interpret and react to a specific value written to it's CCCD by a central device. In all of the examples...
Hi,
I'm using nrf51822 / sd130 / sdk 12.1.
I am doing minimizing current consumption.
My main function is like below.
I checked no wakeup in sleep mode.
But, current...
What is different between the two hardware versions? I notice there are several examples for the 10028, but not as many for the 10031. What is required to make a 10028 example...
I am trying to get nRF Connect 1.0.0 to bond with my sensor (which uses a nRF52832). This works from several other programs (CySmart on Windows, LightBlue on iPhone), but...
Hello Nordic Team,
I have a question about RAM Related Issue for our program or rather more generally in relation to a board test that we just received and for which, with...
I know the Project options can be configured in the iar_nRF5x.icf file, but there is no option for ram size. If the RAM start and end is given, I guess that is the ram size...
In the BLE Characteristics, a beginner's tutorial
Martin mentions:
Since this is a beginners tutorial we will keep it simple and leave the doors wide open. No security...
Hi. I am having trouble getting the sd_app_evt_wait() call to work correctly in my code.
My main program works like this:
<inits>
for(;;)
{
<read saadc>
<sd_app_evt_wait...
I have configured the nRF52832 as a GAP peripheral and wish to establish multiple concurrent connections between this and GAP central devices (Phones). Is this possible? What...
Hi,
my current project needs an i2c slave eeprom emulation like it is in the example projects of the sdk. The difference is that I need a larger packagesize of one transmission...
I want send out 6 notification in one connection interval. But now I only see 3 packets in my sniffer. So I want to know how to achieve this goal?
This picture is captured...