Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
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 );
...