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...
Hello,
I am working on product based on the NRF52. It has an external EEPROME wired via I2C bus (no external pullups). I see an extra 300uA ish current consumption after...
The Topology:
There are only two devices in the topoloty: One nRF52840 dongle attached to a ubuntu laptop who works as an OTBR, the other nRF52840 dongle as a FTD device...
Hi,
I was able to succesfully pair my smartphone (Mi 9T pro) with the BLE nordic UART NRF52 connectivity-bridge FW. I did this succesfully with 2 thingy91's.
I then...
I'm starting to work on SDCard reading, and was having issues.
My problem was that in diskio_blkdev.c, this code:
Where I've got the "right here", m_drives[drv].last_result...
We are working on application which need below implementation.
1.) At starting the device should be in shutoff mode, and on button press it should be awaken and start advertising...
Hello everyone, I ran into an issue where I just can't get my head around. I followed the Libuarte example, and I thought I modified it "correctly" to fit my application where...
Hi everyone,
I am trying to solve a bug I am facing for several days now, it is related to LIBUARTE communication with a GPS module
Communication is init at 115200 BAUD...
Dear Members,
I have a question related with bluetooth as UART port,
Is it possible that I use this code base as a starter ?
E:\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral...
Hi,
I'm creating a custom Android app using the nRF Mesh Library.
I have a server in which I'm looking to upload the mesh network information so that I can download...
I have successfully added buttonless DFU services and NUS services in my code. Both services are working.
But I have observed an issue in the NUS service. I am using the...
I have done this in the past with no problems using Chrome or Firefox.
But for last couple of posts, I have not been able to add attachments. It allows me to select my...
Description of setup/problem.
1 PCA10056 is defined as Central
1 PCA10056 defined as Peripheral.
I have used the “ble_app_uart_c” and “ble_app_uart” examples as starting...
Hi,
I am using SAADC with multiple channels in my application and I discovered data order does change after a debug-break.
To reproduce I used the saadc example from the...