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...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
I am making a BLE device that uses 7 ADC inputs. Most of the inputs need to read at 1hz or so. Two of these inputs are of interest
The first is a heart-rate signal that...
Hi,
I want to measure ADC for 3.3V
Using formula
RESULT = [V(P) – V(N) ] * GAIN/REFERENCE * 2 (RESOLUTION - m)
Rearranging eqn:
Vin = ( RESULT*REFERENCE)/(2 (RESOLUTION...
Hi,
Does every nrf9160 chip have its unique chip ID? if yes, is it the one which can be read by the AT command AT+CGSN ? and can it be used as the board serial number? ...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
We are using nRf52840 chip with Nordic SDK 15.0 version using SES IDE. When we use debug mode in build configurations program is not working or not debugging got error as...
Hello All,
We are trying to use nrf52810 with S112 soft device and 14.2 SDK.
We have problems with random disconnection with error number 8. This happens when central...
Hello,
I am attempting to run the Nordic-Thingy52-mesh-demo using nRF Mesh v 1.1.0 for Android but the nRF Mesh app's scanner cannot see my DKs. I can see the mesh from...
Hello All,
We are attempting to instrument our software and yours. The desired output is data for a call-graph list and time stamps for each entry and exit into a function...
Why does the pushing a button located at GPIO_9 not call the interrupt handler and therefore print the statement to RTT?
#include "GPIO.h"
#include "app_error.h"
#include...
We are currently using nRF51822-CEAA rev2 on the production boards. As this part is obsolete, I was made aware of nRF51822-CEAA rev3 as a replacement . So I have some questions...
Hello,
I have a nrf51822 application which is communicating with iOS (iphone) via BLE HID service. It's only purpose is to send a screen lock HID code to iPhone. The bad...
Hi,
I've been using nRFgo studio to program hex files to the board.
Most of the time it has been working trouble free.
However, a while ago we got one, and than one...