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...
Hi Nordic
I have some issue When using NRF52832 central to connect the NRF52832 peripheral.
i am following the SDK15.3.0 ble_app_uart & ble_app_uart_c to deign the central...
Hi
I have a question about LXFO input on external low swing clock setting using nRF52832.
I can see the input specification of external low swing clock about only peak...
Hi,
I am currently developing a stationary BLE device. I am testing the nRF52840-dongle in combination with the pc-ble-driver. For that purpose, I am using the connectivity_4...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I am operating in a "peripheral" configuration, with bonding enabled. "BLE_GATTS_EVT_WRITE" occurs when notification is permitted...
We're porting over some software to the Arduino Nano 33 BLE Sense. This board comes with an nRF52840 clocked at a max. of 64MHz. However, the same code runs about 2x slower...
I want to send Tx power in advertisement packet.
Currently I am using following code.
int8_t txpower_level;
static ble_advertising_init_t init =
{
....
Customers use nrf52810 flash program to store data, but want to know what flash start and end address can be written, please point out that you can refer to that document...
Dear Nordic Semiconductor
I am using device:
NRF51802 bluetooth 4.0
Product Introduction:
Features:
1.Adopt NRF51802 bluetooth 4.0 BLE SOC
2.ARM CORTEX-M0
3...
Hi , I use the pc-ble-driver to developer desktop tools, like nRF Connect. Unfortunately, I don't know Java. I‘ve tried to used examples that work(heart_rate_collector and...
Hello,
We use a custom interface board to program and run test programs on our series of tiny BLE modules based on nRF52xxx series (ISP1507, ISP1807, ISP1907).
Our interface...
Hello ,
The test of CPS/SEN/SPE/BI-04-C [Procedure Already In Progress] failed.
While this test, the tester sometimes received the unexpected ATT Disconnect which our...
I want to advertise a data in ble_app_uart continuously after equal interval of time. Can you please give me some clue. I don't want to use beacon here
Hi,
I am currently trying to implement a beacon scanner and want to filter out all advertisements except beacons. Is there something in the beacon advertising packet that...
Hello everyone,
I am working with nrf5_SDK_16.0.0 and using VS Code as IDE. When I open the "stdint.h" header file in VS Code, the 16-bit compiler is enabled:
But, I...