Giter VIP home page Giter VIP logo

esp8266-arduino-examples's Introduction

Arduino examples for ESP8266 WiFi chip

Join the chat at https://gitter.im/zenmanenergy/ESP8266-Arduino-Examples

The purpose of this repository is to display "Hello World" style examples for the ESP8266 Arduino board. Historically the first program you learn to write simply displays the words "Hello World" on the screen. The reason for printing these words is to simply demonstrate that you have properly setup a programming environment. In the world of internet of things devices such as the ESP8266 you may blink an LED or a make a motor move.

These examples are meant to be easy to comprehed by performing only a single concept. Many of the examples will build on knowledge from the other examples, when this is the case, we will try to list the other examples to run first.

Arduino IDE Installation

Before these examples will work, get the latest Arduino IDE here: https://github.com/esp8266/Arduino

Which one should I start with?

Start with "helloworld_serial" All this program does is display "Hello World" in the serial monitor over and over again. This ensures your arduino IDE is setup properly.

Contributing

For minor fixes or new examples, submit a pull request. If you submit new examples, try to make the example only do a single thing. Of course this is nearly impossible, so when you need to add additional complexity, just reference other examples.

Each of the examples should begin with "helloworld_" This will help group the examples together on the user's computer

License and credits

Arduino IDE is developed and maintained by the Arduino team. The IDE is licensed under GPL. https://github.com/esp8266/Arduino

ESP8266 core includes an xtensa gcc toolchain, which is also under GPL.

Esptool written by Christian Klippel is licensed under GPLv2, currently maintained by Ivan Grokhotkov: https://github.com/igrr/esptool-ck.

Espressif SDK included in this build is under Espressif MIT License.

ESP8266 core files are licensed under LGPL.

SPI Flash File System (SPIFFS) written by Peter Andersson is used in this project. It is distributed under MIT license.

esp8266-arduino-examples's People

Contributors

gitter-badger avatar zenmanenergy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.