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 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...
I'm trying to enable the UART module. The function calls follow:
nrf_init -> nrf_drv_uart_init -> nrfx_uart_init
Here we see that nrfx_uart_init() is called with
result...
I suspect I could avoid writing (admittedly, simple) code to map ble service objects to connection handles and vice-versa if I knew how to properly use the BLE Link Context...
Hi, I am merging the Thingy app (Segger with softdevice s132_nrf52_4.0.5) with the UART example (taken from ble_app_uart in SDK 11). I have been fixing some errors before...
Hi All,
I built a custom board that mounts a nrf52840 chip and I followed the schematic N 5 of the datasheet.
I also have 2 evaluation boards nrf52840 EVB "PCA10056",...
Hello,
I am interested to know if the device nRF51824 compliance with the ATEX zone norm (for example, working in certain parts of the chemical industry)
Best regards
Windows7 , nRF5_SDK_15.0.0_a53641a-ble_app_uart,,
Environment setting of SEGGER embedded studio for ARM V 3.34a
I am preparing to develop ble_app_uart using [SEGGER Embedded...
I create a mesh use Mesh SDK v1.0.1 and there is just a group ,and I want to create more groups. I compared it with Mesh SDKv2.0.1 which divide servers into two groups . The...
SDK14.0 , s132_nrf52_5.0.0_softdevice, computer platform: windows 7
//----------------------------------------------------------------------------------
I use one motor...
Hello,
I am developing a beacon using the long range feature of BT5. In order to do so, I added the line m_adv_params.primary_phy = BLE_GAP_PHY_CODED in advertising_init...
Hi,
As well know, user need to modify sdk_config.h to match different used case.
Would you please tell me the easier method tools to modify the content of " sdk_config...
Hi,
I am new to NRF development. I am using 2 nrf52840 DK one as central and other as peripheral(for reference). I am using ble_gap_gatts example from central side. i...
Hello,
I am using NRF52840 development board with SDK 15.2. I am using the template peripheral project since i want to get comfortable with the peripherals on the board...
Hi All,
I am working on customized board using nRF52840 chip, I have a application which was developed using nRF development kit that communicates to my customize board...
I'm trying to follow the SDK 15.2.0, nRF52832 development board, BLE Secure DFU bootloader example. I cannot seem to get beyond exception error running nrfutil to download...
Hi
I am using ATM90E36A IC from microchip for which Microchip gives ATMEL studio library.
Is it possible to compile the library in Nordic SDK 15 and use the functions...