I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
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...
I have been trying to get 125Kbit and 500Kbit coded phy wokring by directly using NRF_RADIO API (no softdevice in use). I have followd for example these instructions, but...
Dear all developers,
I'm currently studying about nRF52832 SoC and prepare to develop low current BLE device.
Before starting, I want to know about idle current consumption...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello,
I post a question last day, and I can not open it any more now, it always saying "Content is under review"
Even the question has been replied to:
The link:...
I don't use SoftDevice. If I initiate flash partial erase process, my understanding is that the system will do smaller portion of erase, suspend, erase again, until the whole...
I'm developing an application on an nRF52832 revAA that logs data coming from the app_uart module. It logs this data to an SD card using the fatfs library; the code is more...
I need to implement a uint64_t counter that increments every microseconds that I can then read.
I tried to use the timer API and increment the counter in the event handler...
Hello,
So I am aware the nRF52832 utilizes the ARM cortex M4 microprocessor and has 32 configurable GPIO, but I'm failing to find how to access the registers controlling...
Hey I am trying to setup UART on my Thingy52 but when I’m trying to compile my project I getting this error message:
I am using GNU Tools ARM Embedded 4.9 2015q3 for compiling...
Updating all components with the nrf9160DK, I am unable now to run the LTE/BLE Sample. I built all the prerequisites, secure-boot, hci-uart and lte/ble sample however, the...
I am very new to Nordic boards, so my apologies first for my ignorance.I recently bought Nrf52840 boards and I want to build a very simple Bluetooth mesh application but I...
Hello All,
As we all know Segger Studio is not supported by SDK12.3 by default. Porting to Ses is easy and help is available but it is for basic programs. if we want to...
sdk version:15.2.0
sd version:6.1.0
platform:pca10040
I have inited three saadc channels , I want to close the specific saadc channel ,but error occured .
The...
Sir,
Using nRF ToolBox for Android.
Our ble device using one of your ble chips sends bytes 0x02, 0xBA
But nRF ToolBox UARTService.java function onDeviceConnected( BlueTooth...