Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
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...