uOLED 96 prop problem getting started
joeld
Posts: 49
I'm apparently making some very basic mistake getting started with the uOLED. I'm also new to the propeller and thought this would be a good hardware platform to experiment on.
I wired up the uOLED and it ran the demo just fine. I attached a prop plug and that also worked fine. I'm assuming that because it would identify the hardware. Selecting Identify Hardware seemed to also cause a reset of the uOLED.
I downloaded the Demo v4 file, the uOLED driver and the latest Clock files off the parallax website.· I opened all three in the propeller tool, set the Demo file as the top file and compliled. All compiled without error. Then I compiled to RAM. The uOLED device blanked and stopped working. I tried this several times. Identifying hardware or a power reset would bring it back no doubt reloading the original software from eeprom.
Then in a less then briliant act I complied to eeprom and now it's completely dead. I'm obviously loading up bad software. Am I missing something obvious??
Thanks
I wired up the uOLED and it ran the demo just fine. I attached a prop plug and that also worked fine. I'm assuming that because it would identify the hardware. Selecting Identify Hardware seemed to also cause a reset of the uOLED.
I downloaded the Demo v4 file, the uOLED driver and the latest Clock files off the parallax website.· I opened all three in the propeller tool, set the Demo file as the top file and compliled. All compiled without error. Then I compiled to RAM. The uOLED device blanked and stopped working. I tried this several times. Identifying hardware or a power reset would bring it back no doubt reloading the original software from eeprom.
Then in a less then briliant act I complied to eeprom and now it's completely dead. I'm obviously loading up bad software. Am I missing something obvious??
Thanks
Comments
CAUTION! The Prop Plug will not work directly with the uOLED-96-PROP. The 5 pin interface of the 96-PROP is different from the 4-pin Prop Plug interface. You could damage the display, the Prop Plug or both it you try to plug the Prop Plug directly into the 96-PROP interface.
Take a closer look at the interface pin outs for both devices.
Steve
I will try and download the binary file and see if I can get it back up and running. Thanks for the suggestions.
I guess we'll see how long this lasts.
Could it be you need higher supply voltage.
The 4dsystems forum says min 3,6 volt
see link: http://www.websitetoolbox.com/tool/post/4d/vpost?id=2459038
Also check for pullup on the uOled RX.
There are more usefull info on the 4dsystems forum.
What is the clock speed you are using in the downloaded programs? Some of the 4D System code run the Propeller passed it datasheet ratings. I understand that works on some of the devices, some of the time. You may need to reduce the overall clock speed of the system from 128MHz. to 64MHz. by adjusting the PLL.
Good luck, the uOLED-96-PROP is a great product and is an excellent way to start with the propeller.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter
www.brilldea.com·- check out the uOLED-IOC, an I/O expansion for the uOLED-96-PROP
www.tdswieter.com
One little spark of imagination is all it takes for an idea to explode
I dug around on the 4D forum and found a thread that helped. It said a pull-up resistor is required on the display's rx pin so it wont float during boot up. I added that an haven't seen the problem again. I never saw that on any of the schematics.