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?
Hello all,
There is a strange case where a custom board with nRF52840 is able to connect to JLinkExe on a Linux machine with the JLink debugger present in nRF52840 DK but...
Protocal :ESB
Devices : 1:central(PTX) 2:peripheral(PRX)
Description:
1、Central transmits data to Peripheral,and then Central receives respond data from Peripheral ...
Hello,
myself and my team are evaluating the use of Nordic Connect SDK offering on nRF52840-based board.
From what I understood, aside from the open source and common...
I have an OTA issue with Galaxy Note 10.
During OTA, phone transmit an odd packet, abnormal offset and some overlapping data.
in debugging, i got to see the abnormal...
Hi,
For our application we need time and date updates from a mobile phone. Bluetooth has a standard Current Time Service for this. However I can't find this service in the...
I use two nrf5340dks to run the routines in NCS \ v1.5.0 \ NRF \ samples \ ESB; The distance between the two nrf5340dks is only 10cm. When the transmission interval is set...
Hi, I'm programming both Central and Peripheral.
[Picture 1] is what I want to implement.
[Picture 1]
Central connect multiple peripherals which is the same functionality...
Hi,
This problem was found accidentally when trying to solve a different problem here: devzone.nordicsemi.com/.../nrf52833-peripheral_uart-zephyr-example-only-works-with...
Hello Nordic Team,
We had recently designed our custom nrf52840 board in which X2 or the 32.768 kHz Low-frequency crystal was not used. Can you please advise me on how to...
Using SES v1.6.1 with the nRF9160 module, I added the necessary CMSIS DSP defines for my project. Each define compiles a lot of files and it does not look like the linker...
Hi.
I'm trying to generate random numbers in my custom SPM. I couldn't use spm_request_random_number in the secure module (unlike using it in the non-secure module), so...
I am using nRF 5 SDK v 14.2.0. I would like to receive data from smartphones via Bluetooth communication, How do I program? I would like to have a professor. Sorry to trouble...
Hello,
i want to use Seggers RTT on os X (nrf52832). I followed the Tutorial and i compiled and upload with success. But if i start JLinkRTTClient on my mac nothing happens...
Hi
I'm looking for a Dev Kit that replaces the nRF51822 kit in the link below.
https://www.digikey.co.uk/en/product-highlight/n/nordic-semi/nrf51822-bluetooth-smart...
Hello,
We are trying to read a received RSSI value from bluetooth mesh opcode handler however it does not relay this value to the callback.
Callback is added here...