Hi there, I'm wandering if something is happened with my registration at jal_developers list or is just a summer time ? I don't remember, there is pragma...
Interesting solution. Thanks for posting. BTW, I was using something similar, but without retlw0 at the end of a specific string. I was numbering the sentence...
... Hi Vasile, A procedure which I use often is the following. From Stef I learned that searching through a table to find string # N, although it appears to be...
hello i have just started progrmming in assembly of pic . i wrote a simple program for pic16f84a running at 4mhz . it has got a timer routine which runs for...
Hi Is it because your main routine continually calls init which resets the timer ? This is a bit off topic as this is a jal forum. Best Regards Martin R Dare ...
hi sorry for posting the message in JAL list...but as a beginner i was not getting the right place to ask this question...anyways i also got jal compiler but i...
Hi Nisheeth You seem to have a fundamental misunderstanding about how Timer0 operates. All pic timers operate in the background so other program execution can...
This is the Jallist bi-weekly info message. JAL is a free language (compiler) for the Microchip 16f84 and Scenix SX microcomputers available from the <A...
jallist@yahoogroups.com
Aug 3, 2003 9:33 am
10585
Hi Vasile, At least for me it's summer time, it's dificult not to be at beach taking a swim in these hot days (35~40ºC). ;-) I don't have the sources now...
... This sets TMR0 prescaler to 256, right? Taking this into account your led blinks not after 1sec but after 256sec (4min 16sec). You probably were not...
Snail Instruments
snail@...
Aug 4, 2003 11:01 am
10588
Hi Josef I thought you were good at this :-). His Pic is running at 4MHz. Thats 1 instruction per Microsecond. With the prescaler at 256, thats 256...
... Like in the hell :-) But the calculation is correct and the program is designed OK (omitting the prescaler) - it waits for 250 counts of timer0, then...
Snail Instruments
snail@...
Aug 4, 2003 7:22 pm
10590
Hi Joseph It never occurred to me that he would be polling the timer value to count. I guess thats why its best to preload the timer using the interrupt from...
... Not typical, but possible usage of TMR0. Or adjust the TMR0 value by some constant to get different periods. On the bigger chips the TMR1 + CCPx in special...
Snail Instruments
snail@...
Aug 5, 2003 4:29 pm
10595
... That problem has been fixed. The problem was from an optimization for stuff like a += 2, only it messed up on subtraction. I put in a check for the minus...
I need to generate a pour shape (10%...20% distorsions?) sinusoidal signal with fixed amplitude and variable frequency from 1 to 20 KHz. There are two basic...
On Thu, 7 Aug 2003 13:16:53 +0300 (EEST), Vasile Surducan ... Maybe magic sine waves? You will need a low-pass filter: http://www.tinaja.com/magsn01.asp -- Ir....
Eur van Andel
eur@...
Aug 7, 2003 10:53 am
10599
Thank you everyone for pointing how to solve the problem of sinusoidal signal generation using PIC microcontroller. I will try to sintetize yours valuable...
Hi Vasile To generate sine waves over a large frequency range is tricky. If you use a filter it only works well over a small range of freqencies. Best way I...
Hey guys if you haven't already then cum and play for Free on this new site for Adult Dating and Porn. I can't keep my fingers out of my wet pussy! ...
Following it's only an idea: What about a closed loop system ? A sinusoidal reference is internally calculated and is compared with the value of AD conversion...
Hi Vasile, ... I've used PWM in a simple tone generator with a R-C low pass filter, but frec. only sweep from 1KHz to 2.5KHz. About the frequency; if you are...
The benefit of excel timers computation !!! Thank's Javi. As I see, you have done a software PWM with timers ? I have then the problem of changing a bitbanging...
Hi groups ! I have spend a whole sunday trying to understand why interrupt of change are not working for me. I have played with those on PIC16F877 and works ok...