I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hello everyone, I'm using nRF52 kit which has got only one UART module, i'm also using the log driver(which uses UART, typing stuff into a virtual terminal using NRF_LOG_INFO...
hello everyone, I need a low power product, so I am using nrf52840. There is a problem now, When I add "app_timer_init()"(I never change the code in this method) in my code...
Hi,
I'm currently experimenting with both the nRF52840 dongle and preview development kit and my question is the following :
Using a generic LTE IoT gateway with a linux...
This isn't a question more of an FYI for those who come after me...
I just spent the past hour (at least) trying to figure out why my code was producing an error on a call...
I want to compare some values of RSSI that I have obtained in a test that I have made with its corresponding theoretical value and to calculate this theoretical value I will...
I am working with the ble_app_uart example in SDK 12.3.0 for the pca10028 board, and want to add a second tx characteristic (the one which receives from the nRF Connect app...
In the blog article Bluetooth 5.1 Puts Bluetooth In Its Place this week:
At the locator hub, an antenna array needs to be designed and multiplexed to the Bluetooth SoC...
Hi All,
we are going to develop the lighting application based on nRF52832 with the use of BLE mesh SDK V3.0.0 and nRF SDK V15.2.0. I am new to BLE and also BLE mesh. So...
I have a MDBT40 developing board and a ST-Link. I flashed some example programs like UART and Beacon. And they are perfectly working. But when I flashed other programs it...
Hi,
I am facing a frustrating problem which came up all over sudden: I am using the nordic uart serice/nRF52/SDK13 and after a couple of connects/disconnects of my peripheral...
in the code below. implemented on a mesh form multiple Clients (Publication addresses) to the server (subscriped) to all the clients.
The code reads beacon data, removes...
Hi all
I would like to use UART on a custom board using the nrf52840 chip. I am using the app_uart driver and have gotten a loopback to work. I have a couple of questions...
Hi
What is the way to connect (pair) device which has nRF52832 BLE with Windows OS. We need that
Bluetooth connection creates COM port, because our software communicates...
I am in the process of replicating the BLE5 Long Range Demo (found here: devzone.nordicsemi.com/.../)
I have two of the dev kits communicate and receiving the RSSI values...