Git Product home page Git Product logo

platformio's Introduction

PlatformIO for ESP32

This repository hosts all projects for ESP32 chipset. Projects hosted here will be mainly using ESP-IDF, few with Arduino ESP support. All are PlatformIO projects. These projects use Wemos Lolin board with OLED display, but any board with ESP32 chipset should work.

Use the following instructions to install PlatformIO.

Ubuntu:

1. Install Atom.io PPA for Ubuntu

"WebUpd8" maintains the unofficial PPA. Check here: https://launchpad.net/~webupd8team/+archive/ubuntu/atom

sudo add-apt-repository ppa:webupd8team/atom

2. Update package list and install Atom.io editor

sudo apt update; sudo apt install atom

If you are on an older release of Ubuntu, you might have to use apt-get in the command above.

3. Install PlatformIO-IDE for Atom

  1. Launch Atom.io. By default the Welcome page should have been open, which will have a button to Install packages. If not, open Setup and launch the Package manager from there.

  2. As a prerequisite, you will need clang on your system. This is for autocompletion of code. To install use this

sudo apt-get install clang
  1. Search for PlatformIO and install the PlatformIO-IDE. This will take about 15-20 minutes on average. If you have not installed clang, or are following this guide from midway, you might get a prompt that Clang is not installed and it is needed for autocompletion. Check the section above on how to install clang.

  2. Atom Dependencies should take about a year to finish installing. After it does, Atom will prompt you to re-launch the application. There might be a few cleanup activities, during which you can have a shave and get ready for ESP32 programming.

References

Neil Kolban has lots of info on ESP32. Check out his Github, his repository on ESP32 and his YouTube channel.

pcbreflux also has informative videos on his YouTube channel.

Explore Embedded on YouTube has good videos on AVR C (Bit Shift, Port manipulation).

Craig Hollinger on YouTube explains microprocessors and their inner workings.

platformio's People

Contributors

vivchawda avatar

Stargazers

 avatar

Watchers

 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.