I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
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...
Hi Nordic team !
Is the licencing model linked with the Nordic OTA libraries available in github allows me to freely fork / modify / share a compatible version for Xamarin...
I have define CONFIG_NFCT_PINS_AS_GPIOS, but the pin is always low, even if the OUT register is high.
I have read 0x1000120C(NFCPINS), it is FFFFFFFF, what's wrong with...
Hi, After many attempts I was unable to make RPC_Host sample work ( link to the related nRF Connect SDK doc ). From SES in debugging mode, the network core gets stuck in an...
Hi,
I am writing a program to actively change the state of an LED, then sample the output voltage on the led pin using SAADC, then outputs the adc value to terminal every...
I bought the nRF52840 DK and want to start developing my first application. However, I am very overwhelmed by the documentation here infocenter.nordicsemi.com/index.jsp This...
Hi All, I have a problem with the UART interrupts on the nrf9160dk, the error code (-134 / -ENOTSUP) says that it is not supported. However, I don't know what might be the...
Hello everyone,
I'm unable to perform DFU over SMP BT with nRF Connect for iOS. I've already verified the process works with mcumgr (Ubuntu 20.04 LTS) and with nRF Connect...
I am trying to use the `fmfu_smp_svr` sample project, as described in nRF9160: Full modem firmware update using SMP Server , to perform a full modem firmware update.
The...
Dear ,
I am going to use SDK 17.0.2 spis example.
But I found it is 8 bit data width. I am going to use 16 bit data width .
Would you teach me how to change?
Hi all,
I am using NRF5340, and I want to use pin 0.14 for spim. However, I found it was used by QSPI, in zephry.dts:
So how can I close QSPI to use pin 0.14 freely...
Hi.
Below is used the same schematic for nRF52805 but with different placement for RF components.
What are the pros and cons of each one? Is there one that is "better...
Hi !
I want to successfully send CTE after the CRC of the broadcast packet by operating the RADIO register under the Manual configuration of NRF52833。At present, I can successfully...
Hi developer,
I am trying to understand Beacon behavior and program. I am using BLE_Central multilink example to get informaiton from Beacons.
I added the below code...
Hi, I tested the (mcu_boot + smp_svr) example and can run dfu successfully with nrf_connect application. (Follow the page: developer.nordicsemi.com/.../README.html) Now I...