Razvan1203
New Contributor
1 year agoFPGA Verilog Project - Saving values for future processing
Hello everyone!
I'm currently working on a project where I have 2 seperate circuits. One with a microcontroller that has an ultrasonic sensor that capture motions and the other one with an FPGA board with a display that displays the exact time at which the motion was detected. Both circuit are communicating via Bluetooth with the help of 2 Pmod BLE modules.
My question is: How can I save those clock times when the motion was detected for future purpose? I mention that I also made a digital clock so the clock is not the problem. I want that after a whole day of motion detection, I can access those clock values stored somewhere and process them elsewhere. How can I do this?
Any answer or advice to my question is welcome! Thank you!