Trybotics Logo

How to Simulate Android Arduino LED Control Via Bluetooth in Proteus

DESCRIPTION

Simulation is a very powerful tool to understand how the device will work .Before start any project, it is a good practice to simulate it and virtually verify that works. Proteus is a simulation software.By using this software Arduino and Bluetooth module can be simulate.

Description:

1-Arduino IDE

you can download from

https://www.arduino.cc/en/Main/Software

2-Proteus isis software

you can download from

https://www.labcenter.com/

installing

3- Arduino library for Proteus

4- Bluetooth library for Proteus

How to add Arduino and Bluetooth Library in to Proteus

https://www.instructables.com/id/How-to-add-Arduino...

Description:

Proteus files attached

The connections are pretty easy, watch the above image with the circuit schematic.
Some notes:

BT HC-05:

Vcc - 5V

GNG - GND

RX -TX

TX -RX

Description:

Here's the code,using Codebender

Description:

You can use this application on android smartphone or tablet with Bluetooth support.

(make sure that you have already enabled the "unknown sources" from security settings to install this apk)

If you want to learn how to make an Android APP check my tutorial

https://www.instructables.com/id/Control-LED-Using-...

Description:

check this tutorial for Adding COM Port

https://www.instructables.com/id/Arduino-Serial-Mon...

Description:

First choice by using COMPIM model that is a Physical Interface Model

in this case you don't have to use Bluetooth module library

Second choice by using Bluetooth module library

Description:


YOU MIGHT ALSO LIKE