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...
Hello,
I have a following requirements,
Build a custom bootloader which accepts DFU through OTA and UART.
this boot loader must also contain softdevice , so that finally...
I'm having problems with toggling the EXT0 pin on my thingy:52.
I have tried with setting the EXT0 as an output like this: drv_ext_gpio_cfg_output(SX_IOEXT_0); And then...
This is not really a problem - more like an enquiry
Is it possible to gate PWM output using another GPIO pin e.g. if the second pin is low then so its the PWM otherwise...
Hello,
I would like to test and adapt the example "ble_app_uart_coexist" with my nRF52840 DK. Unfortunately, I believe that this one is only intended for nRF52832 and softdevice...
Hello,
I am trying to use the BMD-350 evaluation board to program a standalone BMD-350 module on a custom PCB. I have followed the instructions in the documentation to connect...
Hi,
I'm using custom board with the nrf42840 and I need to use p1.09 as a GPIO.
How can I do this in a debugging mode (using the PCA10056 as a jlink)? Can I get a code...
Hi,
I want to get interrupt on GPIO using gpiote module.
I searched for example but couldn't get it.
Can you guide me how to use gpiote in nRF9160 ?
Regards,
Smitesh...
Using Fanstel BT832A BT 5.0 Module which utilizes SoC nRF52810 QFAA
1) Yes or No: can I configure a GPIO as a Timer/Counter Input so I can feed a high frequency input into...
Hi,
I just wanted to know which flash is used by the flash manager within the SDK Mesh v2.2.0 onoff client/server examples ? Is it the 1MB internal flash or the external...
Hello,
During development of a custom board, based on the BMD-300 module from Rigado, which uses an nRF52832, we ran into a SoftDevice fault under specific circumstances...
Hi,
After trying to work out why one of our nrf9160 DK:s cannot execute any AT commands using the at_client sample I tried redoing the getting started guide to make sure...
Hi, I am making my own bluetooth custom board with nRF52832. Till now, I made my custom pcb following the infocenter layout and chip antenna like below.
Now I want to...
Hello All,
I have 2 evaluation boards nrf53840 EVB "PCA10056".
I would like to run on them the "ble_app_uart" in " nRF5_SDK_15.3.0_59ac345 " as following:
A custom...
I am working on BLE mesh network,initially I have tested the light switch demo example it is working fine.Now I want to test relay functionality by using light switch example...