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,
Our application consists of 100 BLE static centrals and 1000 BLE moving peripherals. Is it possible to hide our BLE peripherals to be visible only by our centrals...
Hi,
i'm testing an application on nRF52, with nRF5_SDK_11.0.0-2.alpha and SoftDevice 132.
I took the ble_uart example and added a custom service with some characteristics...
Hello,
i'm trying a bluetooth connection between nrf UART v2.0 installed on my phone(android 4.4) and nRF 8001 (i'm usign nRF2740 card). My microcontroller is a STM32....
Hi.
I made my own board using nRF51822AC.
I want to connect this board to PCA10028.
There is Debug OUT port(P19).
Net names are EXT_VTG, EXT_GND_DETECT, EXT_SWDIO, EXT_SWDCLK...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
Example code is using "ble_db_discovery_start()" function to discover peripheral.
In this function, there is "SRV_DISC_START_HANDLE...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I'm testing External interrupt.
Current concumption was just 50uA around(low speed advertising mode).
But It goes 1mA around...
Hello
I'm working on a network of nodes with more than 300 nodes
each node is constructed by (1 arduino nano,humidity sensor, 1 relay and NRF24L01 +)
I'm working with the...
Hello. I'm trying to understand twi_sensor sample code on nRF51. (nRF51_SDK_10.0.0_dc26b5e\examples\peripheral\twi_sensor)
I have a trouble finding where the function twi_handler...
Hey,
i've bought the nrf52832 Preview DK some time ago, are there any big changes to the new DK? So if i buy a new nrf52832 IC i can desolder the old IC and use the new...
If I have some value and this value has become out of desired range I want to change property from indicate to notify.
I only found function sd_ble_gatts_characteristic_add...
I'm developing an application for a device which needs to support both DFU and some method of restricting connections to a single central (ie: bonding). This is a challenge...
Hello!
Is there have any tutorial for how to create GATT service on the MCP(master control panel app) and what coding do we need to add to the project?
Hi, I would like to put a nrf51822 device into system off mode and wake it up with a GPIO transition from high to low.
I would like to measure the press time of the button...