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...
OK. Weird question. I know, but that's only because I'm in the middle of a large program that I'm reading, believe me, I had done my fair share of homework and I understand...
I can't seem to get any of the UART examples for the NRF52 to compile on Eclipse. Eclipse is complaining that there are two definitions for uint8_t, one in _stdint.h and another...
Dear developers,
Currently, I am studying the new SDK 12.2. Now, I'm reading flash storage module. It seems very useful.
Just a question: While Persistent Storage module...
So it points to the ACTUAL value of a characteristic. So why do we need that function "ble_hvx_push()" (forgot its name, sorry, but you know what I mean) for? And what's with...
hi dear Engineers!
if I use sd_ble_gattc_primary_services_discover(..) with NULL last parameter , all SERVICES discovered OK:
start_handle=0x0001;
err_code = sd_ble_gattc_primary_services_discover...
We have a device which needs to survive dishwasher conditions. We believe most dishwashers operate up to 71C, but may reach 82C during 'sanitation' phase/drying.
This is...
Hi,
I'm using nRF5_SDK_12.2.0_f012efa and s132_nrf52_3.0.0_softdevice. We want to do the OTA on it. Before I add a DFU service to make it switch to bootloader, I have use...
Hello, I'm sending a series of data up to 7 bytes from an android phone, but I can only receive the first 5.
I'm asking what are the list of thing to mind if I were trying...
Hi,
I am trying to initiate Firmware Upgrade using the nRF Connect Mobile Application (also tried using nRF ToolBox).
As described in the below link -
github.com/.....
The footprint of sd_ble_gap_connect() is:
uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t...
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...