|
|
Denmark (Europe)
Offline
Full Member
Karma: 0
Posts: 198
Electronics Designer & Consultant
|
 |
« Reply #16 on: May 15, 2009, 12:20:07 am » |
@Moe Howard 2000 Thanks, but the Sparkfun module is using the Epson driver!
|
|
|
|
|
Logged
|
Need any help with your electronics projects?TKJ Electronics, a consultancy company located in Denmark (Europe), has the required expertice, knowlegde and development tools, to do the development for you. Do not hesitate contacting us by visiting our website: http://www.tkjelectronics.dk
|
|
|
|
London, England
Offline
Edison Member
Karma: 3
Posts: 1026
Go! Go! Arduinoooo !!!
|
 |
« Reply #17 on: June 12, 2009, 06:31:41 am » |
Did you manage to get this going? I was considering getting one of these but not if you have had trouble.
|
|
|
|
|
Logged
|
|
|
|
|
Denmark (Europe)
Offline
Full Member
Karma: 0
Posts: 198
Electronics Designer & Consultant
|
 |
« Reply #18 on: June 12, 2009, 07:24:54 am » |
Nope, I didn't get it working! I don't know if it's me who isn't connecting it properly (I've tried both the resistor and transistor method without luck), or if it's the display which isn't working  I haven't tried the 74LC chip method though!
|
|
|
|
|
Logged
|
Need any help with your electronics projects?TKJ Electronics, a consultancy company located in Denmark (Europe), has the required expertice, knowlegde and development tools, to do the development for you. Do not hesitate contacting us by visiting our website: http://www.tkjelectronics.dk
|
|
|
|
Spokane, Washington
Offline
God Member
Karma: 0
Posts: 686
My name is Bob, and I'm an addict.
|
 |
« Reply #19 on: June 27, 2009, 03:45:43 pm » |
I got the same problem here, I've tried a few different external power supplies and still only get a blank screen. No humming for me though, lol.
|
|
|
|
|
Logged
|
|
|
|
|
Spokane, Washington
Offline
God Member
Karma: 0
Posts: 686
My name is Bob, and I'm an addict.
|
 |
« Reply #20 on: June 28, 2009, 08:18:51 pm » |
Well turns out it was my wiring is why my screen wasn't working! I have the LCD with the Epson driver, and has a voltage booster on board so no need for the external power supply! I got it connected and was able to type whatever I want, with the like 12 colors the code had. Now my problem is.. I don't understand all of the code, was hoping there was a library out, I found one, but for some reason it's not working with the Arduino IDE I have. http://blog.lukrop.bplaced.net/archives/Nokia-6610-LCD-+-Arduino.htmlBut the one that does work, doesn't have any libraries, and I just don't have the experience under my belt to make a library yet http://gravitech.us/MicroResearch/Others/LCD6100/LCD6610_Arduino.pde
|
|
|
|
|
Logged
|
|
|
|
|
Denmark (Europe)
Offline
Full Member
Karma: 0
Posts: 198
Electronics Designer & Consultant
|
 |
« Reply #21 on: June 29, 2009, 02:21:57 am » |
This one isn't Arduino code ( http://blog.lukrop.bplaced.net/archives/Nokia-6610-LCD-+-Arduino.html) It's C code which can be compiled with WinAVR for example! I will take a look on the other.
|
|
|
|
|
Logged
|
Need any help with your electronics projects?TKJ Electronics, a consultancy company located in Denmark (Europe), has the required expertice, knowlegde and development tools, to do the development for you. Do not hesitate contacting us by visiting our website: http://www.tkjelectronics.dk
|
|
|
|
London, England
Offline
Edison Member
Karma: 3
Posts: 1026
Go! Go! Arduinoooo !!!
|
 |
« Reply #22 on: June 29, 2009, 10:15:09 am » |
Arduino Code = C Code
|
|
|
|
|
Logged
|
|
|
|
|
Spokane, Washington
Offline
God Member
Karma: 0
Posts: 686
My name is Bob, and I'm an addict.
|
 |
« Reply #23 on: June 29, 2009, 11:13:59 am » |
Haha, I'm so very confused now!
So, that was or wasn't Arduino code?
The only real issue I've had so far, is getting a good library. I've gone over the library writing tutorial a few times, and it seems pretty easy. Until I take a look at longer code that I'm trying to break down into a library, I get overwhelmed. The second link I posted earlier, the code works, but it's more just sample code, no real useful commands. And I wasn't able to set a background color. Maybe it's just my in-experience.
|
|
|
|
|
Logged
|
|
|
|
|
Denmark (Europe)
Offline
Full Member
Karma: 0
Posts: 198
Electronics Designer & Consultant
|
 |
« Reply #24 on: June 29, 2009, 12:15:14 pm » |
Arduino Code is C code - Yes. But the code you found that can't be compiled with the Arduino compiler is real C code - Arduino Code is an easier version of C (you don't need to include a lot of extra ATMEGA compiling related things) When you click Compile in Arduino, your Arduino code is compiled to real C code, and then afterwards compiled to a HEX!
|
|
|
|
« Last Edit: June 29, 2009, 12:15:58 pm by tkj »
|
Logged
|
Need any help with your electronics projects?TKJ Electronics, a consultancy company located in Denmark (Europe), has the required expertice, knowlegde and development tools, to do the development for you. Do not hesitate contacting us by visiting our website: http://www.tkjelectronics.dk
|
|
|
|
Spokane, Washington
Offline
God Member
Karma: 0
Posts: 686
My name is Bob, and I'm an addict.
|
 |
