Some of my projects: http://www.youtube.com/user/wellyb00t
Hi,
After 1 month I finally make that running - simulating properly in Proteus. My problem was that ULN2803. I didn't know that chip invert signal's. After I put some hex inverters 7404 everything running properly.
My question is:
in real life (I will build the real circuit) I need that inverters or everything will run normal without that?
Many thanks
Gabi
Instead of inverters, why don't you invert he data that you output from the PIC?
Ioannis
Instead of inverters, why don't you invert the data that you output from the PIC?
Ioannis
Hi Ioannis,
I try to do that but, I failed. Can you show my how? On the other hand the question it is still: do I need that inverters in a real circuit?
Thank you for your time
Gabi
Last edited by gabi68; - 17th March 2011 at 09:49. Reason: typo
If your load needs an 1 and you send a 0 then it is obvious that you need an inverter.
But as I said, instead of 1, send 0 in software.
For example,
var_a=%10101010
var_1=var_a XOR %11111111
The result in var_a will be the complement of the initial value.
Ioannis
Hi all,
This update now scrolls temperature in degrees C & F,
with indication arrow to show increase or decrease in temperature
and scrolls 'wellyb00t' at every few minutes.
Works with PBP 2.60C & MPLABS v8.63
Last edited by wellyboot; - 29th September 2011 at 13:45.
Some of my projects: http://www.youtube.com/user/wellyb00t
See above post, this is the HEX file for it.
couldnt add a file with .hex extention so changed it to .txt
just remove .txt extention
Some of my projects: http://www.youtube.com/user/wellyb00t
Bookmarks