
Avionics,
I can not explain the duplicates of your suggestions in your earlier posts other than I started my input to this topic late and I did not carefully read the posts before my question to...
Just sayin', that's what I said. Even used the same link. Compensation for density in same post. Number 18 if you'd care to peruse.
AvionicsMaster1 Today, 01:09
Thank you Henrik. That explains it all. It might come handy in the future.
Robert
One mistake on my formula:
The left side should be multiplied by 2 or the right side should be divided by 2.
Regards,
Nick
What you are dealing with is the case of dynamic pressure in fluids. One of your sensors will read the static pressure and the other one will read the total pressure. The difference will be your...
NickMu Yesterday, 18:18
Hi Ed,
I knew it is not an easy task to get such system going especially when in my application the transmitter will be above and bellow water at times. I will try some other avenues first and if...
I think this is the problem
You are reading $60 as decimal when it is a HEX number
60 = 00111100 in binary
$60 = 01100000 in binary
Phil
Sorry Dave. I still don't get it. 60 on the table I use comes out to 0111100 in binary. Are we choosing the bits from left to right (MSB first) instead of right to left (LSB first)?
peterdeco1 Yesterday, 11:29
Hi,
Lets say you have two PIC that are supposed to talk to each other over a serial line, you use SEROUT2 on one and SERIN2 on the other. Both PICs however have other things to do as well so if the...

Cannot wake from SLEEP
I cannot get my PIC18F4620 to wake from sleep. The code and the configuration settings are below. It is such a simple program but obviously I am missing some necessary register setting.
BrianT Today, 05:31All...