Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hello,
I'm working on a firmware for a device that is created using ble proximity example. It is power constrain device and required a connection interval of 30 sec between...
Hi Great Nordic Support Teams:
Our client is developing their BLE products with 5340 , and they'd like to use NCS SDK 1.4.0.
They setting up the NCS environment with...
Hello. I have a issue about fstorage.
first, I using S332 SD and SDK 15.3.0 version and 52832.
Init flow is below:
Log enable -> SD enable -> SD BLE & ANT enable ->...
Hi,
SES is not including the extra cmake build options, i tried prefixing "--" as we do it in west build, note that it works west build "west build -b nrf9160_pca10090ns...
I am attempting to create a custom Buttonless DFU application by building on top of the default example from the SDK. Specifically, I am merging the Buttonless DFU app with...
Hello,
I am new to the BLE world. I have a nrf52 DK and using softdevice 7.0.1
I am trying to to flash the basic blinky example.
In debug mode everything is fine,...
Hi, I have a custom board with an nrf52840 onboard I was able to program the nrf52, but then I executed:
% nrfjprog --eraseall
and,
% nrfjprog --pinreset
and the JLink...
According to the Zephyr documentation here the way to implement an application-specific exception handler is to define k_sys_fatal_error_handler. When I try to do this I get...
Hi. I'm doing the firmware on the custom board.
This board turns on when the button is pressed through the power button circuit. And I created the reset function using NVIC_SystemReset...
Hello, I would like to develop a simple program that sends and receives UART communication through 2 boards.
The example used "examples\peripheral\serial\pca10056\blank...
Hi, all
I'm using nrf52832 pca10040, s132..
I want to send and receive data over Tx , Rx pin.. with my custom board, cm1106 model..
<<<<<< I've connected the two devices...
Not something which I have experienced, but rather inferred from reading the code of nRF5_SDK_17.0.2_d674dde/nRF5_SDK_17.0.2_d674dde/components/libraries/log/src/nrf_log_frontend...
HI, I'm creating an IoT system, and planning to use THREAD to communicate between devices. Each device is running on a raspberry pi but I plan to use nRF52840DKs to do all...
Hi,
I am seeing a bricked device due to the fds_init() returning FDS_ERR_NO_PAGES. After some debugging, I found that all pages are marked as FDS_PAGE_DATA (no FDS_PAGE_SWAP...