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...
Hi.
I am working in company for medical devices. And we test the embOS RTOS to use in the product. Reason: the device must be compliance to Medical Safety standard.
I...
hello Support team,
When customer to compile Nordic CHIP demo code(connectedhomeip\examples\lighting-app\nrfconnect. compiling error was attached.
tje
the code is from...
Hello,
We are making device using NRF52832 and SDK 16.0 .
In our solution we required to pair and bond , between phone and device and hence we are using the peer manager...
Hi,
Instead of an nRF9160, we are trying to expand the functionality of our older nRF52840 board with AT modem on it.
I would like to implement similar support for this...
Hello Everyone,
I am using a Thingy52 to take environmental readings, which are used to programmatically respond to changes. I have noticed that the blue bluetooth led flashes...
Good evening everyone,
i'm starting to program with the nRF52832 development board and i am testing the example programs. I started with the project:
- ble_app_hts_pca...
Hello,
I receive measurement data from 12 peripherals (custom PCBs) with a nRF52840DK. But I need a little more range.
Quick fix I am hoping for: Attaching an external...
I have the nRF5_SDK_15.0.0_a54641a files but I cannot for the life of me interpret the examples such that I can Frankenstein working code.
I am attempting to write integers...
Hi,
I have a question about PSM mode of nRF9160.
As I know, PSM mode is supported after 3GPP release 12.
But I found out that some network operator doesn't support...
I have a question about ADC configuration。 If an ADC input is multiplexed in different ADC channels , is the ADC data still dependable?
for example, the init code is as...
Hey,
I am facing a common issue in which I have seen multiple users. When I try to connect Gatt Server I got disconnection with Error code 133(0x85). and also we also have...
Hello, I need an application with a Bluetooth stack and FreeRTOS to handle different tasks (like button reading, sensor reading, ADC, etc.). So I try to implement the BLE...
Hello,
I'm using nRF52840 devboards and am running the NUS-examples on two devboards (peripheral and central) with SoftDevice S140 (SDK 17.0.2).
I want to synchronize...
Hello again,
I have merged two projects as described here:
https://devzone.nordicsemi.com/f/nordic-q-a/67575/serial-communication-usb-with-ble-hid
https://devzone...
Hi Nordic,
I want to establish a user controlled connection to a ble_peripheral. I am using the Sdk 15.3, s140 and the nrf52840.
I used as a reference the ble_app_interactive...