I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
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...
I have already installed nRF51_SDK_7.1.0_372d17a_packs. The examples in this SDK are only for nRF51422. Can I use these example in nRF51822 by just change device to nRF51822...
I was going through the figure 10 of page 35 of nRF24L01+ product specifications and found that when an ACK is received, it checks for only ACK payload. Does it mean that...
Hello,
I have implemented the ble UART service in the s120 example : ble_app_multilink_central. I can receive messages that are sent from a ble UART peripheral in the ...
I'm trying to use the bond manager to store links.
I used the ble_uart application posted in this site by a Nordic employee and tried to use the bond manager as it was done...
Hello,
i can't find the characteristic read timeout in BLE Core SPEC 4.0. If the central device read a characteristic from the peripheral device, in which time the peripheral...
Hello
I have uploaded a hex file which for some reason I cannot see the tag anymore, is there any way to re-program, erase or reflash the beacon kit using nrf51 programmer...
i was trying to implement bonding in ble_app_hrs example(SDK V6.1.0 and soft device v7.0.0)
i have given params
#define SEC_PARAM_TIMEOUT 30
#define SEC_PARAM_BOND 1...
I want to use the Smart Beacon Kit (PCA20006) and the blink led demo. However it seems that I cannot use the s110 V76 softdevice when writing my app in Keil. However, how...
I'm writing an application which updates the ble advert data at run time. I use the radio_notification callback functionality. Inside that function, the code calls the ble_advdata_set...
Hi, I'm trying to run ble peripheral and timeslot receiver at the same time. I can see ble advertisements and I can connect to the peripheral. I can also read and write ble...
Hi,
Some questions below about the HID keyboard that refer to the example "/s110/ble_app_hids_keyboard" .
What initialize m_advertising_mode value before to call...
Hello,
to reduce ernergy consumption i use the sd_app_evt_wait() function while the twi is sending or receiving data.
i set nrf_twi->address and nrf_twi->txd and set...
Hello,
I have troubles using spi_master_example.
I want to control by spi a slave device from the nRF, I am sending sequences as expected and my slave device answers me...