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/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
Hi!
I was wondering if it's possible to use your Android and iOS libraries for DFU,
github.com/.../Android-nRF-Toolbox
github.com/.../IOS-Pods-DFU-Library
to do...
Hi Nordic,
I am not having a success of executing the Serial Secure DFU when changing the baudrate other than 115200 or changing the flowcontrol from enable to disable....
I am attempting to add encryption to the secure DFU process with SDK 15.2. I am following the process described in this post , however am running into an issue related to...
Hello!
We have been developing with the nRF52840 Dongle and want to implement a simple USB communication setup:
1) Plug the nRF52840 Dongle's USB connector into a computer...
Hello,
I am attempting to incorporate NUS example (app_uart) into the HID keyboard example. The whole thing compiles with no warning, but when I add {BLE_UUID_NUS_SERVICE...
Hi,
I have modified the light switch demo so that all messages from the client are sent to all servers. I have done this by subscribing all servers to GROUP_ADDRESS_ODD...
Hi all,
I tried to merge a mesh application into the nRF5 SDK BLE example.
But, I have encountered the errors below:
"Output/........... Debug/Obj/ctr_drbg.o: In function...
Hello,
Is it possible to scan for beacon using any of the example programs provided by nordic ?
I'm using a beacon named Ruuvi-Tag that measure the temperature, pressure...
I wanted to get Simple MQTT example and followed Case ID: 222137
I followed Martin Lesund's suggestion to get the latest updates in the master branch to nrf. I am using...
Hello I work for a product to produce 2 BLE products:
several sensors with NRF52832 + LIS2DH12 (accelerometer) + HTS221 (temperature) + ICM-20689 (motion)
a gateway...
SoftDevice uses more interrupt time or less depending on API use. When not using any softdevice API (but softdevice still enabled), does the softdevice still generate priority...
We have a question about firmware upgrade during our development based on nRF52840. I understand that there are couple ways to upgrade the firmware by phone/tablet/PC. However...
Details: SoftDevice 132, nRF5_SDK_15.2.0_9412b96, nRF52832
ble_ots_init started to return NRF_ERROR_NO_MEM after adding more services and characteristics to ongoing project...