Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
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...
Hey!
My current setup is using an Android tablet ---- BLE ----> MCU1 (nrf52840) ---- BLE----> MCU2 (nrf52832)
I'm setting the MCU1 to act as both a peripheral and central...
Hello,
I'm trying to evaluate using the zephyr hci_usb sample as a temporary solution to connecting to several ble sensors. I have modified the prj.conf to allow multiple...
I used the nRF52840 SDK 15.3.0 dfu secure_bootloader uart example to develop a custom bootloader. I have checked that my application file is correct by trying it without the...
MCU: nRF52840
IDE: Keil uVision 5.17
SDK: 15.2.0
Board: Custom
OS: FreeRTOS
Using MicroLIB
Hello,
I am currently working on a FreeRTOS project that leverages...
Hi,
Based on the below extract:
"Because older devices that don’t support Bluetooth 5 will not be able to discover extended advertisements, an advertising set with legacy...
Hi, I am currently using the PPK2 for current measurements.
According to the datasheet, the PPK2 supports a maximum source voltage of 5 volts. However, my device requires...
Hello
we are certifiying our product by ISO 13849-1 which includes the Nordic nRF52832, among more information I would like to start with the following questions
1. where...
Dear nordic support
We're in the concept phase of a product that implements cellular cloud connectivity.
We already implemented a "blueprint" ESW which provides supporting...
Hi,
I am planning to create an ultrasonic library (based on ch201) because I can't find any library for it. So I am porting code from ch201 development kit to nrf52 custom...
Hi there,
I have a Thingy:91 board and I would like to enable the accelerometer data to be sent to nRF cloud when using the Asset tracker v2 application. I saw that it is...
Good afternoon,
I'm trying to understand how the RTC works on the nRF52.
The RTC can run when HFCLK is OFF and PCLK16M is not available
Section 25.5 describes the TICK...
It appears that KConfig is uable to find any compilers for native_posix with VS Code on windows 10 after installing all recommended packages and prerequisites during SDK install...
Hello,
I am using LwM2M library in my project and I want to check what version I am using of LwM2M carrier library. Please correct me if I am wrong, is according to below...
I am creating software for a proof-of-concept device using the nRF52840 Dev Kit and nRF Connect for VS Code.
I started a few weeks ago with the Nordic UART Service code...