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...
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 designed the NRF8001 into my circuit board and my application processor is connected to it. Now I need to develop my application program such that I can transmit and receive...
Hi,
I am working with the Red Bear BLE Nano 2 (nrf52832) and programming it in Arduino IDE .
I am trying to merge the BLE_HRM example with a TWI example to be able to...
Hey,
I have a problem with receiving data on my Android app.
I'm sending several data via Services & Notfication Characteristics from my NRF52840 Application to my Android...
hi,
I have some problems about pwm register.
1.NRF_PWM0->MODE
2.NRF_PWM0->COUNTERTOP
3.NRF_PWM0->LOOP
4.NRF_PWM0->DECODER
5.NRF_PWM0->SEQ[0].PTR
6.NRF_PWM0-...
I use rRF52832. After doing "Flash Tab -> Erase" of Keil's development environment, it became impossible to connect at all. I tried using nRF 5x Command Line Tools (nrfjprog...
I'm trying to port the _12.3.0_ DFU bootloader_secure example to my custom nrf51822 board.
The example can run perfectly on pca10028 board, but not on my 51822 board even...
Hi All,
I am developing an application on nRF52840 Preview DK which does not need the Soft device. But it needs the MBR to run a bootloader for Firmware update purpose....
Hi,
Now I am using nRF52382 to make a product which needs a accurate one second timing. Then I use the project "nRF5_SDK_15.0.0_a53641a\examples\peripheral\rtc" and "nRF5_SDK_15...
Hi there!
Device: nRF52 DK
App: nRF connect
Compiler/IDE: Segger Embedded studio
SDK version: 14.2
Soft device: s132
Problem description: I am trying to run blood...
Hi,
I am reading a BMX055 via I2C which consists of three sensors with three addresses.
I got the easyDMA running to read 10 times the gyro using the PPI and the data...
Hello,
my first question is about TX carrier frequency accuracy measurement. The equation given in the whtie papers is
(|f_measured - f_programmed|) / f_programmed <=...
Why is the event length of the BLE Central HRS demo set to such a high value of 320*1.25ms = 400ms?
The demo seems to work ok with the BLE Peripheral HRS demo using the...
Does the Battery Service Client (ble_bas_c) module handle subscribing to notifications from multiple slaves? In my use case, I have the nRF52840 dev kit connecting to multiple...
I need to keep track of time on a device featuring the nRF52 and have an RTC run continuously in the background. The drift should not be more than a few seconds over a year...