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...
Hello,
I am trying code (and compile) in C++ with a NRF52832 on Keil UV5.
In the C/C++ options i don't see the compiler option for the preferred language when I open a...
software version :nrf connect SDK 1.6.1
hardware:nrf5340
ble stack:ble 5.0
ble central: iphone x app
ble client:nrf5340 kit
question:I was failure to set Tx len...
Hi, I followed the procedure described here with Nordic Thingy 91 https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nowi-powered-energy-autonomous-nordic-thingy...
Hello,
I'm currently trying to enable static buffer for MBedTLS as described here: https://tls.mbed.org/kb/how-to/using-static-memory-instead-of-the-heap .
I wrote a simple...
Hi, guys. I'm using both nRF5 SDK v17.1.0 and the S112 SoftDevice v7.3.0 with the PCA10056 (Rev 2 nRF52840 board).
infocenter.nordicsemi.com/index.jsp
I used the sd_ble_gap_ppcp_set...
Hi,
1. In freerTOS, how to improve the printing priority of NRF_LOG_INFO
2. How do I avoid overwriting what I want to print
Thank you for all your assistance. Kind...
Hi,
1.How can I use this function?
2.Can you provide a simple example
3.I have the following information, but I still don't know how to use it.
https://developer...
Hi ,
1. How do I port the NCS V1.8.0 asset_tracker example to NCS V1.9.0
2. The customer code was developed in asset_tracker and failed to port to NCS V1.9.0
Thank you...
Hi,
I have a few thingy:91 devices (~10) and when using the IBasis SIM card, I'll randomly be connected to Telus, Bell, Rogers or Videotron. Some of them do not support...
Hi,
I have implemented BLE OTA DFU using SMP service (I integrated SMP sample ) on nRF25833. Version of NCS: 1.8.0.
I have tested it with nRF Connect mobile app and it...
I want to make a thread protocol based luminaire product, there will be 300+ luminaires and 10+ OTBRs, and then control them through the cloud platform. Now I need to verify...
Hi. I apologize in advance if this question is in the wrong place or is too elementary for this location/audience. I have prototyped a product using two Nano 33 BLE arduinos...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. Now I'm debugging to add one new feature, but some time...
Hi
I want to use a mcu to update the firmware in the nrf52810 through uart,I look in the sample in the nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader...