User Tools

Site Tools


elec:esp8266:wifinfo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
elec:esp8266:wifinfo [2016/02/01 13:06] – [ Overview] redoxelec:esp8266:wifinfo [2023/11/24 21:55] (current) – external edit 127.0.0.1
Line 49: Line 49:
 The firmware is an Arduino sketch, so you will need: The firmware is an Arduino sketch, so you will need:
  
-- The Arduino IDE +- The Arduino IDE. I used v1.6.7, from [the Arduino website](https://www.arduino.cc/en/Main/Software) 
-- The ESP8266 _extension_ for the Arduino IDE +- The ESP8266 _extension_ for the Arduino IDE, from [Github](https://github.com/esp8266/Arduino) 
-- The "ESP8266 Sketch data upload" tool for the Arduino IDE+- The "ESP8266 Sketch data upload" tool for the Arduino IDE, from [Github](https://github.com/esp8266/arduino-esp8266fs-plugin/releases/)
 - Some libraries such as: - Some libraries such as:
-  - NeoPixelBus, for ESP8266+  - NeoPixelBus, for ESP8266. Make sure to fetch a working branch, from [Github](https://github.com/Makuna/NeoPixelBus). 
 +     
 +    I took a "random" one, and it compiles fine, but the LED doesn't work properly...
   -    - 
  
 ### Firmware ### Firmware
  
-Grab the firmware from the LibTeleinfo Github project+Grab the firmware from the LibTeleinfo Github project, in the `examples/Wifinfo`folder. 
 + 
 +There's currently a bug in the index.html file: the [issue](https://github.com/hallard/LibTeleinfo/issues/3) with a _fix_, on Github.
  
 ### Upload ### Upload
Line 70: Line 74:
  
 To put the ESP8266 in _Flash mode_, press the Flash switch, hold it, press the Reset switch, relase Reset, release Flash. Should be ok. To put the ESP8266 in _Flash mode_, press the Flash switch, hold it, press the Reset switch, relase Reset, release Flash. Should be ok.
 +
 +Select the __good__ board type and options (the default ones are usually okay).
  
 #### Upload the data #### Upload the data
  
 +* Load the Wifinfo sketch 
 +* Put the ESP266 in _Flash mode_ 
 +* Tools > ESP8266 Sketch Data upload
  
 #### Upload the firmware #### Upload the firmware
 +
 +* Load the Wifinfo sketch
 +* Put the ESP266 in _Flash mode_
 +* Upload sketch
 +
  
 ## Links ## Links
Line 81: Line 94:
 * [Github project](https://github.com/hallard/WifInfo) Schematic and PCB files * [Github project](https://github.com/hallard/WifInfo) Schematic and PCB files
 * [LibTeleinfo](https://github.com/hallard/LibTeleinfo) Firmware * [LibTeleinfo](https://github.com/hallard/LibTeleinfo) Firmware
 +* [Wifinfo-related message board](https://community.hallard.me/category/16/wifinfo)
/home/share/www/redox.ws/wiki/data/attic/elec/esp8266/wifinfo.1454332012.txt.gz · Last modified: 2023/11/24 21:55 (external edit)