Page 2 of 5

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Thu Jan 14, 2016 8:24 am
by nigelmercier
Please can you add links to the products, otherwise hard to find.

White: http://hobbycomponents.com/displays/621 ... dule-white
Blue: http://hobbycomponents.com/displays/622 ... dule-white (note this is the blue module)

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Thu Jan 14, 2016 3:47 pm
by andrew
Thanks for the suggestion, I've updated the first post to include links to the store. Just for information you can take any of our stock codes (HCXXXXXXXX) from the forum thread title and paste it in to our stores search box to get to that item. In fact you can even past our stock codes into google.

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Mon Jan 18, 2016 3:11 pm
by nigelmercier
I've re-written the command table for the SH1106 to show the command number, the hex commands and the POR values.

Attached...

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Tue Jan 19, 2016 9:48 am
by andrew
Thanks for creating this. I've added a copy to the first post of this thread.

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Tue Jan 19, 2016 10:23 pm
by nigelmercier
andrew wrote:Thanks for creating this. I've added a copy to the first post of this thread.
I've got a couple of revisions to add, will post when complete.

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Tue Jan 19, 2016 10:23 pm
by nigelmercier
For the benefit of those who are not going the Arduino route, and therefore need to have as much detail as possible...

The RST pin is technically mislabelled, it should be

___
RST

In other words, it is active LOW!

Wasted a whole day on this :(

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Mon Feb 08, 2016 1:34 pm
by nigelmercier
This site has been the most useful for my PIC Microcontroller based SH1106 project, so I thought I would show you my result. Note that I did not buy the OLED board from HC, and it is not as good: it has no CS pin, and was more expensive. As soon as HC have stock I want more.
WaterGauge-004LR.png
WaterGauge-007LR.png
The device is a water tank gauge for the two water tanks on my boat. The two tank senders have 16 switches (or 20 on the longer one) which change the resistance, so the output falls into one of a number of "slots". The large numbers on the OLED show the midrange of the slot, in litres; calibrated by noting the readings on the D/A converter while filling the tanks.

The bargraph is this number as a percentage of the maximum value for the tank. The filled > character points to the aft tank, as this is the button that was pressed.

The smaller 999 on the display is just debug info from the sensor reading the ambient light, used to set the contrast of the OLED.

Schematic diagram and source code for PIC Microcontroller using mikroC Pro here

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Sun Mar 20, 2016 8:44 am
by nigelmercier
andrew wrote:
Do you have an ETA for these to be in stock?
Not at the moment I'm afraid...
Any news?

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Fri Jul 01, 2016 1:59 pm
by allears62
Hi I ordered these as per the image both here and the product page on the site however the pins on the OLEDs delivered read

GND VDD SCK SDA RES DC CS

as opposed to:

GND VCC D0 D1 RES DC CS

Can anyone confirm if these will behave the same/are the same? or do I need to return these. I'm attaching them to a pcb I've bought so can't re-route pins in the circuit without considerable trouble.

Cheers!

Alex

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Posted: Fri Jul 01, 2016 4:08 pm
by andrew
Yes the pin order should be the same, it's just the screen print for the two data pins that's different. I'll get this added to the first post but just to confirm...

GND = GND
VCC = VDD
D0 = SCK
D1 = SDA
RES = RES
DC = DC
CS = CS

It is also still configured to SPI mode as advertised.