Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
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...