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 want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
I am trying to use whitelisting and a passkey to add security for my application. So far I have the passkey set up so that it is working on the master control panel on PC...
Dear sir.
From [nRF51_Series_Reference_manual], ADC maximum input voltage has two rules.
The ADC should not be exposed to higher voltage than 2.4 V on an AIN pin...
hi
i have one custom service that have 6 characteristics
when in android i want to write in one of characteristics it take about one sec .
is this for having 6 characteristic...
In the Androir master control panel app, in the scanner results there is a 'Type:' line for each device. Most of them around me say 'UNKNOWN' however some say 'BLE only'....
SDK 11.0.0, S132 v2.0.0, nRF52.
I have searched through the many questions already on the dev zone on this topic, but cannot solve my problem. I tried adding the dfu service...
hello all,
i am a begineer to nordic . i am trying to read adc PCF8591 value through TWI and i want to print the value in UART TERMINAL.
i have written the code. but...
Hi,
Im trying to connect ble_app_uart to my gsm module. For some reason program fails at runtime. I was expecting to find a filename and line number where the error has...
Hi,
nRF52 Board, S132. Now, I want 6 pwm, 6 adc .
nRF52 has 5Timers, Timer0-Timer4.
Now, I allocation these timers as follows:
//TIMER0 is used by softDevice
APP_PWM_INSTANCE...
Hi,
I want to access restricted peripheral: TIMER0.
After small research found that I should use sd_ wrappers, in my case sd_nvic_SetPendingIRQ(TIMER0_IRQn) however I...
Greetings,
I'm working with LPCOMP to detect a signal. This signal is the output of an opamp amplifier. What is happening is that when the LPCOMP is switched on there are...
Hi,
I am using SHT21 Temp sensor via TWI manager. As per the spec shown in the image
I have to add 20us delay between the sensor ACK and STOP command.
Is there any...
Hello, I have the Beacon Development board and the sample firmware downloaded and up and running in the Keil MDK IDE. My specific application requires some code to execute...
Hi,
i want to add a current time service to nRFgo. In particular for the glucose measurement profile.
Any suggestions for this???
I add manually the current timer service...
Custom nRF51822
SD130
SDK V11
So sometimes my disconnects seem to fail, the return code says success, but when I try to reconnect I get an error 18, NRF_ERROR_CONN_COUNT...
Hi,,
In the GPIOTE example code(I use TIMER2), I want to control the cc register values by accessing the TIMER2_IRQHandler routine. I tried enabling the interrupt for compare...