Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
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...
Would like to get continuous advertising data from a known device ID - without connecting. Would like to do this on a Windows PC. I don't see a way to do this with nRF Connect...
Hello,
We are working with the one potential customer . they are working on battery connected beacon project below are the some queries
customer using nrf51822...
i am compiling an code just to store a data to flash and retrieve it. i wrote the code for that i included fstorage.h,section_vars.h and added fstorage.c. I am not using any...
Hi,
In nRF5 SDK v14, in the file ble_advdata.h, there is a routine to create advertisement data from a ble_advdata_t struct that is passed. This struct allows only 1 manufacturer...
This omission leads to linker errors:
_build/app/nrf_ble_gatts_c.c.o: In function `nrf_ble_gatts_c_on_db_disc_evt':
nRF5_SDK/components/ble/ble_services/experimental_gatts_c...
Hi All,
We are working on nRF52832 custom PCB design. We are having a small concern for shielding. Do we need to provide shielding for nRF52832 based boards for FCC certification...
Hello,
I am trying to understand a bit better BLE throughtput in order to use it for my application, having read this Nordic Blog , this post and ATT_MTU Throughput Example...
Hi!
I have adapted the heart rate example to have just one service and one characteristic. Initializing works fine and I can read the initial value of 0x00 using my cell...
Hi all,
i have a question about the communication client and server.
I'm using for my project a nrf52 and softdevice s132 v2.0.0, reading the datasheet i can understood...
Hello
we have a projekt with periperal "ble-app-blinky" und central "ble_app_blinky_c".
how to do:
when the "peripheral" battery is below 2.3V
then the led 4 on "central...
I'm trying to regularly change some advertising parameters ( ble_gap_adv_params_t.type ). The only way i can see to do so, is by stopping and starting advertising.
However...
I made a pulse oximeter product with nrf51822AC(base on SDK5.2.0 & S110 6.0.0), and implemented SIG GATT-based profile(PLXP+PLXS). Now we want to do BQB RF PHY testing to...
I have an example combining BLE, UART and SPI in which I use RTT to watch the startup process.
The SoC is nRF52 (BLE Nano2); building with armgcc.
This works ok when JLink...
Hi,
I need to send large data(about 200KB) from android phone to my custom board.
Connected like this :
Android Phone ->(BLE) -> nRF51822 ->(UART) -> Custom board...