Hi to all.
Yesterday I found forgotten but loved4D uOLED display...Since this morning (now is 21:45 in my time zone) I was not able to make it work.
Hardware:
- µOLED 128 GMD1 rev2 GOLDELOX - MD1 connected to the Arduino Mega2560(clone),
- Hardware Serial used for communication
Connections:
- When Mega has been powered the uOLED is powerd too (start to scroll factory default text)
- This display was used with success back in 2009 with Parallax SX28 & Propeller chips.
Problem:
- is always the same, after being powered (5 seconds delay in code) it starts to scroll from bottom up 4D SYTEM informations and after first command has received it freezes the display. here is the video :
So far tried:
- Converted code from SX28 and Propeller chip
- Goldelox_Serial_4DLib
- Plane serial commands refered to http://www.4dsystems.com.au/download...ual_Rev1.3.pdf
- Bunch other libraries
- Hardware and Software serial
- Jumper across two pins on the displays back, to play movie from micro sd card gives result, it plays video without the problem.
Unfortunately don't have SX or Propeller to test it with code it works earlier.
Any idea what else can be tried?
Thank you!!!
EDIT: instead of ACK byte it returns 0
Yesterday I found forgotten but loved4D uOLED display...Since this morning (now is 21:45 in my time zone) I was not able to make it work.
Hardware:
- µOLED 128 GMD1 rev2 GOLDELOX - MD1 connected to the Arduino Mega2560(clone),
- Hardware Serial used for communication
Connections:
Code:
From Display to Mega2560: Positive to 5V Negative to Gnd Rx via 1k resitor to Tx Tx to Rx
- This display was used with success back in 2009 with Parallax SX28 & Propeller chips.
Problem:
- is always the same, after being powered (5 seconds delay in code) it starts to scroll from bottom up 4D SYTEM informations and after first command has received it freezes the display. here is the video :
So far tried:
- Converted code from SX28 and Propeller chip
- Goldelox_Serial_4DLib
- Plane serial commands refered to http://www.4dsystems.com.au/download...ual_Rev1.3.pdf
- Bunch other libraries
- Hardware and Software serial
- Jumper across two pins on the displays back, to play movie from micro sd card gives result, it plays video without the problem.
Unfortunately don't have SX or Propeller to test it with code it works earlier.
Any idea what else can be tried?
Thank you!!!
EDIT: instead of ACK byte it returns 0
Comment