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...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
I am using nrfjprog command line utility with the following command:
I am using your device NRF52832-QFAA-R.
I use nrfjprog with this command: "nrfjprog --family NRF52...
Hello,
I receive a lot of data in my UART, like 256B non stop that I need to send it to a tablet through BLE.
I was thinking of using scheduler so I push the data and...
Hi,
I want to add my flash driver code to http_sample_update example. How can I combine these two applications. I want to use the flash driver on http example since I need...
Hello,
I am a student and I am trying to experiment using a nRF52840DK to replace a device in a ZigBee network but unable to do so with the available examples.
I do not...
Hi all,
we developed a BLE/peripheral project starting from Nordic NUS example on both devices nRF52840 and nRF52832 and we added the following features:
- LESC security...
I'm using nrf52832 SDK17.0.2 S132 with FreeRTOS. I run into some stack overflow problem.I added DIS,BAS,NUS and DFU to my project,and if try to read DIS charistics on my phone...
What is difference between service specific data and manufacturer specific data in beacon nrf52840?
I have written like
//LG_SPECIFIC_DEVELOPMENT_START
service_specific_data...
Hi,
I'm playing around with the Bleutooth DTM sample ( https://github.com/nrfconnect/sdk-nrf/tree/master/samples/bluetooth/direct_test_mode ) on two nRF52840 boards. The...
Hello
Current software version nrf5_ SDK_ 14.2.0_ 17b948a uses chip nrf52832
Because the product needs to sleep, turn off the watchdog when entering sleep
The function...
Hello,
we bought a nRF52840 dongle and 949-NRF52840-DK in order to develop an ANT application.
However, the demo projects for ANT in the SDK are provided for a different...
Hi,
I am trying to read LIS3DH accelerometer with my nRF52832. I am using a custom board. Is there any tutorial or example that can help me? After some changes in the code...
Hello,
It is my first time using Nordic product as well as programming Bluetooth and I am working on a project in which I have to pair the nrf52840 dk and nrf52840 dongle...
Hello, I'm trying to add watchdog to my application based on SDK16.0 and NRF52811. In sdk_config.h I have added :
In my main.c :
I'm getting error :
What am I...
Dear ,
I have NRF52 board and X32_ble PIR sensor. sensor data send and I can easily access on android app but I have used UART program for acess data of BLE then I couldnt...