-->
Page 1 of 24

WIFI SCAN AND ACQUIRE OLED

PostPosted: Mon May 25, 2015 3:50 pm
by danbicks
esp2.JPG


Guys,

I thought it was about time I contributed my donnation to this great community. Here is my hash-up of a WIFI scanner with acquire and connect. This sketch will scan for networks, if the one you are looking for is found it will attempt connection.
Uses the cheap and nice OLED displays found on Ebay, looks nice with blue and yellow types.

Massive thanks to Mike Rankin for his excellent OLED code.

Enjoy People..

esp1.JPG


Code attached

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Tue May 26, 2015 4:27 am
by vu2iia
I am new to 8266, so please bear with me. Code you have provided has to be uploaded via arduino IDE to 8266 ?. Also first I have to upload latest NodeMCU FW to 8266. Have I understood correctly?

Thanks for providing code.

regards
mahesh

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Tue May 26, 2015 8:11 am
by alon24
its nice that you circumvented the ssd1306 issue, by writing ur own code for it.

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Tue May 26, 2015 9:24 am
by danbicks
Thanks,

Yes other library's can be over inflated, for this only core routines was needed, thanks to Mike doing some similar OLED work, was a doddle to pull it in.

The solution works really nicely, I will at some point add and fine tune the code, it was a hash together really for others here to see a working example with OLED and network ability.

Thanks Again.

Dans