mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Added WifInfo boards
This commit is contained in:
parent
1adb9e79ea
commit
027b5aff1d
@ -12,6 +12,7 @@ title: Supported Hardware
|
|||||||
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
|
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
|
||||||
* [SweetPea ESP\-210](#sweetpea-esp-210)
|
* [SweetPea ESP\-210](#sweetpea-esp-210)
|
||||||
* [ESPino](#espino)
|
* [ESPino](#espino)
|
||||||
|
* [WifInfo](#WifInfo)
|
||||||
* [Generic ESP8266 modules](#generic-esp8266-modules)
|
* [Generic ESP8266 modules](#generic-esp8266-modules)
|
||||||
* [Serial Adapter](#serial-adapter)
|
* [Serial Adapter](#serial-adapter)
|
||||||
* [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage)
|
* [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage)
|
||||||
@ -100,6 +101,12 @@ For more information about the hardware, pinout diagram and programming procedur
|
|||||||
|
|
||||||
Product page: http://www.espino.io/en
|
Product page: http://www.espino.io/en
|
||||||
|
|
||||||
|
## WifInfo
|
||||||
|
|
||||||
|
WifInfo integrates the ESP-12 or ESP-07+Ext antenna module with a 3.3v regulator and the hardware to be able to measure French telemetry issue from ERDF powering meter serial output. It has a USB connector for powering, an RGB WS2812 Led, 4 pins I2C connector to fit OLED or sensor, and two buttons + FTDI connector and auto reset feature.
|
||||||
|
|
||||||
|
For more information, please see WifInfo related [blog](http://hallard.me/category/wifinfo/) entries, [github](https://github.com/hallard/WifInfo) and [community](https://community.hallard.me/category/16/wifinfo) forum.
|
||||||
|
|
||||||
## Generic ESP8266 modules
|
## Generic ESP8266 modules
|
||||||
|
|
||||||
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info:
|
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info:
|
||||||
|
@ -51,6 +51,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ESPino"
|
"name": "ESPino"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "WifInfo"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"toolsDependencies": [
|
"toolsDependencies": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user