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 am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
I am struggling to find a starting point to be able to program the beacons. I'm completely new to this but want to be able to change the tx power so that they are only visible...
In my application, a static passkey is given to the user(I have implemented static pass key in my application and it is working).
Suppose the Nordic device is advertising...
In "ble_app_hrs_freertos" project, I try to change NRF_SDH_BLE_GAP_EVENT_LENGTH to 320 and NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247.
And when I try to connect to the nrf52832...
Hi ,
I evaluate the I2c communication of your chip nrf52832.
I have few problem.
Write fonction
Is use your Tx fonction,
uint8_t reg[2] = {CCS811_REG_MODE...
Hello,
I used translation software.
I enter system on mode from the power_manage of the function.
But I do not understand system on mode.
In the system on mode is...
Hi,
After using comand line --rbp, recover fail,the nrfjprog error log as below:
--------------------------------------------------------------------------------
nrfjprog...
Recently I have been learning ble_app_uart routine, here is a question
When receiving the message sent by the client, nus_data_handler this function will be softdevice...
Hello,
I succeeded to port s110 & sdk9 to s140 & sdk14 which was a problem before.
What we need to do now is to compare the performance of BLE devices with s110 & sdk9...
Hi, I am a beginner programmer and I have the next problem.
I am working with nRF52832 SDK 12.2 trying to send AT commands to an ESP8266. I send the AT commands byte by...
Hi all
According to errata 146 of the nRF52832 Rev 1 errata sheet V1.5, the LFRC oscillator has a frequency tolerance of 500ppm instead of 250ppm.
What are the consequences...
I have a bootloader compiled from SDK 14.0, and when I try to upgrade to 14.1, the new linker script (secure_dfu_ble_gcc_nrf52.ld) does not contain the UICR_BOOTLOADER memory...
Hi,
I'm using the nrf51822 and I want to merge Server and Client roles in one Peripheral device. I am already able to send a history of temperature and humidity measurements...