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 am using a code similar to App_uart_C from SDK17.02 - central sending data over uart to another peripheral.
After 30-60 sec, the operation stops probably due to an error...
Dear Fellow developers
I am developing an application where I need several nrf51 USB dongles (S120) attached to a PC, and I need a way to distinguish one dongle from another...
I am integrating PWM into my project which uses SDK_15.2.0.
My config.sh contains:
and I have included nrfx_pwm.c.
Compiling the project I get this error:
Trying...
The project I'm working on is running off of a CR2032 battery. I want to measure the battery voltage while the radio is transmitting to determine when the battery dips down...
Hello,
I am using "pdm sensor" with "NRF 52832". we have PDM Drivers provided by the NRF . I just want to understand how we can connect the data and clock pin with nrf ...
Dear Members,
I create a loop inside main.c using code example ant_shared channel,
it's merged with ant_plus hrm_rx, but on forever loop, it stopped on 6 loops, it's...
Hello!
A frequent question in the forum is how to enable logging messages.
My question is exactly the opposite: I experience many NRF_LOG_INFO messages from Nordic library...
I'm having some issues with a design I'm developing using the ISP1807 bluetooth SOC (contains nRF52840). Every time I apply power to my device I have to manually reset the...
Dear Members,
How can I display multiple ANT channel ?
It looks like one channel is occupying all the resource (HRM)
How can I manage the time slice between channel...
Hi,
We are building our synthetic sensors using nRF52840 for smart buildings. In some areas we are using it with BLE only, other areas we use it with BLE mesh. When we want...
Hi,
Hope you are well.
I want to send the saadc data with ble to my pc. I used the below code. I am getting the data in the right format but i am loosing some data in...
I am experience some for me strange behavior with UART0 on a nrf52832. Let me explain:
First I initialize the UART using:
APP_UART_FIFO_INIT(...)
with parameters setup...
Hi,
I am using Ozone with nrf52840.
I used this example: wiki.segger.com/Tracing_on_Nordic_Semiconductor_nRF52840
I am able to debug fine. However, I am unable to see...
SDK 16.0 and SDK 17.0 (tried both versions)
nrf52832
Segger Embedded Studio
Windows 10
When Adding an additional ADC the sleep current increases to greater than...
I am currently using SWO to get tracing data from ITM and DWT successfully.
Now I want to use parallel trace for more throughput. For that I use an FPGA, no JTrace or similar...