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)
{...
There are some include dependencies that go like this:
app_uart.h -> app_util.h -> app_error.h -> nrf_error.h
and nrf_error.h is under Include/s110.
In order to debug...
Hi,
The err_code shows NRF_ERROR_INVALID_STATE when called sd_ble_gap_adv_start(). I want to know why it happen, and how to handle it. This happened upon the ble disconnected...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Is it possible with Nordic NRF51422 to perform accurate proximity ranging to make sure that a circle of 2 to 3m but not more is identified in a reliable way?
What is the...
I'm assessing whether ANT is suitable for the network deployment I have in mind, and I would appreciate to hear any thoughts you have on this.
I have a network of say 20...
Hi,
I want to change the GAP params such as connInterval, slaveLatency, and have some questions:
1.can I call sd_ble_gap_conn_param_update directly or need to send...
I used nRFgo Studio(version 1.15.1) to program S110 and application through my Jlink. But it's not worked in version 1.16.0.
It's not a good feature! :(
Is there any compatibility table for nRF51 series chips with revisions, softdevice versions and SDK versions?
I have some custom boards with a module that contains a nRF51422...
I'm trying to output a relatively high frequency PWM (300kHz). I'll need to adjust the duty cycle on the fly, without glitches and minimal time spent in IRQ handlers.
Currently...
I'm trying to build the ble_app_hrs example from Nordic's SDK on a Mac OSX 10.9.2 and have been following Nordic's nAN-29 Note v1.1 to install required tools, while looking...
Good day, I am using a USB to UART IC and it isn't working just because the nRF51822 Tx signal is inverted from this IC. There are some way to invert the UART signals?
I am building a new PCB board for a prototype. It will be used for proximity. It will blink on low battery. It also has a piezo speaker attached to a pin as well. My question...
Hi all. I'm now developing a triangulation solution for indoor robots as a project at my school. I have 4 radios, that I want to communicate with.
One master node send a...
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...