I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
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...
I have an nRF52840 based multi protocol ZigBee/Bluetooth coordinator running FreeRTOS. (Based on the nRF5 Thread and ZigBee SDK v4.0.0). I'm looking for guidance as to the...
Hello, everybody.
I bought the nrf5340-dk board and tested the zephyr sample code. The Blinky or Threads project workes fine. But bluetooth examples simply dosen't work...
I'm looking for an upgrade that includes this:
https://github.com/nrfconnect/sdk-nrf/pull/462 4
once it's merged in. I need that multiple-advertiser functionality. But...
I was measuring the power consumption of a custom board and it seemed to consume around 100µA in PSM mode. At first I thought there was something wrong in the firmware, but...
Hi,
We have nRF52840 DK board and trying to get the first time debug log from this DK board, we are not able see the log from DK board. Please provide the steps or instructions...
Hi,
Am using nrf51822 a central, i want to discover the service of anothe rble module (which is RN4871 from microship).
My problem here is that this RN4871 advertise...
Hi Team,
I want to perform an OTA of my nrf52840 based peripheral device using the Linux-based gateway which is having the nrf52840 module interfaced. I know I can perform...
I wants to control the BLE Mesh network from other mobile phones with the same user login, Now the questions are-
1. What all information related to the Device/Network needs...
I'm merging nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky\pca10040\s132\ses to nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132...
Hi,
when using these lines of code in my Android application:
MeshManagerApi mMeshManagerApi = new MeshManagerApi(this);
MeshNetwork meshNet = mMeshManagerApi.getMeshNetwork...
Hi,
I get BLE_GATTS_EVT_WRITE with connection handles 16 and 19 which seems to be some defaults of the softdevice.
Can you explain the source and usage of these connection...
Hello
I am working with aws_iot sample and over this I add gps functions (handler and work init) belong to agps sample, I probe AT%XMONITOR command and show me this
...
I build the example and download to PCA10040,but there no log print in RTT, and I debug in keil mdk, I found the program does not step into main function.
How to run this...
I have an application that requires that timestamps be 64-bit epoch to the millisecond. I'm currently using a Timer peripheral to track 1ms and increment a 64-bit counter...