M
M
McBernar2015-06-15 13:18:41
Arduino
McBernar, 2015-06-15 13:18:41

Is it possible to send commands via wifi/bluetooth to arduino?

Guys, concept question.
Is it possible to develop an Arduino car that will accept commands like "left, 10" (turn left and drive 10 centimeters), "right 20", etc.? That is, send a set of commands via bluetooth or wifi that the machine will execute?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2015-06-15
@Avernial

Can.

A
Alexander Gusev, 2015-06-15
@Sanchogus

Can.
The arduino will need bluetooth / wi-fi modules with which you can transfer data.
You will need a program for the control device.
Also arduine to program the processing of this data.
You can first see how data is transmitted via the serial port , manually send them through the terminal to the arudina, read them and program the processing. Those. Before the decimal point, this is the part responsible for the direction, after it, for the distance of movement.
you can try to figure it out here, for example,
Bottle Bluetooth-boat

A
AppCTek, 2015-06-18
@AppCTek

It is not difficult to send commands, but from experience, not every bluetooth module will be able to work in a Master-Slave bundle. So it’s probably better for Wi-Fi, which will significantly increase the cost of the design if you use standard shields.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question