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,
I am using nRF52832 with Temperature sensor using sdk 16 version . I have done buttonless OTAin ble_app_uart example by adding the dfu in it . I can able to update...
Hi,
I meet a hard fault handler issue when initialize the saadc channel. The code is as followed.
When I set the breakpoint at line 22, the debugging process can work...
Segger Embedded Studio V5.20a / SDK13 (file structure from a legacy project) / BLE / ANT+ s332 4.0.5
I am in the process of moving from command line build (armgcc make...
I'm assuming AGPS in the Asset Tracker was designed to use nrf cloud. I don't know if that will be suitable for production deployment at the moment. The GPS with SUPL sample...
Hello,
Our customer want to know how to know the ZR and ZC is lost for a sleepy end device.
I check with the document.
For ZC ,
i fund ZB_NLME_STATUS_INDICATION event...
Given a peripheral with BLE services A and B, if I advertise B but add A first during my services_init code, then the 16 bit UUID portion of B is added to A's long UUID. Is...
Hello ,
I am using NRF 52 DK board and SDK15.3.0 .
I have tested \examples\peripheral\blinky_freertos code and its working fine .
but the same code ( in that code ,...
I have a custom board with nRF52840 (with SDKv17.0.0 + s140_7.0.1). I'm making a BLE peripheral out of it, but it disconnects after 2 minutes. Things seem to work fine during...
Hello,
I have been struggling with managing power consumption of my nRF52832 so it can stay low. I'm using nRF5_SDK_17.0.0_9d13099. I did some extensive search on the available...
Hello All,
I'm updating an application for the nRF52840 that requires it to enumerate and act as joystick. I'm able to run the HID generic example in SDK15.2 on the BMD340...
Target is nrf52832+SoftDeviceS132
When run ActiveScan,
Is SCAN_RSP advertise_report notified only after ADV_SCAN_IND advertise_report?
If I receive only the SCAN_RSP...
I used nrf9160 DK with sim LTE in Vietnam to run mqtt_sample. LTE link successful but I received the ERROR: getaddrinfo fail 51 and mqtt_connect 41. Please help me to solve...