shaneelal
Member level 1
555 timer rtc
I"m working on a project that measure and displays wire speed,voltage and current of a welding station.
One device measures wire speed,displays it onto an LCD and transmits the wire speed to another device using USART.
Another device senses voltage and current. The second device has to display all three readings onto an LCD and also to a video display using a video module.
I'm supposed to measure the current and voltage every 2 seconds. Both devices utilize 18f452.
Wire speed meter transmits to main device,main device transmits to video module.
Do I need a real time clock for both devices to coordinate transmission of data using rs 232 and also measuring voltage and current every two seconds?
Could you tell me more on how to use a real time clock? Which one should I use? Is there any sample code,I'm using MPLAB-C18 compiler.
I"m working on a project that measure and displays wire speed,voltage and current of a welding station.
One device measures wire speed,displays it onto an LCD and transmits the wire speed to another device using USART.
Another device senses voltage and current. The second device has to display all three readings onto an LCD and also to a video display using a video module.
I'm supposed to measure the current and voltage every 2 seconds. Both devices utilize 18f452.
Wire speed meter transmits to main device,main device transmits to video module.
Do I need a real time clock for both devices to coordinate transmission of data using rs 232 and also measuring voltage and current every two seconds?
Could you tell me more on how to use a real time clock? Which one should I use? Is there any sample code,I'm using MPLAB-C18 compiler.