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 All,
When working on NCS with SEGGER Embedded Studio Nordic Edition (v5.20b), modify prj.conf will not reflect on rebuild solution.
It seems the IDE doesn't update...
Hello Nordic Team,
i've been evaluating the nRF52833 and i have been having a lot of good success. i have been focused on the SAADC block to ensure it meets my performance...
Hi
Since we need use different C1/C2 (15PF/12PF) for 32.768K XL1/XL2
I check "https://devzone.nordicsemi.com/f/nordic-q-a/37448/asymmetric-crystal-load-capacitors" , and...
Hello,
I'm using nrf connect 1.4.0 and nRF9160 dk
I started testing the aws_iot example. It worked fine with my was set up and was able to see the shadow updated.
...
Hello.
I'm using nrf52833 / SDK 17.0.0
I want to find out SAADC sampling time by using logic analyzer.
However, I still don't know what sampling time is.
In this...
Hi
We are working on the secure DFU. The issue is that the NRF52832 chip resets when switch to the DFU mode. All the GPIOs are turned off during reset. However, one of the...
Hello ,
I am working on nRF52832 using sdk 16 version .How to change the device name dynamically . Actually I want to set the device name via BLE command from the application...
I wonder if the nRF5281x can work in the "LE Advertising Extensions" mode, which seems to be like in Bluetooth 5.0, when data is transmitted by secondary advertising packets...
Hi,
I would like to ask if there is any program which i can use to update firmware Over The Air on nRF51822 chip from Windows command line. I know there is that possibility...
Hi,
I understand that NRF connect source code is unavailable.
However the toolbox Nordic App is too heavy.
Is it possible to get a small Scan Android App source code...
Hello I use nrf52832 and sdk v17.0.
I'm using a battery and I can check whether the battery is charging or not. And I'm going to turn off the Bluetooth function while the...
Hi,
I started a project from scratch and I want to write a simple UART printf solution for debugging for my NRF52832 on PCA10040 DK. I know there's a LOG module but it...