-->
Page 6 of 24

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Sun May 31, 2015 2:36 pm
by Mikejstb
Here's my chopped up code.
I left a few commented serial.prints in there in case debugging is required
I had to tack a ".txt" to the end of the filename in order to get it to upload.

Also note that I use gpio 12 & 14 for my display i2c pins

ESP_WIFISCAN_OLED_ACQUIRE-1.ino.txt

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Mon Jun 01, 2015 4:17 am
by danbicks
Mike,

Well done buddy I like the tweaks :)

Maybe on the 1.3" OLED RSSI could be displayed also, that would be nice. Alternatively the last few characters of each AP could be truncated and RSSI value display'd on 0.96" I might tinker with this when I have finished my MQTT OLED project.

Good work mate.

Dans

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Mon Jun 01, 2015 10:49 am
by Mikejstb
Yes, the rssi would be nice to show. There are only 16 char positions, so maybe as you say truncate the SSID to 12, a dash, then 3 chars of rssi.

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Mon Jun 01, 2015 2:47 pm
by dylan1024
Hi Dan

I have just run your code on an ESP03 without any major hickups.

I am rather new to this and would like to ask if someone could explain the program flow to me. i would like to modify this to work on a 128x32 OLED that i have. would i need to create a new font?

regards
Dylan