We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi
I'm trying to run the HRM_RX exemple on the nordic NRF51422. This is my configuration:
-Eclipse IDE
-ARM GCC 4.8.3
-NRF51422_AAC0 so I'm using the lasest SDK 4...
hello,
i am trying to use the example for the ble_lbs from github.
I get no erros on compile and flashing.
But wenn i try to see the device in the master control panel...
I've been slowly and incrementally adding changes to the ble_app_multilink_central example from nRF51-SDK-6.0.0. This is an exercise to understand where my other app stopped...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hello everyone!
Firs of all consider I'm very new in micro controllers programming/debugging, so your patience would be much appreciated.
I have a nRF51822 mKit like...
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...