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...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Do you have an example application which automatically re-bonds to an iPhone when the phone has been powered off and then powered on.
Otherwise, what changes are required...
HI,all.
i am so sorry for my silly question here, but it is Very important to me.
i am a newcomer here ,and i am a beginner for nrf52382 and nrf51422.
I heard the...
BobLouwe.logicdata Hi devs,
I'm setting up my own .NET mircro framework stack for the Adafruit nRF8001 Break Out board. When write the Reset port I do get an interrupt...
Hi,
We are using nRF51822 as a peripheral device. We have an IOS app running in a smart phone or tablet. Our requirement is that we need to pair the peripheral only with...
Hi
I'm currently working on a small nRF52 based design, and I have been asked to keep the cost as low as possible, while maintaining a good battery life while being powered...
Hello,all
I want to use timer,ppi and gpiote to toggle a pin in sdk8.1 but not working.Here are details:
Firstly I use the example project "gpiote" which does not contain...
Hi,
i'm working on nRF51422 and i'm trying to do a simple BLE object that advertise his name and his services and is connectable by the others.
Advertising and connecting...
Hello,
I am working with nRF51422 & would like to know if I can measure current of single event & multiple events (pictures attached) as detailed as possible. I have cut...
Hello everyone.
I want to increase the operating range for nRF51822. To do this I added PA SE2576L in design.
Unfortunately, I do not have experience in RF develop...
Hi,
I'm attempting to use Version 2.1.0 of the HomeKit SDK on an nRF52. We're using the s132 SoftDevice 2.0.0-7.alpha (the SoftDevice in the latest nRF5 SDK v11.0.0). ...
Hi.
So my problem is, that i cannot successfully program external board with preprogrammed nrf51822 chip in the board.. This board is from china.. its an ibeacon.. If i...
I've recently been playing around with Bluetooth Developer Studio, and I can see it's potential despite it having a few annoying bugs.
I've set up a custom service by re...
Where would be a good place to feed a watchdog when using a softdevice?
My first guess was in main loop:
for (;;) {
NRF_WDT->RR[RR_number] = 0x6E524635;
power_manage...