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...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
I'm using the makefile from ble_hrs to write my own makefile. I need to had libraries .lib and .a files.
How should I add my files in the makefile?
Thanks in advance...
hi. dear.
I have custom board using the NRF51822 - nRF24LU1P.
use the gazell protocol.
I want to unencryption key data.
Plz, tell me how to use unencryption key data...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone...
Im writing a serial bootloader for the NRF51822 128kB. Im not using much of the SDK and its a custom protocol i.e. no bluetooth. The boot loader can be squeezed into 16kB...
I looked at a very similar thread that had this title for MacOS and I feel that my issues are the same however changing the hardware debugger only changes the error I get...
Halo, is there any linux ( possibly debian or even better raspbian ) driver for
nRF24AP2-USB dongle?
Do you have ANTware II linux ( possibly debian or even better raspbian...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
I'm using Keil to debug my application. Softdevice was loaded w/ Studio and when I click on Debug Keil loads the code but it does not stop at any breakpoint I set. It does...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
First I'm new to these devices and BLE in general.
I am however very experienced at embedded design and Keil tools and ARM processors.
I have got the demo heart beat...
I have the ble_app_hrs communicating with the ble_app_hrs_c, and everything works OK. However, I have to be able to send data in both directions. How do I modify, or what...
I am developing a device converting adc input into data and transmitting them and receiving them at other place,I cant figure out between analog input eg:AIN0 and the port...
Hi,
I'm using nrf51822 with s110 softdevice v6
My question is the following.
How many devices sending advertising messages can be detected at a time by a central unit...