Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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.
Hello,
I'm new to BLE. I am using nRF51822. Is it possible to modify calling frequency of nus_data_handler() so that I can deal with data coming from BLE faster?
How can...
I see that Digi-Key has two part numbers for the nRF51422-QFAA:
But I don't see any reference to "V2" part number field in the nRF51422-PS document.
What is the exact...
Currently I am set timeout to one second and then on BLE_GAP_EVT_TIMEOUT:
modify data
advertising_init();
advertising_start();
Are there more correct ways...
Hello,
I've connected the nRF8001 module and a light sensor to a microcontroller.
Actually I can read data only when I send a string from my smartphone but I want to...
I'm able to program the Soft Device (s110_nrf51822_7.1.0_softdevice.hex) from nRFGo studio and the compare is fine, but when I go to Keil uVision 5, I can build ble_app_beacon...
I use S130 on two nrf51822/PCA10001 boards. Each nRF scans and advertises simultaneously.
Scan parameters are:
scan_param.active = 0;
scan_param.selective = 0;
scan_param...
Is there a port of lib_aci for 16-bit processors? The structs in lib_aci written for nRF8200 are byte misaligned using a 16-bit processor. Seems to be almost a complete rewrite...
Hello,
I try to generate 4 PWM signals on an nRF51 DK board, but I have two troubles :
in the "Simple PWM", during nrf_pwm_set_value() function the TIMER is stopped...
Hi,
I recently ordered a usb dongle. It has PCA10031 board. The chip shows "N51422 QF ACAB" printed on it.
What SDK should I use? 6.1.0?
What board file should...
Hi!
I am using nRF51 SDK v6.10. I try to analysis the "spi_master_example". Source codes is
working well. But I couldn't understand how the "spi_master_send_recv_irq(...
I have an android application, which one can set and unset the LEDs of my nRF51422 EK. But sometimes when I click to fast the command will not be send. So I would like to...
Hello,
I want to know if it is possible to configure a button to act with different Detection delay.
In other words I want to have a single button to be able to trigger...
Do we have KiCad version of nRF51822 QFN48 reference design? We looking at open source toolkits, including Eclipse, so KiCad comes into picture.
Thank you in advance!
The test code:
int main(void)
{
sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, softdevice_assertion_handle);
temp_init();
unsigned int aaa...