Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC16F877A to PIC16F877A

Status
Not open for further replies.

kanni1303

Full Member level 3
Joined
Jun 29, 2012
Messages
164
Helped
12
Reputation
24
Reaction score
11
Trophy points
1,298
Location
Chennai, Tamil Nadu, India
Activity points
2,708
i want to send information from one PIC to another....

Temp sensor with LM35 and LCD i worked...

now i want to check that one pic to sense temperature by lm35 and the value stored in the variable should be transmitted to another PIC to display the temperature....

can anyone help me....
 

Hi there,

you can go with I2C or SPI communication modules like Master PICwould sense temperature by lm35 and the value stored in the variable would be transmitted to another Slave PIC and display.

best regards,
 

I already have two PIC16F877A just want to try how variables can be transferred between PIC. I dont have knowledge in I2C or SPI.... rather i have knowledge in RF modules with 4 bit i already made one remote with 15 channels.... Can you help with two PIC
Hi there,

you can go with I2C or SPI communication modules like Master PICwould sense temperature by lm35 and the value stored in the variable would be transmitted to another Slave PIC and display.

best regards,

- - - Updated - - -

Not compulsory but want to learn...

Is it compulsory to use 2 PIC. Use only one

- - - Updated - - -

Thank You and what is the difference between USART and UART....????


Hi Kanny!
You can do this through UART Communication. It is very very simple and easy.:)
 

....what is the difference between USART and UART....????

Universal Asynchronous Receiver/Transmitter (UART)

Universal Synchronous Asynchronous Receiver/Transmitter (USART)

The primary difference is the USART offers data transmission/reception synchronized with a clock.

Microchip USART

BigDog
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top