Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
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...
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...
I'm using nRF51(822) with S130.
I registered my event handler with:
softdevice_ble_evt_handler_set(ble_evt_dispatch);
In my main loop, I call sd_app_evt_wait(); ...
Dear,all
device:51822 s110 sdk8.1.0 adverting interval:1s
or exmaple hrm s110 PCA10005
i use moto Z phone and nrf connect apk,it is difficult to receive
the advertise...
Hi, I have created a custom PCB (FR4, 4-layered) which uses nRF52832-QFAA.
This PCB uses the λ/4 printed monopole antenna .
I wish to measure the RSSI value of this...
hi,all
i use sniffer.exe(ble-sniffer_win_1.0.1_1111_Sniffer),and sniffer connection data,the sniffer.exe often automatically quit.
the sniffer pcb is not nordic.
anormal...
Hi,
Instead of initiating the DFU library in Android with an address is it possible to handover a existing GATT connection to a device already in DFU mode?
We have cases...