Hi,
I am working on a project which revolves arround Ultrasonic and IR Sensors. I have arduino board that is triggering one of the sensors and getting data from IR and further sending it to its Serial out pins (Tx and Rx).
On the other end I want a Ultrasonic Module to be interfaced with zynq via PMOD IOs and this time, zynq Ps will trigger it using PWM.
I need suggestions in Which type of communication (SPI or UART or any other) I would need to input the data via PMOD from arduino's Serial pins.
Also since I am new to PMODs. Could some one share a tutorial on basic working of PMOD and data fetching to Zynq PS via PMOD where a hardware on PL and software driver is implemented.
I need more than one PMODs, as far as I have seen there is only one JE1 connected directly to PS. For others we have to describe in HDL.
Any Suggestion and Help, link to example application note or tutorial will be helpful.
I will further develop the algorithm on PS on the basis of sensor values.