Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
Hello,
I am using nrf51822 / sdk10.0.0 / S110.
I write flash in SD / bootloader / application order.
I use nRFgoStudio and J-Link.
There are about 20% of malfunctioning...
SDK10 examples work when built for s110.
When building the same for s130, they do not run.
Debugger indicates main() is not reached.
Tried both Keil and armgcc.
SDK12...
hi,
how to send and receive data using UART0 without interrupt request with softdevice s110.
i tried to disable interrupt it could not give any response.
please help...
Hi,
I am planning to develop the customer application on window's platform. I am using the customer USB dongle board via COM5.
when i call the function
var devices...
There are a bunch of questions ( 1 , 2 , 3 ) about handling the NRF_ERROR_INVALID_STATE code returned by the soft-device. This code is returned when the stack is in an "Invalid...
Hi
I have working application on SDK 11, contained with bootloader, softdevice 130 and application using BLE. Is it possible to upload new application and softdevice from...
Hi,
There seems to be some pieces of new code (updated example and some components) for ble_app_mtu_throughput example embedded in the softdevice packet 5.0.0-3.alpha....
I've recently migrated from SDK11 to SDK12.3 to take advantage of the low power option. However I still am having weird issues with power consumption. I have a feature which...
I have merged all the 4 file's together (app.hex, app_valid_settings.hex, softdevice.hex and dfu.hex).
Then I uploaded the custom app with dfu services enabled using nrfgo...
Hi there,
I'm porting an app from NRF51 SD130 to NRF52 SD132, both with sdk11. I do the usual stuff, like changing includes, freertos ports libraries, etc, and everything...
Just a general resource question. The Softdevice uses RTC0, FreeRTOS (by coded default) uses RTC1. So in order for the SDK ble_conn_params.c to run properly I have to link...
I was able to add the Device Information service as well as a proprietary service using a 128 bit UUID. I modeled after the ble_peripheral uart example. However when I try...
Nrf52/Kiel/SDK11
My application was at the point where I needed to add DFU. Following the examples and SDK doc, I added the files and code needed. It would NOT advertise...
We recently moved from SDK11 to SDK13. We run out of memory when adding custom services & chars to the S132 v4.0 softdevice. Increasing the app start address in the linker...