It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
I am trying to have the dk (i have the 10036 preview) send pwm signals to a motor controller so that i can direct its speed. I have based a lot of the code below of this utorial...
Hi, I have seen that on mbed compiler, there is a bootloader that include the DFU and with this, we should not implement DFU in application.
In keil, we must implement...
During Power Off mode the nRF52 GPIOs stay retained. But by waking up on a external Pin we can see another Pin toggles for approx. 600ns. It seems this happens during the...
Hi, all.
I'd like to broadcast only when i want to inform nortification.
flow like
No advertising when application start.
Check the events that there...
I'm trying to develop a minimalist android app to send and receive data with my nrf51822 dev-board.
Can anyone please tell me where I can find a great project example?...
Hello,
In our project i am using nrf51822 with stack Softdevice S110 . We want to connect it with Samsung Gear S2.Is it possible with stack s110 or i have to use stack...
When the device powers up I want to grab the device name from a known location and also rewrite that same location when I get a new device name. How can I write to the internal...
Suppose you want to send 20 bytes of data using API sd_ble_gatts_hvx, do you need to punctuate the first 16 or so data within the 20 bytes sent with a CRC ?
it may seem...
Hi, all. I use nrf52 and softdevice(S132).
I'd like to know SoftDevice process timing to hardware.
Can it be ?
I know, SoftDevice Specification in "Processor availability...
Hello,
I have an development kit NRF51 and wrote a code for it which uses uart, ble advertising and ble scan. It works pretty well on the kit.
The problem is when I...
Hi,
I use a personnal GAP Address, but it must be the type used:
-Public address.
-Random Static address.
-Private Resolvable address.
-Private Non-Resolvable address...
Hi,
I am trying to get the dfu single bank bootloader ( github.com/.../nrf51-dfu-single-bank-ble) supplied by Nordic to work. I can successfully push firmware to my device...
Hi, I am just trying to understand the examples properly. This value is mostly set to 0, sometimes set to 1, and used at the call to the soft device initialization.
ble_enable_params...
I'm trying to send some data to a custom event handler function using app_scheduler. The problem I am having is the data I am sending is not being received.
I expect this...
Dir sir,
I noticed that you are using the internal LDO regulator in nRF51822 beacon kit.
Why do you recommend to use LDO regulator for Coin Cell battery?
In addition...