Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
I am trying to sample the ADC every 2ms. I notice lots of slowness with BLE advertising and typically can't connect to device over BLE when sampling. I am using PPI, configuring...
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...