/a-better-wifi-scanner

ESP8266 with I2C OLED based on code by Robert Ulbricht

Primary LanguageCOtherNOASSERTION

A Better Wifi Scanner

Based off Arduino ESP8266 OLED 0.9 SSD1306 WiFi Scanner
v 1.1 by Robert Ulbricht
LeRoy Miller, 2017
https://github.com/RoboUlbricht/arduinoslovakia/blob/master/esp8266/wifi_scan_oled/wifi_scan_oled.ino

Changes - replaced u8g2 library with ESP8266 SSD1306 library by squix78
https://github.com/squix78/esp8266-oled-ssd1306

Board change to D-Duino with on board I2C OLED (128x64 display)
modified line setting display.

Special thanks to Robert Ulbricht.

Installation

Libraries

Uses ESP8266 and ESP32 Oled Driver for SSD1306 display (version 4.0.0 by Daniel Eichhorn, Fabrice Weinberg).
Because the Arduino IDE has been getting pretty bad handling libraries, I've included the libraries used in the src directory of the sketch. These libraries may have been slightly modified to work from the sketch directory, and do not include the examples.

Things To Do

Usage

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Support Me

If you find this or any of my projects useful or enjoyable please support me.
Anything I do get goes to buy more parts and make more/better projects.
https://www.patreon.com/kd8bxp
https://ko-fi.com/lfmiller

Other Projects

https://www.youtube.com/channel/UCP6Vh4hfyJF288MTaRAF36w
https://kd8bxp.blogspot.com/

Credits

Copyright (c) 2017 LeRoy Miller
Robert Ulbricht

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses>

1.8.9 June 2019