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 bought a new nRF51DK board and need to read its RAM data. I used nRF connect to erase it. The data read by nRF connect shows 262144 bytes and I don't know the...
Reproduce issue:
Windows 10 21H2
Set global git option gpg.format to ssh
git config --global gpg.format ssh
Install nRF Connect SDK v2.0.2 with Toolchain...
We are using the external flash w25q32jv via SPIM connection. the configuration as below.
arduino_spi : & spi3 {
status = "okay" ;
compatible = "nordic,nrf-spim" ;...
Hello-
I'm seeing the nRF52840 stay awake when I don't want it to. I'm calling sd_app_evt_wait() every turn through the main loop with SEVONPEND disabled, but it's waking...
Hi,
I am trying to measure the current consumption of nRF52832 using nRF52DK. I am using STM Nucleo board.
I made a cut on SB9 (P22 open), and gave supply on p20.1....
I am using nRF52832 and SDK17.1.0.
Is there any example code to start with for being able to advertise/transfer multiple data values using a custom UUID? I am using ble_nus...
I want to interface SCD30 Sensor Module with nRF 52832 Board through I2C. Can I interface the sensor "SCD30 module" using nRF Connect as I am not getting .h file (Zephyr RTOS...
Hi,
I've written an app for the nRF52840 dev board using the nRF connect SDK. Now I'd like to port the app to the STM32F4 discovery dev board. I've managed to get the app...
I'm using s132 v5.1.0 in my Server Peripheral application. The documentation for sd_ble_gatts_hvx() says that when using it for Notifications, a return of NRF_ERROR_BUSY ...
Hi,
I'm trying to implement the FATFS example with the SD Card access into the Mesh DFU example. Setup is SES v5.44, SDK 17.0.2, Mesh SDK 5.0.0 and S140.
After the...
Hi,
I have been looking into the passkey for BLE connection but didn't found any clear documentation or any example on this. If we have one central and one peripheral...
Hello, I am a student who wants to improve myself in the field of nrf and this is my first question. I am using NRF24LE1. I can run Timer0 and Timer1 separately in main function...