Coder Social home page Coder Social logo

Noduino

Arduino core for ESP8266 WiFi SoC based on esp8266/Arduino

This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external microcontroller required.

ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and UDP, set up HTTP, mDNS, SSDP, and DNS servers, do OTA updates, use a file system in flash memory, work with SD cards, servos, SPI and I2C peripherals.

Installing with git

  • Install Arduino 1.6.5 / 1.6.6
  • Go to Arduino directory
  • Clone this repository into hardware/esp8266com/esp8266 directory
$ cd /PATH/TO/arduino
$ cd hardware
$ mkdir esp8266com
$ cd esp8266com
$ git clone git://github.com/icamgo/Noduino.git esp8266

# fetch the toolchain of esp8266
$ cd esp8266
$ git submodule init
$ git submodule update
$ cd tools/xtensa-toolchain
$ ./gen.py
# Generate the toolchain (you need Python 2.7)
  • Restart Arduino

Documentation

MaiKe Labs's Projects

camgo icon camgo

Smart Home Gateway for 315MHz, 433MHz Sensors, Switches ...

esp-idf icon esp-idf

Espressif IoT Development Framework. Official development framework for ESP32.

lowcostloragw icon lowcostloragw

Low-cost LoRa IoT & gateway with SX1272/76, Raspberry and Arduino

noduino icon noduino

Arduino core for ESP8266 WiFi SoC based on esp8266/Arduino

openlight icon openlight

OpenLight is a smart full color LED controller

openonoff icon openonoff

OpenOnoff is very small wifi relay for switching the 110-220V power

xtensa-toolchain icon xtensa-toolchain

Toolchain for supporting the Xtensa architecture (e.g. ESP8266 WiFi SoC)

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.