I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
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...
Dear friends,
I want to store the sequence nunber in flash, from the case we can know the mechanism.
I found a strange phenomenon that I flashed a serial example( nrf5_SDK_for_Mesh_v5...
Dear friends,
I used my nRF Mesh app provsioning a new device, now, I can export the Json format configuration data of the Mesh network from nRF Mesh app, I want to use...
Hi,
On button press, the button handler event calls the "ble_lbs_on_button_change" function which sends notification to the BLE client.
The value of the button state...
Hello Nordic support,
I am developing a Zigbee application based on FreeRTOS for a device with coordinator role. I was able to add the Zigbee stack and start the Zigbee...
Hello,
I am using the NCS v1.5.0 and a custom board with the nRF9160. In my case, I am using only MCUBoot as the bootloader and would like to validate a firmware image before...
Hello I'm using saadc sdk (v17.02) and I'm using a simple water level sensor.
I am asking a question because there is something strange about reading this sensor through...
Hi !
Sorry about that simple question but I couldn't find any documentation about what I want to do.
This is a fairly simple issue. When building a program using TF-M...
Hello,
I need to handle 2 buttons so I configured GPIOTE. The issue I'm facing is that this IRQ occurs only once, when I press both buttons for the first time.
The ISR...
Dear Nordic,
we are starting a new project based on nRF52832 and we would like to use ANT+ communication, BLE central and BLE peripheral at the same time. To better manage...
Hi, dear Nordic & all:
I have a question about upgrade bootloader.hex, that is : Can I upgrade bootloader part when develop on nrf52832 with nRF5_sdk11( nRF5_SDK_11.0.0_89a8197...
Hi there,
We are currently conducting tests on the nRF9160 using the LTE Serial Modem app. We do however have issues testing the RAI feature on the device with an LTE-M...
Hello I would like to use the crypto example in sdk v17. However, when I try to build it, the following error is output:
I've done a few things while looking at the forum...
We are referring " ble-characteristics-a-beginners-tutorial " to create a custom service.
I want to modify security permission from "
BLE_GAP_CONN_SEC_MODE_SET_OPEN" to...