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...
Hi, I am try my first code by follow this website
https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
, and step by step.
When...
As we all know,the examples of NRF51 SDK 11 about DFU is all using Device manager,do you have some example about Peer manager?
I am very looking forward to see the example...
hi , now I am using nrf52832 base on the sdk 14 to develop our location system, the ibeacon around my nrf52832 circuit board will advertise every 500ms, and the parameters...
My device is entering DFU mode, staying there for a few seconds, then shutting down. I'm trying to figure out a good way to figure out if it's a watchdog issue or a power...
Hi.. I am still new in using nrf product and understanding the example given via SDK. For my project, I am trying to send continous data via BLE app UART to mobile phone....
Hi,
As a part of settings up an automatic BLE DFU testing environment, we're trying to update a single NRF52 board using a PC connected to a NRF51 dongle.
The dongle is...
Hi,
I am using Sunding-515 cycling speed and cadence sensor it’s data is broadcasted as per the GATT characteristics. We have already done the data parsing in our other...
In SDK 15.0.0\modules\nrfx\soc\nrfx_irqs_nrf52810.h, at line 65,( link ) it defines a SPI1 compenent:
But 52810 spec( link ) mentions only SPI0.
Is the code file correct...
Hello everyone,
So I'm trying to maybe start get going with the NRF52832 platform but every time I try I get stuck with it.
In this example I'd like to use different...
Hello, I would like to know if there is there a "global" sdk_config.h file which has #defines for all modules? Ie, if I make my own project, and use this file, all I would...
Hi!
I would like create my own application of BLE Mesh on nRF52832, I had gone through the Light switch example and understood some basic concepts and now i'm thinking start...
Hi,
I tried to erase the bound and start another pairing procedure without rebooting my device. I was not able to remove the bond correctly. The system hangs when I call...
Hi,
I had Completed secure OTA in my custom board (RL nRf51822 A1).
We have to PCBs. 1). Old Design 2). New Design
1). Old Design: We have connected relay on pin(p6...
Hi all,
In our program calling app_usbd_cdc_acm_write() a single time does not directly send a message to the terminal program (Teraterm). Even Teraterm is not getting connected...