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...
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...
Hello there,
I've been trying to run some basic code on nRF5340 PDK. I downloaded and installed the following:
nRF Connect application v3.6.1
nRF Connect SDK v1.3...
Hi, I have developed custom board on nRF52840 based on Thread and Zigbee SDK 14.1.0.
I wants to use zb_zcl_ias_zone_set_status function to send a report of the changed zone...
I have a problem when using JLinkExe + JLinkRTTClient . My operating system is Ubuntu 18.04, and I compile the project using cmake and gcc (using great helper scripts from...
Hi all,
We have a custom board based on nRF52840, and we are using the nrf52840 DK to program our board(For programming the chip, connection from DK to our board is made...
Hi.
Device : nRF52820
SDK 17.0.2 ( Softdevice 7.2.0)
I initialized the clock as below to use USB.
And before changing to sleep mode, the clock was stopped to...
Hi,
So I was using nRF52810 with epoxy or resin coated,but actually the signal quality did not match my needs, the signal faded about 20dB compared to the device which not...
Dear Members,
I manage to display data from GSC10 sensor ? but after few minutes in idle, it can not receive a data anymore,
How can I restart again ?
Is it related...
I am using the nrf52-ble-app-uart-c-multilink-master getting data from 4 UART peripherals that are connected. Once one of the clients disconnects, I am getting an error as...
I have a custom board using nRF52840. Some boards return success from sd_ble_gap_adv_start but no advertisement is seen in nRF Connect running on a Google Pixel 4 phone. Of...
Hello,
I need help with my application.
I am developing an application running on the EV board nrf9160dk_nrf9160 .I read the following article:
http://194.19.86.155...
Hi,
I am developing an application that needs to communicate with nrf51 module over BLE. Specifically I need to write a string on a given characteristic but unable to do...
Hi all,
I was going through the nRF Connect SDK tutorial and was trying to get the "Hello World" example running on a nRF5340-PDK (PCA10095, 0.8.0).
Before that I was...