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,
I want to send keyboard keys to change tab i.e CTRL+ALT+TAB, how can I send these keys from the Bluetooth HID keyboard to change tabs on my PC?
Thanks
Hello everyone,
I work with the Light_switch mesh example and I would like to send a byte from the client to the server. How can I do this? In the client board, which function...
when I build a demo project, got those errors, how to fix them?
.\Objects\ble_app_templete_s132.axf: Error: L6218E: Undefined symbol __start_log_const_data (referred from...
Hi, After upgrading from SDK 16 to SDK 17 my device started to assert on app_timer2.c line 298:
This happens way more often when running without debugger/RTT.
I checked...
Background:
First, let me state that this is a huge amount of contradictory information on this forum due to the UICR registers behaving differently for each generation...
Hello,
I am designing a test jig with embedded gang programmer (10 targets) for our NRF52840 module and i have issue with reliable target acquisition, i would like to know...
I’m very familiar with the HID keyboard and mouse profile and have built products using it but need direction on how to replicate the functionality of a up/down/left/right...
Hello
I've seen that this topic already has been discussed several times but i couldn't find an answer.
Am I right when I say, there is no PC application for logging received...
Hello,
I'm trying on the ESB examples in nRF Connect SDK v1.3.1, but it seems the Zephyr is crashing during the call k_sleep (l. 54). The following code I isolate the "k_sleep...
Hi All.
I am writing an application that has several notifiable characteristics, and up until now they have been sending data just fine, however the other day I was cleaning...
Dear all,
I'm currently implementing the 802.15.4 stack using the precompiled library inside SDK 17.00. I'm trying to send data every tot (10/20/30) ms. What I currently...
Hi,
On our custom nRF52840 board, we have an external LTE-M modem.
We would like to eventually use this modem to send data over the network, including LwM2M. What is the...
Hi i am debugging my code and i don't understand why i end up in a "fatal error" even if my function is returning NRF_SUCCESS.
My errors are so defined:
and in my...
I am in the process of evaluating the NRF52840dk and the NRF52840 dongle. I would like to have a program that will show, or record, RSSI data between units, or a unit and...
Hi,
Our setup includes two devices, a central and peripheral. For both devices, nRF52840 is used.
We are working with nRF5 SDK version 16.0.
In our application, the...