I need to interface with 3.3V incoming signals on 5V system, so I'm going to move my 16F628 design to 16F819 to use the A/D. I found only one JAL example for...
... Hi Richard, Please look in the files area under Hans' projects for JMATH. You will find your conversion procedures there. Kind regards, Hans de Rijck. ... ...
... A PIC knows only bit & bytes. The human operator sees difference in 0b1111_1111, 0xFF and 255, not the PIC or JAL. If you want to send chars to a screen...
Eur van Andel
eur@...
Feb 1, 2004 7:23 pm
12728
... Do you use a max232? ... better make this 500 ms ... You see the LED blink, right? ... And you don't see this? Asynch polarity OK? -- Ir. E.E. van Andel,...
Eur van Andel
eur@...
Feb 1, 2004 7:29 pm
12729
... We have: http://groups.yahoo.com/group/jallist/files/Eur_van_Andel/Analog.jal Do read the datasheet though: the channel selection was written for an '877...
Eur van Andel
eur@...
Feb 1, 2004 7:32 pm
12730
Thanks Hans. I will play with them in the course of the week :) I'm gonna be playing with the DS1307 rtc as well. Got any tips that might be useful concerning...
hi, i do use a max232 and i do see the starting message sent to the serial port - but this is consistent - the output pins on the pic seem to work fine (i'm...
I want to do something with the 16C765 for USB data transfer. Any change of support by Jal. Or can I use another chip? Is there any code available? Harrie...
Hi, Test by your own each part of the project separatelly, that is, test a full-duplex serial working (with your PIC and your PC) before doing anything with...
... Got any tips that might be useful concerning these chips? Might be, till you'll realise that a good PIC project does not need any RTC. best, Vasile...
... Now I see it. This is silly. ... Most PIC pins are TTL inputs, which are fine with a high level of 3.3V. Check page 138 and 45 of the PIC628a datasheet:...
Eur van Andel
eur@...
Feb 2, 2004 8:40 am
12737
... Use my lib. Keep the x-tal far away from high-freq sources. You will be disappointed by the accuracy. ...
Eur van Andel
eur@...
Feb 2, 2004 10:51 am
12738
... OK ... put the LED on the moment you get a low signal from the ADC. If the pin never goes low, you will see where the problem is. -- Ir. E.E. van Andel,...
Eur van Andel
eur@...
Feb 2, 2004 11:05 am
12739
On Sun, 01 Feb 2004 22:45:42 -0000, "Harrie Geerts" <harriegeerts@...> ... no. ... There are serial <-> USB devices, Wouter works with them. ... No jal....
Eur van Andel
eur@...
Feb 2, 2004 11:24 am
12740
... I guess you could add it yourself. The compiler supports both 12 and 14 bit core PICs, I guess this chip is either one or the other. But you'd have to make...
... that might be useful concerning these chips? ... That's not what I found out about these chips. They are very accurate. As long as you use 4Mhz for the...
Hi Harrie, ... As Eur and Wouter says you can add this library by yourself. This means that you must surf into Microchip's website and read some datasheets;...
I put one together today and it works like a charm. I'm using a 16f628 @ 20MHz. I'm not to concerned about it being to accurate. I put the ground loop around...
Hi I have been using a 16F877A and the serial libraries supplied with the compiler to communicate with my PC. I need to change the 16F877 PIC to a 18F4xx pic....
Hi Nick, Take it from: http://groups.yahoo.com/group/jallist/files/Javi%27s% 20code/f452_serial.jal What I remember is that works. Regards, Javi. www.japus.org...
... Dear Harrie215, You can use the default hd447804.jal or 447808.jal libraries for it. Both work perfectly fine, but I would suggest adding the following ...
This is nice! have you test the extra code lenght for both 2K and more than 2K PICs? Probably there will be no problem, but definitely will be for 1k PICs...
problem: pin_a5 direction include 16f877_4 include jpic include jdelay bank_1 f877_adcon1 = 0b_1000_0111 -- all digital IO bank_0 var bit buz is pin_a5 ...
don't bother to much (Javi@Wouter), my jpic.jal haven't the following lines: procedure pin_a5_direction'put( bit in d at trisa : 5 ) is _trisa_flush end...
On Tue, 03 Feb 2004 11:52:27 -0000, "special [k]" <special4k4@...> ... Do read the datasheet before adding. The line_3 and line_4 address can be very ...
Eur van Andel
eur@...
Feb 3, 2004 6:24 pm
12754
... What I want: a counter that counts pulses from a windmeter and displays this value on a 3 digit display. ... here is my code, will you look at it? I will,...