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,all.
I am using nRF52832.
Does the nRF52832 support dual mode that allows simultaneous advertising and scanning?
Are there any examples you can refer to if you...
Hi I use SDK 12.3 and sdk 2.0.1 , and set a device name length is 21 like "1234567890ABCDEFGHIJK" by sd_ble_gap_device_name_set;
but in the advertise data the name length...
Hi,
we are developing and application on iOS which can among others, update our hardware over the air, and we found out that e.g. after bootloader update is done, then...
Our hardware has an externa memory connected to the nRF51 by SPI, we also use DFU to update the firmware creating the zip pack (We have buttonless dfu working as well) and...
I've been using the nRF52832 chip for over a year and it works great. However, for a new project I designed a board so that the nRF52 chip was the slave on a SPI bus, and...
Hi,
I just try DFU function in sd130/sdk12.3 and it does work very well.
I did:
(1).Generating your own key:
nrfutil.exe keys generate priv.pem
(2).Display a public...
In the example code, I found this:
#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
I'm having 2 boards (maybe extremely problematic) and I want to...
I have seen at least one person here who has gotten Nordic's UART-over-BLE example app running on the nRF8001. How was that done? Where is it? This example app is not included...
Screenshot of what I'm doing:
So I reset the nRF8001, then try to initiate a transfer by pulling REQN low. However, nRF8001 never responds by pulling RDYN low. I have...
I'm using nRF5DK PCA10040.
And, working on nrf5_SDK_for_Mesh_v0.9.2-Alpha.
I need to enable both of Bluetooth mesh stack and BLE stack.
mesh stack for mesh communication...
I added uart service ( here and here )
and I think in part of ble everything goes well. I have blinking led1 and can see all my services.
Then I tried add uart part.
After...
I have a custom board that has a nRF52832 device (receiver).
I am scanning for remote beacons (also custom boards with nRF82832).
The result is that I obtain the MAC of...
Hi I use 4 characteristics in peripheral and central. When I write to one of the characteristics in the peripheral, I read it using sd_ble_gattc_read in the central. But,...