Ardunio bluetooth to lcd display

Thread Starter

SoFarFromBread

Joined Jul 23, 2017
12
Hello everyone.

I'm using two HC-05 Bluetooth modules and i would like to take 4 analogue inputs then display them via Bluetooth to an LCD display. Is there anyway i can send a 4 variables over Bluetooth to another arduino.

Thank you.
 
Hello everyone.

I'm using two HC-05 Bluetooth modules and i would like to take 4 analogue inputs then display them via Bluetooth to an LCD display. Is there anyway i can send a 4 variables over Bluetooth to another arduino.

Thank you.
I don't see why not.

Set up one HC-05 as a master and the other as a slave.
Read the four variables on the master.
Send them to the slave.
Display the four variables on the slave.

These links can help you get started - Some background on HC05 here - Setup master and slave with two HC05 here and here.

Let us know how it goes.
 
Top