-
Notifications
You must be signed in to change notification settings - Fork 0
Home
#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.
##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 !
For the software we begin with:
-
Arduino (https://www.arduino.cc/en/Main/Software) You can found how to install on all OS on the constructor website.
-
Eclipse (https://eclipse.org/downloads/) If something missing the installer ask you to install.
-
Android Studio (http://developer.android.com/sdk/index.html) follow the instruction. you will install too SDK Manager.
-
Arduino IDE for Eclipse (http://eclipse.baeyens.it/) everything is here.
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.