-
Notifications
You must be signed in to change notification settings - Fork 7
Getting started
Arthur Hennequin edited this page Apr 20, 2015
·
5 revisions
In order to simplify the development process, we have set up a cloud IDE that you can find here.
We have made a simple tool based on esptool to upload your sketch on the device. You will need:
- Up to date FTDI drivers
- Python > 2.7 and < 3.0
- PySerial (How to install PySerial)
- ArdunetTool
Just launch Ardunet.py (on Windows) or start.sh (mac osx, linux) and log in. When you'll click on connect with your esp8266 module connected, you should see it in the list. You can then compile and upload your sketch. You will find many exemples to get started in the exemple menu.