davide: esp8266*

Bookmarks on this page are managed by an admin user.

18 bookmark(s) - Sort by: Date ↓ / Title / Voting / - Bookmarks from other users for this tag

  1. -
    https://docs.google.com/document/d/1Y...c_u5FQSYKTOEzt2LT1F6DeOvzH6xdAE0/edit
    Tags: by davide (2017-04-26)
    Voting 0
  2. -
    https://howtoesp8266.com
    Tags: by davide (2017-04-26)
    Voting 0
  3. -
    https://github.com/espressif/esptool
    Tags: , by davide (2017-04-26)
    Voting 0
  4. A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266. It is intended to be a simple, platform independent, open source replacement for XTCOM.
    https://github.com/themadinventor/esptool
    Tags: , , , , by davide (2015-11-29)
    Voting 0
  5. Tool for loading Lua-based scripts from file to ESP8266 with nodemcu firmware
    Summary

    Allow easy uploading of any Lua-based script into the ESP8266 flash memory with NodeMcu firmware

    Other projects

    Another my project for NodeMCU: ESPlorer Integrated Development Environment (IDE) for ESP8266 developers

    ESPlorer home page and latest binaries
    ESPlorer source code

    Requirements

    python 2.7, pyserial (as for esptool)
    https://github.com/4refr0nt/luatool
    Tags: , , , , by davide (2015-11-29)
    Voting 0
  6. This repository provides the integration scripts to build a complete standalone SDK (with toolchain) for software development with the Espressif ESP8266 and ESP8266EX chips.

    The complete SDK consists of:

    Xtensa lx106 architecture toolchain (100% OpenSource), based on following projects:
    https://github.com/jcmvbkbc/crosstool-NG
    https://github.com/jcmvbkbc/gcc-xtensa
    https://github.com/jcmvbkbc/newlib-xtensa
    https://github.com/tommie/lx106-hal

    The source code above originates from work done directly by Tensilica Inc., Cadence Design Systems, Inc, and/or their contractors.

    ESP8266 IoT SDK from Espressif Systems. This component is only partially open source, (some libraries are provided as binary blobs).
    http://bbs.espressif.com/viewforum.php?f=5

    OpenSource components of the SDK are based on:

    lwIP, http://savannah.nongnu.org/projects/lwip/
    Contiki, http://www.contiki-os.org/
    axTLS, http://axtls.sourceforge.net/
    wpa_supplicant, http://w1.fi/wpa_supplicant/ (source withheld by Espressif)
    net80211/ieee80211 (FreeBSD WiFi stack), http://www.unix.com/man-page/freebsd/9/NET80211 (source withheld by Espressif)
    https://github.com/pfalcon/esp-open-sdk
    Tags: , , by davide (2015-11-17)
    Voting 0
  7. Esptool is a tool to create firmware files for the ESP8266 chip and flash the firmware to the chip over serial port. Esptool runs on Windows, Linux and Mac OS X.

    Esptool reads the compiled program in ELF format, extracts code and data sections, and either dumps a section to a file or assembles the firmware file from several segments. Esptool also communicates with the ESP8266 bootloader to upload firmware files to flash. Esptool can automatically put the board into UART bootloader mode using a variety of methods.
    https://github.com/igrr/esptool-ck
    Tags: , by davide (2015-11-17)
    Voting 0
  8. Arduino core for ESP8266 WiFi chip

    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.
    https://github.com/esp8266/Arduino
    Tags: , by davide (2015-11-17)
    Voting 0
  9. A collection of things I've written for the ESP8266 Wifi SOC.

    rBoot
    An open source boot loader, with more features and less memory usage than the SDK boot loader.

    See my blog for more information: http://richard.burtons.org/2015/05/18/rboot-a-new-boot-loader-for-esp8266/
    rBoot-sampleproject
    A simple C application to demonstrate rBoot Over-The-Air (OTA) updates, with code you can use in your own projects.
    rBoot-smingsample
    A simple Sming (C++) application to demonstrate rBoot Over-The-Air (OTA) updates as well as big flash and spiffs, with code you can use in your own projects.
    esptool2
    A firmware tool to produce rom images for the ESP8266. Needs no external tools to extract the ELF file. Can produce standalone rom images and images for use with SDK and rBoot bootloaders. rBoot build depends on esptool2.
    Drivers
    Drivers for:
    AT24xx series I2C eeproms
    DS1307 real time clock
    DS3231 real time clock

    NTP
    Simple NTP client for ESP8266 and very simple timezone code example.
    Mutex

    A mutex for the ESP8266.
    Makefile

    A top level Makefile which will build all compilable projects (esptool2, rBoot and rboot-sampleproject). Modify the variables at the top of the file to point to your SDK and Xtensa GCC directories.
    https://github.com/raburton/esp8266
    Tags: by davide (2015-11-17)
    Voting 0
  10. spiffy builds a binary spiffs image for you to write_flash to a esp8266 runing nodemcu so you can get all the files onto your cool IoT device in one fell swoop.
    https://github.com/xlfe/spiffy
    Tags: , , by davide (2015-11-17)
    Voting 0

Top of the page

First / Previous / Next / Last / Page 1 of 2 SemanticScuttle: Tags: esp8266

About - Propulsed by SemanticScuttle