I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi,
As I know that one reading operation requires 2 connection events:
First - ATT Read Request
Second - ATT Read Response
GATT Read Message Sequence
My question...
Hello.
I'm working with the nrf52 with s132 loaded.
There is a way to have a 6Mbps on the SPI ? I try the value 0x60000000 but this do not work.
Thanks.
Eric Provost.
Hi,
there are similar questions to this but I cannot solve my problem.
I am trying to upload a new code using DFU by means of a smartphone (using nRF Connect) or PC (using...
Hi everybody
Is it possible to use secure dfu (SD130v2, SDKv12.2) with 16k RAM dervices (concrete nRF51822 256k flash, 16k ram)? When I try to shrink ram in dfu project...
Hi,
i have an openwrt image running on my rpi. I made sure to build the openwrt image with 6lowpan modules and other bluez library.
i am trying to connect to the nrf52 running...
I am using Martin's code to test my I2C connection.
I use PC10040 evaluation board, SCL and SDA are 3 and 4.
My sensor is a Max 30102 pulse and HR sensor.
I used Martin...
Fight continous! I have NRF51822 chips and today i got NRF51 DK motherboard. I wanted to flash it according to tutorial found here: devzone.nordicsemi.com/.../ .
After some...
We are selling our own nRF51 and nRF52 based boards (Aistin Blue, www.iprotoxi.fi/.../iprotoxi-aistin-blue) and would like to offer customers easy way to run Nordic Semiconductor...
May I ask you a question? concerning I disable the radio of nRF51822 2.4GHZ , don't run the Ble,don't apply the the RC Oscillator of the 16MHZ and only use GPIO,could the...
hi,
I test the gazell example gzll_ack_payload in SDK9.0,I found that the default timeslot period is 600us.But after testing using logic analysis,I found sometime transfer...
We are intensively using nRF2401A transceiver. Due to the fact that it's now not recommended for new desings, we are about to migrate to nRF24L01+
The problem is that we...
I have been using SDK 11.0.0 in a gcc/Eclipse environment successfully.
I can download the ble_app_hrs_pca10040_s132 example to the dev board and successfully run the HRS...
I am developing a script that runs on the nRF51822/ BLE nano to connect to other devices using blue tooth low energy. To do this currently I am looking at the heart rate example...
I am testing the ble_app_uart and nRF UART app. When I transmit the message from mobile phone to the module. The module can always receive the data and display on the terminal...