diff --git a/docs/_static/ide-eclipse-virtualiot.jpg b/docs/_static/ide-eclipse-virtualiot.jpg
new file mode 100644
index 0000000000..1c6ee0fa4b
Binary files /dev/null and b/docs/_static/ide-eclipse-virtualiot.jpg differ
diff --git a/docs/articles.rst b/docs/articles.rst
index 26b4cd40fe..62256daaf1 100644
--- a/docs/articles.rst
+++ b/docs/articles.rst
@@ -23,10 +23,13 @@ Here are recent articles about PlatformIO:
2016
^^^^
+* May 05, 2016 - **Ivan Kravets, Ph.D. / Eclipse Virtual IoT Meetup** - `PlatformIO: a cross-platform IoT solution to build them all! `_
* Apr 23, 2016 - **Al Williams** - `Hackaday: Atomic Arduino (and Other) Development `_
* Apr 16, 2016 - **Sathittham Sangthong** - `[PlatformIO] มาลองเล่น PlatformIO แทน Arduino IDE กัน (Let's play together with PlatformIO IDE [alternative to Arduino IDE], Thai) `_
+* Apr 15, 2016 - **Daniel Eichhorn** - `ESP8266: Offline Debugging with the Platformio Environment `_
* Apr 11, 2016 - **Matjaz Trcek** - `Top 5 Arduino integrated development environments `_
* Apr 06, 2016 - **Aleks** - `PlatformIO ausprobiert (Tried PlatformIO, German) `_
+* Apr 02, 2016 - **Diego Pinto** - `Você tem coragem de abandonar a IDE do Arduino? PlatformIO + Atom (Do you dare to leave the Arduino IDE? PlatformIO + Atom, Portuguese) `_
* Mar 30, 2016 - **Brandon Cannaday** - `Getting Started with PlatformIO and ESP8266 NodeMcu `_
* Mar 29, 2016 - **Pablo Peñalve** - `PlatformIO + Geany + Raspberry PI, Spanish `_
* Mar 24, 2016 - **NAzT** - `PlatformIO และการปรับแต่ง เพื่อใช้สำหรับพัฒนา Arduino Library (PlatformIO and advanced development for Arduino Library, Thai) `_
diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst
index a0d33f3f60..9e2103c9d0 100644
--- a/docs/ide/atom.rst
+++ b/docs/ide/atom.rst
@@ -470,6 +470,7 @@ Articles / Manuals
* Apr 16, 2016 - **Sathittham Sangthong** - `[PlatformIO] มาลองเล่น PlatformIO แทน Arduino IDE กัน (Let's play together with PlatformIO IDE [alternative to Arduino IDE], Thai) `_
* Apr 11, 2016 - **Matjaz Trcek** - `Top 5 Arduino integrated development environments `_
* Apr 06, 2016 - **Aleks** - `PlatformIO ausprobiert (Tried PlatformIO, German) `_
+* Apr 02, 2016 - **Diego Pinto** - `Você tem coragem de abandonar a IDE do Arduino? PlatformIO + Atom (Do you dare to leave the Arduino IDE? PlatformIO + Atom, Portuguese) `_
* Mar 30, 2016 - **Brandon Cannaday** - `Getting Started with PlatformIO and ESP8266 NodeMcu `_
* Mar 12, 2016 - **Peter Marks** - `PlatformIO, the Arduino IDE for programmers `_
* Mar 05, 2016 - **brichacek.net** - `PlatformIO – otevřený ekosystém pro vývoj IoT (PlatformIO – an open source ecosystem for IoT development, Czech) `_
diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst
index 7a77527228..230de1f9e4 100644
--- a/docs/ide/eclipse.rst
+++ b/docs/ide/eclipse.rst
@@ -71,9 +71,18 @@ If you have some problems with unresolved includes, defines, etc., then
after generating process wont be reflected in IDE. To fix it you
need to reinitialize project using :ref:`cmd_init` (repeat it).
+Live Integration
+----------------
+
+Eclipse Virtual IoT Meetup: `PlatformIO: a cross-platform IoT solution to build them all! `_
+
+.. image:: ../_static/ide-eclipse-virtualiot.jpg
+ :target: https://www.youtube.com/watch?v=6t7UbX812Yw
+
Articles / Manuals
------------------
+* May 05, 2016 - **Ivan Kravets, Ph.D. / Eclipse Virtual IoT Meetup** - `PlatformIO: a cross-platform IoT solution to build them all! `_
* Sep 01, 2015 - **Thomas P. Weldon, Ph.D.** - `Improvised MBED FRDM-K64F Eclipse/PlatformIO Setup and Software Installation `_
* Jul 11, 2015 - **TrojanC** - `Learning Arduino GitHub Repository `_
* June 20, 2014 - **Ivan Kravets, Ph.D.** - `Building and debugging Atmel AVR (Arduino-based) project using Eclipse IDE+PlatformIO `_