Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
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...
Is there a way to perform bluetooth operations using bluetoothctl The required functionality is: --- The dongle is plugged into the Raspberry Pi usb --- The dongle can then...
Hello,
I am running an ble_app_uart example from SDK 17.1.0 in SES on my nRF52-DK.
As great example as it is, I find it a bit non-practical for further development so...
I need repetitive Timer and Edge Counter in my application. There is is a single Timer Peripheral that can be used either as a Timer or Counter. As well, further in counter...
I am developing an NRF52833 application that reads from the I2C sensor MLX90641. Below is the code I am using to test. MLX90641_I2C_Driver.c was originally written for Mbed...
Dears
Th case ID of my old question is 218372.
I were waiting for two weeks. However, nobody responded to me.
I wanted to make a BLE mesh product used NRF52840 and NRF21540...
Hi support team
I'm now based on ncs1.9.0 platform. I check the file "\nrf\samples\bluetooth\direction_finding_connectionless_tx\README.rst", finding that the board nrf52811...
I am working on a project with nrF9160dk to connect with AWS IoT cloud, when I was trying to update the certificate by using LTE Link Monitor, why I am getting errors when...
Hello, I tried to using the nRF Connect SDK with VS Code, however when it seems there are some problem while I trying the build. I have read the similar post and trying to...
Why is it that when I try to build assert_tracker_v2 for thingy53_nrf5340_cpuapp or nrf5340dk_nrf5340_cpuapp I get:
Blinky builds fine.
Also, cleaning projects tend...
Hi,
I've made my own PCB with an nrf52840. Right now I'm hoping to test out the bluetooth and measure my board's power consumption - the only problem is that I can't reliably...
Hello,
I can not find a good example online on how to properly configure nRF9160 DK for i2c. In order to learn the system, I am testing a simple example with the nrf9160...