Skip to content
marcbechi edited this page Apr 26, 2016 · 9 revisions

#Welcome to the Domotique wiki!

First of all let me introduce myself. My name is Marc Bechi. I currently studying in IT in the University of Nice Sophia-Antipolis. For my studies i had some projects to succeed. And this is one of my porjects. I work on a C ++ code on Arduino and ESP8266. I will show you how it's work during this wiki.

Summary

Equipment

Software

Differents Programs

##Equipment

For beginning let's see the equipment we need for this job.

We work on a little robot, with 4 engines. All the work is to order the engines with a Smartphone through the microship on ESP8266. There are :

  • 2 chopper for the engines
  • 1 Arduino Uno
  • 1 ESP8266
  • 1 smartphone
  • 1 Computer maybe 2 is the first dies
  • 1 Cable Micro USB
  • Your fingers
  • screwdriver
  • Some piece of cables
  • A battery 12V or a Labware
  • Internet

That's it !

Software

For the software we begin with:

Differents Programs

Download the .ZIP project and decompress on a folder. If you are using Arduino, and an Arduino Uno you should open .ino on arduino and download the program on the board. All the connection are on the program.

If you are using Arduino IDE for Eclipse, import the project on your workspace.

For the Android Application it's the same thing, you should import the project on your workspace android.

Have fun ! 👍
this is the end of my first wiki for my project. Thank you all.

Clone this wiki locally