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...
I'm using SDK 8.1.0 (SoftDevice 7). I built a version of dual_bank_ble_s110. Installed both on a freshly erased pca10028. It comes up fine and sets the LED on. It's advertising...
Hi guys,
I'm facing some trouble to put my rtc working properly. I made a code based on the rtc example but it's not incrementing the time the right way.
Bellow follows...
Hey,
I have written a custom service for my company's sensor readings on the nRF51 DK, on top of the uart peripheral example given n SDK_11.0.0. However, for the final...
What should be done if we add nRF51822 SDK into our code for business (redistribution)? We have our own IDE and would like to integrate "nRF5_SDK_11.0.0_89a8197" into our...
I wanna plan to design a new hardware which has ability to connect to smartphones using BLE and broadcasting ANT pages in the same time. I also need a way to transmit some...
Hello,
I read the Errata document infocenter.nordicsemi.com/.../nRF52832_Engineering_B_Errata_v1.2.pdf , and in the section "3.10 [62] NFCT: Can draw current when not enabled...
Hello,
I'm designing a new design and planning to use WLCSP version of nRF52832.
I have few questions about this since all reference designs are made with QFN48 version...
Hi every one,
I use the nRF51822 to read temperature from sensor and send it through UART, i follow the SDK examples and just change connection interval to 0.5 sec and...
Hi I am trying to get my 128x32 oled device working with my nrf52 development kit board. Using PCA10040. Does anyone have or know of any example code that can get it up and...
Hello,
I am writing some data to flash, but when it runs to storage_clear, I get the return code---0x10. It seems clear failed. And I tried storage_update, and it failed...
Hi, I'm working on a project, I want nRF51822 can get notification when android phone got a call or email, just like ANCS work with iPhone.
I tried ble_app_alert_notification...
Hello,
Apologies as I'm very new to C and I may be missing something obvious. I have an actual ble Heart Rate device which I wish to connect to my pca10028 (nrf51422_xxAC...
I am try to porting nRF51822 Beacon v1.0.1 F/W for PCA20006 to PCA10001.
I could change GPIO port setting for button and LED.
Now normal beacon mode work fine and success...
We appear to have discovered today that if you do this sequence
sd_power_gpregret_clr(0xFF);
sd_power_gpregret_set(0xA0);
sd_power_gpregret_set(0x0B);
GPREGRET will...