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...
Hi all, when I modify ble_central for connect multi peripheral via NUS. I got error : BLE_DB_DISCOVERY_ERROR in funtion
So, can you show me how to solve it . Thank very...
Hi there,
Is possible use nrfjprog to write in flash the data time using windows batch commands after programmed the device?
actually, I want to use the nRF52 as a RTC...
I have a question about the nRF52840 QIAA Reference Layout v1.0 which can be found in the infocenter /nRF52 Series/Reference Layout. I saw that it has keepout areas on mid...
I'm trying to implement an application for the nRF52832 that will provide an OTA update to another external nRF52. The code for the device accepting the update has already...
HI, i want to know, how can i use the feature of LE Data Packet Length Extension which in core v4.2.
i want to connect the PDK with the my phone, What should we change?
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Hello I was trying to run the Power Profiler Module with nRF Connect but I geting the following error:
ps: The python solution is already working for me.
What is the RTC run current on the nRF528120? It is not listed in the datasheet.
In addition, what is the run currents for the clocks on the 810? There is no information...
I need to send data from PC (windows 10) to nrf52832 using UART (hardware) in order to retransmit this data through mesh network with light switch example.
Do i need to...
Because I'm using PTR9618 module of nRF52832, it don't have XTAL 32.768Khz (X2).
When Makefile have NRF52_WITHOUT_SOFTDEVICE=1, hello-world, blink-hello work fine. But when...
Hi,
I'm looking to generate a clock signal on a gpio with an exact frequency. I tried this by setting the pwm base clock and adjusting the top value but got no luck.
Is...
Hi Nordic,
I find somethig wrong while using GPIOTE.
I.
First I call nrf_drv_gpiote_out_init(MY_PIN, &my_config), it works fine. However, I call nrf_drv_gpiote_out_uninit...
dear sir
i had use the ble_ant_app_hrm demo to test ant+ble,but i could not find the softdevice in the folder,so i can't connect it to my mobile phone,the link address is...
Hi, I'm using Central multilink example to connect with our Custom Peripheral sensors. I'm using board PCA10040, nRF52832, SDK_14.2.0, s132. Sensors have a custom service...