Thanks Vasile, I tried your code but i can't seem to get it running properly. You also forgot some register adresses so i added them manually. I get 4 zero's...
Hi All, Sorry for the newbie-ish question, but I'm just staring out with PICs and Jal (again). I've done some fairly easy stuff, blinking a LED, chasing LEDs,...
Hi folks. This is my first post on this group. I have intended to learn microcontrollers for a few years now and finally took the plunge. A couple of years...
... Hello Jared For your project , to light up the yellow led, you can simply use a comparator of with a voltage reference. To build your reference, you can...
Hi, If i were you i would wait untill i receive the 12f675 which has an a/d converter and makes it a lot easyer. With the a/d converter you can read the...
I could have sworn that the 16F628A had an A/D converter, but now that I look back at the spec sheet, I realize that it doesn't! I think I have some others...
I have a couple of 16F88s laying around, which look like they're more than up to the very simple task I have at hand. That will give me something to...
Indeed, the 16f88 has an a/d converter. A 16f628A has a comperator which can be used to measure voltage but it's not very accurate and it needs some extra...
Yes, this is the case. I will be powering it with a 4.8V battery, but I will be checking a different, single cell battery which should range between 1-1.5V. I...
I just programed my first PIC (12F675) to do a simple LED flash. The program works, but I have a very difficult time to get the chip to "latch-up". Sometimes...
... Hi Jared, Reading A/D is very simple. Check out my library packs for the 12f675 at my website. Go to www.vandam.tk, select Lonely Nights, then scroll down...
Todd, you're lost in explaining details but you didn't told us on which pin is connected your LED... Turn of first the comparator and the Ad module. ... The ...
Very intresting what you say. i'm 'playing' (i can't say working, because I use uC for hobbys) with both JAL for pics , and arduino (with avrs), both are...
After much hair pulling, I finally got it all to work. It turned out to be a problem with my JDM programmer w/ ICProg. I initially set up ICProg to run in...
I have been lurking on this list for the better part of a year now. I have not actually been coding in JAL, but I have several other languages under my belt....
... Hi Brian, The starterpacks contain everything you need to get started (JAL V2 release 2.1, libraries, JAL Edit). You can find them at my website...
I'm just starting (again) as well! I would check out: http://tech.groups.yahoo.com/group/jallist/files/0_FAQ/ It has all the links. As for an editor I use...
Hi, I am used to use this LCD product with PIC's before, but i tried this time, to use it through the 4pin data interface and with JAL + MPLAB + PICStart Plus....
Serdar K (gmail)
skiziltoprak@...
Apr 5, 2007 5:51 pm
23421
Wow, that was fast, thanks, Jared and Bert .... Another question occurred to me during that "oh-no second" after my hand clicked the send of my initial query....
I downloaded the starter pack and briefly looked it over. What a great idea ... Two questions, there seems to be some 'leftovers" in the 'Libraries' folder ...
Don't you have your datalines to your lcd in the wrong order(b0-b4 = pin 11-14 on your lcd )? Your source code looks fine at first sight. Greets, Erik ... this...
I have checked the lines again and again. I even checked JAL's library codes step by step, to understand which ports are used and how the initialisation timing...
Serdar K (gmail)
skiziltoprak@...
Apr 6, 2007 6:39 am
23425
... Hi Serdar, There is an example of an LCD screen on my website. That particular LCD screen definitely doesn't show anything if contrast is 0 volts. I would ...
hi Todd, I started with a JDM programmer too (I even simplified it a little bit more, Yes that's possible), And without starting a flame war, JDM programmer...
with LCD's I can imagine (or better I've seen before) the following problems 1- functional code is not correct 2- hardware not correctly connected 3- the...
Thanks a lot. I will try the contrast pin offset, because I recently used 2 or 3 different LCD products (I guess they are from same producer) none has worked...