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...
Hello Dear Developers!
I have a warning when I compile Task Manager
The warning is generated at this code in cmsis_gcc.h file:
Despite this my program with Task...
Working with Jay Tyzzer ( [email protected] ) out of southern California. We're having our units tested for EMC certification and the test house has requested a DTM...
Hi,
I am using the SPI at 32MHz. I would like to add 0R series resistors to the SPI lines so that I have the option to add a 10R or so to mitigate any emissions or immunity...
I am using SES and nRF5 SDK v17.0.2.
I am tying to add a few peripherals (SAADC, I2C, SPI, etc.) to the peripheral UART example with EVK (ble_app_uart_pca10040_s112)....
Hi,
I am using 'power profiler kit 1' with the latest desktop (windows) app (nrf connect 3.6.1 and power profiler 3.0.3). The setup was working fine with the older versions...
Hi everyone,
Because of experiencing stability issues using the app_uart implementation for UART communication, I recently switched to the libuarte_async lib which works...
I'm trying to run two UARTs out of my NRF52840. Do you have an example in which both SoftDevice UARTs are used? The Nordic Infocenter SDK 14.0.0 documentation lists one of...
There seems to be a blanket statement of v5.1 compliance here:
https://www.nordicsemi.com/Software-and-tools/Software/S140/Download#infotabs
Does this apply to all revisions...
Hello, when will the v8.0.0 version of the SD for the nrf52840 be available? It seems to be listed in the SIG webpage, but not available for download on the nordic webpage...
Hi,
While trying to measure timings with input captures and pin interrupts, I noticed that the SDK-provided pin changed event is very slow : by the time my handler starts...
I am trying to port my working application from a nrf52811/s112 to nrf52832/s132, both with SDK 16.0.0. I'm at the end at the process, it builds fine on nrf52932, I just can...
I'm new to develop firmware on nRF9160-DK, and my first target to add APN to use LTE-M.
For now, I'd like to do a simple way in the below even this is temporary.
=> Hard...
Hello,
I try to transfer the thread_mqtt_sn_client_publisher example from the pca10056 to the pca10059.
Before that, I tried out the example with the pca10056, a boarder...
Hello! me and a coworker are developing a library for communicating with a peripheral via UART. The main idea is that when we send a command, we should get the corresponding...