When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
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 );
...
Hi
I'm playing around with the configuration of the hci_rpmsg as child image in the NCS 1.5.1 release. I've added a hci_rpmsg.conf file in a "child_image" folder and added...