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...
It has been said that Nordic SDK v4.1.0 for Thread is in maintenance mode. I was told that I should move new Thread development to nRF Connect SDK. I am trying to explore...
Are there any examples of libuarte enabling both uarts in the nRF52840 at the same time? I have been trying now for a full day and keep having problems with what options to...
Hi,
I have an app based on freertos_hrs example (nRF52832, SDK14.2)
I'm trying to get it into low power(sleep) mode, however the idle task keep on running and the system...
Hey all. I was testing DFU over USB on an nRF52840, SDK 17.0.2 and I can't seem to get the actual application to run after a successful DFU. I generate my own keys, use them...
Hello,
SDK51 appears to be an inconsistency with how various BLE related events are handled in the SDK. Multiple BLE event handlers may be registered using the NRF_SDH_BLE_OBSERVER...
I'm currently implementing a DFU "controller" in C on the nRF9160 for performing serial DFU with the nRF52840 and believe I have discovered a bug.
My firmware image was...
Hi
I'm using nrf52 DK with SDK V17.0.0
Currently, I'm using Single Buffer to send Data through BLE.
However, I want to use Double Buffer instead of using Single Buffer...
I might be dense here, but please bear with me and clarify something. I am looking at the SPI bus as drawn on the nRF52840. According to the schematics (PCA10056 - nRF52840...
Hello,
Background: I have a custom board that contains nRF52832 module and exposes UART pins (RX, TX, RTS, CTS). I have developed an application using nRF5 SDK v17.0.2....
I'm using SDK 17.0.2 And I found that when the Scan timeout is not working,
Debugging I found that when the nrf_ble_scan_on_timeout function is called, the source of the...
I have an nRF5340 development kit. I can flash a custom application into the app processor. However, when I try to flash the peripheral_lbs sample, I'm getting the error shown...
The hrs.c has the following code.
/* Heart Rate Service Declaration */ BT_GATT_SERVICE_DEFINE(hrs_svc, BT_GATT_PRIMARY_SERVICE(BT_UUID_HRS), BT_GATT_CHARACTERISTIC(BT_UUID_HRS_MEASUREMENT...
I have added the following modification to "ble_app_hids_mouse" example for pca10040 s132.
I want to add a peer whose IRK is known as follows,
void peer_add() { memcpy...
Hello, guys.
We are have nRF52840DK board and Zephyr NCS 1.4.2 development environment.
I am trying to include two PWM channels in the code and control them independently...
Still haven't seen coded phy support with nRF Connect for Desktop for receiving advertisements. With the fact that support from devices is slim, how are we suppose to test...