Hello ABHISHEK MAURYA,
If you want one LPC1769 communicate with another LPC1769, there several ways to do the communication, take an example: UART, I2C, SPI.ect.
I don't know why you need to two LPC1769 to take the data from the same sensor, actually, you just need use one LPC1769 to get the sensor data, if another MCU also want to get the data, you can let the MCU which get the sensor data, to send the sensor to another MCU with the communication port.
About the communication sample code, you can refer to our lpcopen code.
LPCOpen Software for LPC17XX|NXP
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------