Skip to content

Commit 027b5af

Browse files
committed
Added WifInfo boards
1 parent 1adb9e7 commit 027b5af

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/boards.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ title: Supported Hardware
1212
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
1313
* [SweetPea ESP\-210](#sweetpea-esp-210)
1414
* [ESPino](#espino)
15+
* [WifInfo](#WifInfo)
1516
* [Generic ESP8266 modules](#generic-esp8266-modules)
1617
* [Serial Adapter](#serial-adapter)
1718
* [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
100101

101102
Product page: http://www.espino.io/en
102103

104+
## WifInfo
105+
106+
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.
107+
108+
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.
109+
103110
## Generic ESP8266 modules
104111

105112
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info:

package/package_esp8266com_index.template.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
},
5252
{
5353
"name": "ESPino"
54+
},
55+
{
56+
"name": "WifInfo"
5457
}
5558
],
5659
"toolsDependencies": [

0 commit comments

Comments
 (0)