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?
There was something in the webcast yesterday about a Nordic nRF52 roadshow/tech tour/worldwide series of events.
I hunted around the nordicsemi site but didn't find anything...
hi,
i am working on ble project where i am trying to develop a project with master(mobile phone)-bridge(acting as master and slave,nrf board)-slave(nrf board) .i use the...
Hi,
I would like to save the most energy when going to sleep mode. In particular, I want to turn off all modules except the RTC timer.
So, after shutting down the radio...
Hi,
How could i implement Just work pairing method in my "ble central and peripheral" example. I modified project to suit my need, and everything works fine, untill i try...
I am working on a ble project ,'ble_central_and_peripheral",s130.In this project the device acts as master and slave. It connects to the slave only if the address is predefined...
I may be missing something. I am trying to generate a square wave from a GPIO pin in a BLE application (SoftDevice 8.0). I tried libraries (nrf_pwm.c and nrf_pwm.h) in this...
Why does the nRF52 only have +4dB output when most competitor chips are atleast +6dB (some up to +10dB). I understand that the RX has been improved by 3dB for a better overall...
Is there a way to know that there is no more data being received via UART?
One solution is, of course, to start a timer every time a byte is received via uart_evt_handler...
I am using read characteristic to read data from from a characteristic. The characteristics range from 2 bytes to 32 bytes in length. The time to read the data using IOS,...
For those of us who were not invited to Norway to try the nRF52 over the next two days....
When and how can we get our hands on a nRF52 development kit?
For example, ble_advdata_set() wants to insert company identifier and a "00" in the last byte of the response packet. Are these required, and if not, how to use the ble_advdata_set...
Hi there,
One quick question about updating Beacon configuration, including UUID, major, and minor. For development, we can use our APP on the phone or Master Control Panel...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...