« Reply #25 on: June 29, 2009, 12:19:38 pm » |
Oh.. haha, smooth.. go me  So, if that's the case, what about the zip files on the site? Those aren't Arduino compatible either? I haven't actually tried the code it self so had no idea, but only because I haven't gotten the "libraries" to work. Or what I think/thought are libraries.
|
|
|
|
|
Logged
|
|
|
|
|
Denmark (Europe)
Offline
Full Member
Karma: 0
Posts: 198
Electronics Designer & Consultant
|
 |
« Reply #26 on: June 29, 2009, 12:24:57 pm » |
I'm not sure if the Libraries is Arduino compatible, but I don't think! But I'm sure that the code snippet can't be used, as this line "#include <WProgram.h>" is allways added before HEX compiling, as that's the ATMEGA HEX Compiling Settings.
|
|
|
|
|
Logged
|
Need any help with your electronics projects?TKJ Electronics, a consultancy company located in Denmark (Europe), has the required expertice, knowlegde and development tools, to do the development for you. Do not hesitate contacting us by visiting our website: http://www.tkjelectronics.dk
|
|
|
|
Spokane, Washington
Offline
God Member
Karma: 0
Posts: 686
My name is Bob, and I'm an addict.
|
 |
« Reply #27 on: June 29, 2009, 12:36:31 pm » |
Well, from the pictures and what the guy says, it's all based on the Arduino setup. He said the library was written for the Arduino platform, not 100% sure if that's the same as the Arduino IDE (Assuming they're different) I could have it all mixed up and be completely wrong, cause I don't have any technical idea of what's going on. I just read and hope it's right, lol  Thanks for taking the time to help me try understand  Much appreciated. Here's the setup the guy used with his LCD, using those Arduino files, but it was quite a while ago, so I'm not sure how the updated IDE would affect it. 
|
|
|
|
« Last Edit: June 29, 2009, 12:37:38 pm by thoed »
|
Logged
|
|
|
|
|
London, England
Offline
Edison Member
Karma: 3
Posts: 1026
Go! Go! Arduinoooo !!!
|
 |
« Reply #28 on: June 29, 2009, 01:07:39 pm » |
The Arduino is programmed in bog standard C, no different than any other C. It is based around the AVR-GCC libraries. What it does have is abstractions for the more 'advanced' stuff, i.e. port access, etc. and all they are is libraries sitting on top of C to make things easier for the user. Apart from that, any standard C program will work. If the C is for a different microcontroller you would obviously need to port it over to the hardware you are using, i.e. The Arduino.
|
|
|
|
|
Logged
|
|
|
|
|
Denmark (Europe)
Offline
Full Member
Karma: 0
Posts: 198
Electronics Designer & Consultant
|
 |
« Reply #29 on: June 29, 2009, 01:27:02 pm » |
Oh, thanks for that information Mike Mc. It's good to know another time  So the library CaptainObvious has found can be used with Arduino IDE? Then why can't it be compiled?
|
|
|
|
|
Logged
|
Need any help with your electronics projects?TKJ Electronics, a consultancy company located in Denmark (Europe), has the required expertice, knowlegde and development tools, to do the development for you. Do not hesitate contacting us by visiting our website: http://www.tkjelectronics.dk
|
|
|
|
|