<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://mathux.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=ESP8266</id>
	<title>ESP8266 - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://mathux.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=ESP8266"/>
	<link rel="alternate" type="text/html" href="https://mathux.org/mediawiki/index.php?title=ESP8266&amp;action=history"/>
	<updated>2026-04-19T10:08:12Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://mathux.org/mediawiki/index.php?title=ESP8266&amp;diff=3611&amp;oldid=prev</id>
		<title>Mathieu : /* Code */</title>
		<link rel="alternate" type="text/html" href="https://mathux.org/mediawiki/index.php?title=ESP8266&amp;diff=3611&amp;oldid=prev"/>
		<updated>2016-03-11T22:45:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Code&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Code == &lt;br /&gt;
Available here : https://gitlab.mathux.org/Mathieu/Domotique&lt;br /&gt;
&lt;br /&gt;
Pin layout : https://github.com/esp8266/esp8266-wiki/wiki/Pin-definition&lt;br /&gt;
&lt;br /&gt;
== ESP 201 ==&lt;br /&gt;
[[Fichier:ESP8266-ESP-201-pin-reference-v01.png|vignette|droite|ESP 201]]&lt;br /&gt;
&lt;br /&gt;
=== i2c ===&lt;br /&gt;
* Connect SLC to GPIO14 (Pin 9)&lt;br /&gt;
* Connect SDA to GPIO02 (Pin10)&lt;br /&gt;
&lt;br /&gt;
==== Software ====&lt;br /&gt;
I2C in supported by the Wire.h&lt;br /&gt;
To configure it properly, set the right gpio:&lt;br /&gt;
 Wire.begin(2,14);&lt;br /&gt;
&lt;br /&gt;
[http://playground.arduino.cc/Main/I2cScanner Arduino I2c Scanner]&lt;br /&gt;
&lt;br /&gt;
== BMP180 ==&lt;br /&gt;
I2C scanner detect it at 0x77&lt;br /&gt;
&lt;br /&gt;
Good documentation @ sparkfun : [https://learn.sparkfun.com/tutorials/bmp180-barometric-pressure-sensor-hookup-]&lt;br /&gt;
&lt;br /&gt;
Support Library Forked to configure I2C pins @ [https://github.com/mmaret/BMP180_Breakout_Arduino_Library]&lt;/div&gt;</summary>
		<author><name>Mathieu</name></author>
	</entry>
</feed>