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?
I have a app that stores some calibration information in flash (1 page at 0x7F000)
When I booted now I noticed it has replaced it with "DEADCODE" following some hex number...
SDK version 12.2 and SoftDevice 132 and Dev. Board 10040
I am trying to run the ble_app_beacon example with NRF52832 DK. I have imported the IAR project into Segger Studio...
Hi,
I bought the nRF52840 in april. The problem is that my iPad doesn't detect the nRF52840. Also, when Itry to upload a .hex file on it, the board tells me that the upload...
Engineerings, We are looking around to find a way to prove that the hex file burned into the device is really the result of the original source code. Is there any idea/way...
Hi Guys, I try to implements the ctrl-C/V for bluetooth HID keyboard. But from SDK, I can't figure out how to send two keys. Even I do not use buffer_enqueue/dequeue in order...
Hello,
I try to build mesh sdk for nrf52840 it gives me error on RTT
0> <t: 0>, main.c, 318, ----- BLE Mesh Light Control Client Demo -----
0> <t: 0>, main.c, 108, Initializing...
hi, In my setup, I have a 3.7 V battery divided down to the bandgap range using a 100k and 100k resistors, so the voltage at the ADC input is 3.7 * (100/200) = 1.85 V. I am...
Hi
I used "nRF5_SDK_for_Thread_v0.10.0 - cli sample code and try to test Thread command "diag"
when I type "diag" then it will show "diagnostics mode is disable".
...
I am working on a project which involves sending data from many beacons to many other beacons. To be more specific, I have two groups of beacons:
The first group consists...
I'm planning to use one of those beacon platforms:
www.ebay.com/.../352167746226
www.ebay.com/.../112493464451
for a close proximity positioning system now I'd like...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Building for a PCA10040 dev board (nrf52832) in SDK 14.0.0 with the S132SD v5.0.0
I'm an encountering an issue where calls to printf() are only displaying a single byte...
Most application examples which use the scheduler have a main loop looking something like this,
int main(void)
{
// Initialization <snipped>
// Enter main loop...