PIC to PIC Communication with 16F84A and Switch LED Controls – electroSome https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/feed/ Sat, 18 Mar 2023 04:53:51 +0000 https://bbpress.org/?v=2.6.9 en-US https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13189 <![CDATA[PIC to PIC Communication with 16F84A and Switch LED Controls]]> https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13189 Sat, 26 Nov 2016 00:20:12 +0000 Rafat A Gammoh How can I connect these LEDs and switches to PIC 16F84A ? I need to have PIC to PIC communication and the program has to be in assembly using MPLAB.

]]>
https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13199 <![CDATA[Reply To: PIC to PIC Communication with 16F84A and Switch LED Controls]]> https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13199 Sat, 26 Nov 2016 03:41:30 +0000 Ligo George You may use the following links as a reference.

But you can’t use UART or I2C with 16F84A as there is no hardware module in it. You can try UART with MikroC Soft UART libraries.

Sorry, currently we don’t have any reference for assembly language.

]]>
https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13203 <![CDATA[Reply To: PIC to PIC Communication with 16F84A and Switch LED Controls]]> https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13203 Sat, 26 Nov 2016 08:40:03 +0000 Rafat A Gammoh Can you please tell me how to connect in without the coding and do it in MPLAB and Proteus.

]]>
https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13208 <![CDATA[Reply To: PIC to PIC Communication with 16F84A and Switch LED Controls]]> https://electrosome.com/topic/16f84a-pic-to-pic-switch-led-control/#post-13208 Sat, 26 Nov 2016 08:48:14 +0000 Ligo George You can use simple 2 digital pins from each microcontroller to send its status to other one. You can do the circuit in Proteus and simulate it.

]]>