Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
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...