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...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hi,
I am using IM69D130 MEMS sensor with nrf52832 I just want to confirm the output of pdm sensor . please any one suggest how should i proceed . how do i code for it ?...
I am attempting to migrate my BLE project to a higher security level with bonding. Was mode 1 level 2 and am upgrading to mode 1 level 4. When I change the configuration to...
Nrf52832 chip is used, and the software package is the “nRF5_SDK_16.0.0_98a08e2” version.
According to customer feedback, Bluetooth connection is generally unstable...
Hello
I've seen several places that it is posible to build the project using jenkins, and hook Jenkins to the git repo where our nRF sourcecode resides.
Unfortunately...
Hi,
I am testing the USB CDC with nrf52840 and I want to receive a predefined array of bytes over USB serial every time I send a specific array of bytes.
Just a simple...
hello i am using sdk 16 with nrf52832 i am thinking of using zephyr with nrf52832 and have no idea what is zephyr and uses of zephyr other than that it is testing tool
1...
I have older files that were compiled and working fine with the older versions of SES, SDK and now I’m trying to figure why they don’t work with the latest version, that is...
Hello Guys,
I'm developing the battery based device. It consisted of nRF52833 and a UART device.
The UART device send 512 bytes each second to nRF52833.
The project...
I want to use this routine to complete a radio project with low power consumption, but I find that the system is always shut down. Could you please tell me how to modify it...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hello
I have found 2 strange behavoir when I want to wake up nrf from system off state:
1/ when I use pin 15, this does not work at all, but with pin 6 it does. Why? ...
I am in the process of porting arduino library VL53LX01 to the nrf51822 using nrf_drv_twi functions. I will use this with S130 and thinking of using blocking mode .
I initialized...