Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
I use multilink_central example and try get information about discivered service:
APPL_LOG("[CLIENT_LOG]: Count of services: %d\r\n", p_client->srv_db.srv_count);
APPL_LOG...
my led connect whit a pin like this:
the led positive connect whit VCC and the negative connect whit a pin through a resistors.
when I config the pin as a output like...
using the nrfGoStudio to program s110_nrf51822_6.0.0_softdevice.hex
Tools:
Jlink,SWD mode as the figure:
but there are some problem
1:we can download demo BlinkLed...
Hi,
I need a RTC calendar ble stack on nrf51822 .
(turn on the RTC0 on ble stack and get the count, how to setting the rtc wakeup )
which calendar need follow :
track...
Hi,
I'm trying to get a time stamp using that kit, but I'm having problems doing it because always I upload the code to the kit, it stops working.
I add here the code...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
I would like to use nRF51822-based BLE module as Master role or Slave role.
How do I give role(Master or Slave) to nRF51822-based BLE module ?
What should I use ?
I ask...
I have an application that uses the nRF51822 with SD110 version s110_nrf51822_7.0.0 as peripheral and the nRF51822 with SD120 version s120_nrf51822_1.0.0 as central.
I...
Hey;
I am new please tell me that how i connect more than one host(which is PCA10001 board) with a central device (which is PCA10000) using gazell dynamic pairing example...
Hi all,
i am doing a BLE project using nrf51822 hardware,
in this project my requirement is to initialize the event,
for doing that i took ble_app_proximity,ble_app_hrs...
Hi,
nRF Android Toolbox app supports BGM/BPM/HRM/CSC/HTM/RSC/CSC devices. Could anybody provide a device list with brand name which are supported by this app? For an example...
This is my first dive into low level programming (coming from iOS/Android dev background) and wanting to create something similar to the BlendMicro from RedBear Labs .
...
I am not sure, but i think we found bug or some interesting feature in sending notification values.
Here is the code i used:
uint32_t ble_meas_on_ext_adc_change(ble_meas_t...