I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
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...