Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
Hi, I was wondering how to change from central mode of the NRF52 board to peripheral mode and from peripheral mode to central mode by pressing the input buttons on the board...
In the blinky-central example, on_ble_evt() switches over both BLE_GAP_EVT_DISCONNECTED and BLE_GATTC_EVT_TIMEOUT .
Why is this required? Won't a client GATT timeout...
Hi,
since the nrf52 offers the capability of NFC and BLE I am interested in methods a customer could use his smartphone for payment. Is there a common way or open standard...
Hi all,
I have programmed my chip nrf51822 successfully using stlink and the openocd. I have burned the same hex file which is there in the example that is the ble_app_uart...
Hi,
I've been trying to port my project from SDK10 to SDK12. I'd thought this would be a simple process. Definitely simplier then when I ported from SDK6.1 to SDK10. However...
I would like for the nodes in the network to be able to talk to any other node, even if the other node address are not pre-configured.
For example, I would like to be able...
Hi, Nordic
Now I have one nRF24LU1P USB Dongle, if sometimes there is no data in/out usb(maybe 3ms), USB Dongle will enter suspend state.
Can USB Dongle support to resume...
I am building the ble_app_hrs_freertos example code for a pca10040 dev board located in the SDK 12.2 at: nRF5_SDK_12.1.0_0d23e2a/examples/ble_peripheral/ble_app_hrs_freertos...
Hello guys,
I'm working in a project which requires from me to bond to certain devices and refuse the bonding from others, I mean at certain input, connect to anyone and...
Can I expect the call to sd_flash_erase() to successfully erase a page of flash while I have an ANT channel open doing a low priority search?
What about when doing a BLE...