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...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
Hi,
I'm using NRF_LOG for debugging. SDK version is 12.3.0.
I want print error code, File name, Line number.
Error code is printed fine but, file name and line number...
Hi,
I was going through the generic_ponoff_messages.h and generic_dtt_messages.h files and I observed that the message opcodes for the messages are same on both models....
As the S112 Bootloader documentation mentions, the nRF52810 does not support updating the (S112) SoftDevice.
In another question " The update-risk preventive method? " it...
Hi,
can we change duty of one channel of an instance of modules\nrfx\drivers\src\nrfx_pwm.c without affecting or introducing any glitches to other channels of that instance...
I am trying to get an SD card working with the NRF52832 chip, starting with the sd card example (SDK 14.2) using the fatfs module.
The SD card I am using is a Kingston 8GB...
Hi I'm using nrf52DK board with SDK 14.02. I wanted to use PWM Library with softdeivce but I'm getting this <error> app: ERROR 3735928559 [Unknown error code] at E:\nRF5_SDK_14...
I have a Raytac module which contains a nrf52810 AT module in it hooked up to a micro via Uart, so i can send and receive AT commands and data. I'm trying to connect to my...
Hi, I have developed one custom application and enabled DFU features in it.
With the help of nRF Toolbox mobile application, I am changing the application code.
Now I...
I just installed the nRF9160 DK but it showed yellow exclamation marks at the CDC and BULK interfaces. I'm using Windows 7. I couldn't find where these drivers are.
Anyone...
How do I use PWM on a GPIO on port 1 on SDK 15.2? The PWM library examples only sends in the pin number and seems to assume port 0. This answer seemed a bit complex and I...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 and S132 SoftDevice v6.1.0 to do some tests . But now I encounter the disconnect reason 0x22...
Hi guys, help me please.....
I want to build a device act like both keyboards and mouse. I've made some progress that the device can connect to my PC(win10) successfully...