Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I would like to enable the APPROTECT readback protection.
What is the advised way to do this when using nrf connect/zephyr? The following line doesn't work (the 'at...
Hi everyone, I'm new to DevZone.
I am writing to ask for info for the first application with BLE.
I need to send data acquired by sensors, RAW mode, via the BLE application...
As far as I know "nRF Connect" DFU function just upgrade one by one,it's too low.
If there is no way to update in batches with DFU,who know a example that DFU function Host...
Hi Devzone:
I would like to shrink heap and stack size to save some RAM space.
I can see in the memory usage page of currently allocated heap and stack:
As you can...
Hello,
I have reserved an area in my flash mapping for settings (0x2000 length). I would like to update it (without application) with DFU / secured bootloader / nRF toolbox...
There is no 'low BLE power' example in the nRFConnect SDK for the nRF5340 - so I am just 'trying thinks' based on documentation I can find to come up with Application/BLE...
Hi.
I want to configure a scene when I create it on a node. So I need to use the Extension field sets, described in the ZCL 3.7.2.4.2.1. I see that the stack has a macro...
Hi Nordic Support Team,
My current setup is : Android Phone <--BLE--> nRF52840 <--LIBUARTE--> External STM32 MCU
I started the example with this folder in the link provided...
The following program will start the TIMER, read the timer value by pressing the button, and set the interrupt event. However, when the interrupt event is timed, the board...
Hai, I am using the sd_power_system_off() function for the deepest sleep mode, and my question what function used to wake up my system
I am using nrf52840 board with 17...
Hello, I need to upload the SEGGER script to FANSTEL EV-BT840 (832)-V4 via nRF52832, but there is something wrong with the connection. In my project, it is needed to use beaconing...
Referenece devzone example, : devzone.nordicsemi.com/.../mesh-mac-address
We should set the new MAC value via sd_ble_gap_addr_set before mesh_init( adv_start)
But flash...
Hi, I am looking to develop some code on NRF53. Looks like only Zephyr is supported. Even the most basic example includes some Zephyr files/libs. Reading the docs it sounds...
When I send hid data using below function. (length of data is just 5)
err_code = ble_hids_inp_rep_send ( p_hids ,
index ,
len ,
pattern ,
m_conn_handle );
...