WiFi Fob Acquaints OLED With ESP

When you think of WiFi in projects it’s easy to get into the rut of assuming the goal is to add WiFi to something. This particular build actually brings WiFi awareness to you, in terms of sniffing what’s going on with the signals around you and displaying them for instant feedback.

[0miker0] is working on the project as his entry in the Square Inch Project. It’s an adapter board that has a footprint for the 2×4 pin header of an ESP8266-01 module, and hosts the components and solder pads for a 128×64 OLED display. These are becoming rather ubiquitous and it’s not hard to figure out why. They’re relatively inexpensive, low-power, high-contrast, and require very few support components. From the schematic in the GitHub Repo it looks like 5 resistors and 7 caps.

The video below shows off two firmware modes so far. The first is an AP scan that reads out some information, the second is a weather-display program. Anyone who’s worked with the ESP modules knows that they have the potential to gather all kinds of data about WiFi signals — one of our favorite demos of this is when [cnlohr] used it to create a 3d light painted map of his WiFi signal strength. Chuck a rechargeable LiPo on this thing, tweak the example code for your needs, and you have a new gadget for wardriving-nouveau.

Looks like there’s already 29 entries in the Square Inch project which we mentioned earlier this month. You still have time to start your design… add it to this weekend’s list of hacks.

17 thoughts on “WiFi Fob Acquaints OLED With ESP

  1. the main problem with the small oled displays is that they wear out over time. their on-time is something like a year or two and after that they start to fade (according to their specs).

    also, you can find 2 general types: i2c (4 pins) and spi. if you need faster drawing speed, definitely go for the spi version. on some motion gfx I did, the spi one was about 4x the speed of the i2c common versions.

  2. That’s a great project. I just picked up a few esp8266’s to play with. I thought it would be fun to scan and log all networks I pass through on a normal day. I’d like to pair it with GPS data but hadn’t thought of adding a screen.

    1. The same glass is i2c or SPI depending on what pins you use. the ESP-01 only has two I/O so SPI was not possible. After soldering a bunch I can now do it in 10 seconds. Just tack down the middle and edges, then use plenty of flux and wipe your tip coated in solder from right to left. Wasn’t so easy at first though.

      1. thank you. I hope you submit the project when you’re done. I’ve seen some stores use epaper (or maybe lcd but I think epaper) on shelf price tags now. I wonder if one of those would be easy to repurpose for some other project.

Leave a Reply to 0miker0Cancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.