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...
hi support team,
customer is using 5340 1M i2c interface, and we find out that ncs 1.5 still don't have 1M driver, we have to modify the source code,may i ask the when R&D...
Hi,
I am saving temp data along with timestamps in the internal memory and sending it through ble.
if during transfer the queue becomes full (NRF_ERROR_RESOURCES), I am...
Hello all,
I'm developping a firmeware to test the bluetooth inside of our case. So i want to start DTM with a bluetooth command.
The command goes right, but the dtm_init...
We are switching between two modes of ADC sampling in our application:
single shot - Consists of a routine -> Init saadc -> convert a sample of one ADC channel -> uninit...
Hello,
I am trying to implement the workflow "Application as the manifest repository" as described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf...
Hi DevZone,
We are trying to move our existing application from SEGGER compilation to a GCC build for CI / CD purposes. However we are seeing a strange bug with uint64_t...
Hi, I use an NRF52840 in my product. The NRF52 is interfaced with an external module in UART. The NRF52840 is always powered by the battery using the different power mode...
Hello All,
Working in lift industry, I recently recovered a BLE project developed by an ex-colleague running on LairdBL651 using with nRF connect SDK 0.3.0 (nrf52810, Segger...
Hello
I am using app_pwm control. When creating PWM, I am using the code as below, can I put float value in period?
I think I can only enter INT value at the period...
I have cloned the BLE code from the periperal_uart example provided in the SDK. However, I am using C++ so I am perform my BLE initialization inside a .cpp file (i.e. main...
Hi,
i'm trying to compile the asset tracker v2 for the nRF9160-DK but i get the following error:
"opening dependency file modules\mcuboot\boot\bootutil\zephyr\CMakeFiles...
Hi all
I have Openthread setup
BorderRouter [ with Raspberry pi and nordic in NCP design].
EFR32 radio board that has been flashed with ot-cli-ftd and made as Leader...
Kindly confirm modem details, BIP ,Refresh command support etc. as mentioned in sheet. -- Kindly let me know whether the question from the operator is clear
Chip nrF52810
SDK - 17.0.2
SD- S112
Mine is a system which sends out beacon continuously (no scanning).
From the spec, I see that the, 2Mbps is the only feature...
Hi
I am currently developing using GPIOTE, TWI, and TIMER.
There is no problem when TWI is only working, but when interrupt (GPIOTE, TIMER simultaneously) occurs, TWI...