Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I want to reprogram a nRF51822 xxAC device on a existing product.
I have a J-Link (SEGGER) device with latest firmware.
I'm running the SEGGER J-Flash V6.20e utility.
I...
Hello,
I have constructed a custom board with nRF52832 and MPU9250 on it.
I have flashed the program for reading battery service, temperature service and MPU9250 readings...
I followed the tutorial on devzone.nordicsemi.com/.../ to use Eclipse, GCC and GNU Debugger.
I encountered an error after the successful build (with key symbol) with CDT...
Hello,
I purchased nrf51822 module and i want to use s130 sdk for my project.
But when i have look over using keil i found that it requires jlink debugger or jtag debugger...
I am studying about developing a simple BLE 6LoWPAN network. My proposed topology is mentioned below:
internet - - - - - - - - - BLE1 - - - - - - - - - BLE2
| \
...
Hello,
As we can see, the mesh stack is a totally new stack which is independent of traditional BLE stack. Could you please explain why to design like this?
I found there...
Hi, I'm deeply interested about the Nordic's PCA20014; a.k.a solar beacon .
This HW uses
Amorton AM-1417CA solar cell, 1.5V, 12.5uA at FL-200lux
2 channel...
Hi,
I have run into a problem with the nRF sniffer. I used it in late May and early June to debug a BLE connection between a nRF-DK and a HTC Desire 610 and it worked fine...
Hello,
I am trying to communicate urart with nrf52840 and other devices.
But there was a problem.
You can transfer data from the nrf52840 to another device, but if...
Hello,
I need to connect an event handler (i.e. a function) to two NRF_RADIO events:
-NRF_RADIO->EVENTS_ADDRESS
-NRF_RADIO->EVENTS_READY
I know I should use the NRF_RADIO...
Hello ,
I can read the rssi value after the connection is established.
case BLE_GAP_EVT_CONNECTED:
APPL_LOG("Connected to target\r\n");
err_code = bsp_indication_set...
On this question it is said:
"Error code 0x3201 means BLE_ERROR_GAP_DISCOVERABLE_WITH_WHITELIST: Use of Whitelist not permitted with discoverable advertising ."
Why does...
It is not available in Digikey, Mouser distribution restricted to Sweden, not in Farnell???
Where one can order one or there is some problem or new version coming???
Hello,
i am working with SDK 14 type 4 tag library on NRF52832 hardware. I've based my code on the example "writable ndef msg".
When receiving a record, the NFC handler...
Hi All,
We are working with one of project where we are interfacing our nRF51822 with GPS module via UART . now the query is our GPS module works on 3.3V rx/tx logic but...