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,
I used a breakout board of the MPU6050 ( playground.arduino.cc/.../mpu-6050.jpg)
and the nrf52832 development board. There is communication between the two and...
Hi i was trying to build i2c sensor interface with twim_3 but the project isn't generated bcz of following error log
Creating solution i2c_scanner.emProject E:/Nordiac_semi...
Hi,
I have read a few other related tickets but still have not found a fix
We want to be able to change device name in the field to show a meaningful name when scanning...
Hello!
I have a NRF52840 DK and a NRF9160 DK . The NRF52 will send AT commands through UART to the NRF91 modem. Tried to use the code from https://github.com/NordicPlayground...
Hi,
I want to implement sensor data monitoring using Mesh BT.
I would like to predict the power consumption before implementation.
- If about 100 nodes are connected...
Hi,
Setup details : am using Segger Embedded Studio V:4.50 and NRF52832 custom boards for development
Mesh SDK: v 4.0.0 & BLE SDK: v 16.0.0
Query : I am using light_switch_client...
Hi, I am currently working on testing eddystone on nRF52. I have used the ble_app_eddystone example as a starting point. I have looked into the example and trying to configure...
Hi, all.
I'm trying to develop an Android application reading NFC tag.
I have to send data with small buffer.
I think this problem can be solved if I send multiple times...
HI
i am trying to build i2c project for external interface of adxl345 and i am getting below error
Creating solution i2c_adxl345.emProject E:/Nordiac_semi/v1.4.0/toolchain...
Hi Dev team,
I am working with the Thingy91 and I have connected it to an external sensor through UART-1.
I am connecting another sensor through the same UART but with...
hello Nordic
i am working with the nrf52840 dev kit, sdk 16.0
i was wondering if it is possible to initiate a write via qspi, without cpu intervention (like when using...
Hi,
I am trying to build an application for nRF51DK which would continuously collect data from multiple BLE devices. Since there is no example for multiple connections application...
I got a Thingy:91 back from a student who managed to kill the USB-DFU bootloader.
When connecting a USB cable the host doesn't recognize anything connected.
I tried...
Hello every body,
Can i ask a question:
Does NRF52810/NRF52811 chip set support BLE_central mode?
I try to convert example code from "ble_app_blinky_c, pca10056" to...