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...
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...
Hi everybody.
Now I trying to make BLE central device.
I'm using nrf52832.
SDK : 17.0.2
SoftDevice :S132 7.2.0
(I'm completely new at nrf52 product.)
In case of...
hello
I'm currently developing a system that requires a nrf5280 to transfer data to an android phone through ble.
I've based my application on the Object transfer service...
I am entering the saadc source code based on ble_app_uart.
devzone.nordicsemi.com/.../i-am-creating-a-saadc-project-based-on-the-ble_app_uart-project
The source code...
I am advertising services, characteristics and descriptors. All are seen by nRF Connect (for iOS) but in the log I see this:
[Callback] peripheral(periphal, didDiscoverDescriptorsFor...
Hi,
We are currently evaluating a project, that uses the nrf52840 with an SD card and is connected as a USB device. One of the uses is the MCU is writing data to the SD...
Dear all:
When the PC1001 board connected with other BLE devices, how i can voluntarily disconnect them?
it seems that the use of the sd_ble_gap_disconnect function has...
I would like to use the latest version of Mbed TLS (2.26.0) on the Thingy:91 and then realize a TLS connection using this version. As a first step I integrated this particular...
Hi Nordic Team,
1. Actually we try to debug "Mesh Light" sample code using "Build and Debug" option of Segger Embedded Studio.. 2. Unfortunately debugging stopped at below...
hello,
i am using nrf52840 in our customised board and trying to interface it with GDEW0213Z16 2.13 inch display which uses spi communication i have added the necessary...
Hi.
I'm new on this form and also new on nrf dev board. I want to use OLED with nrf52832 using Twi / i2c. I grab some code on Github https://github.com/monpetit/nrf52-spi...
Hello , I am trying to develop my own application using ble mesh sdk in nrf52840 provided by nordic.I have gone through various examples and various blogs.
I want to know...
I'm using NCS v1.5 and nRF52840
I'm trying to achieve low power consumption.
I turn on scan using, which draws around 9.5 mA.
What I'm then trying to do is turn scanning...
Hi, I want to create bootloader for my code. For that I have install Python3 (Python 3.9.1)
followed by installing pip and nrfutil
python -m pip install --upgrade pip...
I use sd_ble_gap_device_name_set to set 10 chars device name
then getting NRF_ERROR_INVALID_LENGTH in sd_ble_gap_adv_set_configure.
all OK when tested 3 chars device name...
Good morning,
I am developing an application that needs to match a central with a specific peripheral. For this, the first time they connect, the address must be saved and...