Hi David - Another excellent video - Just what I was after - Cheers :)
@robertparenton7470 Жыл бұрын
Thank You!
@emres.80062 жыл бұрын
Thanks for the sharing bro
@dajoma362 жыл бұрын
Not a problem. Glad to do so. Thank you for your patronage.
@jermynlau618811 ай бұрын
Hi, I found this this is amazing and useful!!! But I have another question, if I want to input more than 4 characters on the keyboard, what should I modify🤔🤔🤔 Thank you so much!!!
@dajoma3611 ай бұрын
You would need to make the FIFO capable of holding more than 4 characters.
@felixanthony81042 жыл бұрын
Hi, have you ever had any experiences with gyroscope sensors on FPGA? i'm trying to connect MPU 6050 gyroscope accelerometer sensor to the FPGA, but i have found nothing online, so I am very lost right now. I've seen projects of making gimbals and i am trying to recreate it on a FPGA, do you think it's possible?
@dajoma362 жыл бұрын
I have not worked with those, and I just looked up the MPU 6050 to learn about it here: create.arduino.cc/projecthub/CiferTech/what-is-mpu6050-b3b178 It looks like the chip is an i2c slave device. Have you looked at the MPU 6050 datasheet? That will tell you the format for communicating with i2c. You would need to create an i2c master to get the data from the chip. The data format should also be explained in the datasheet. It should work similar to the temperature sensor on the Nexys A7 which I cover in a previous video on i2c.
@dajoma362 жыл бұрын
To answer your question if it is possible: if the projects you've seen use some kind of microcontroller, then yes is it possible.
@felixanthony81042 жыл бұрын
@@dajoma36 alright then, thank you very much for your help
@ranjeetkumar2709 Жыл бұрын
very good concept of uart protocol you have demonstrated here.actually i am also working on uart based protocol but i am facing a problem in vivado tool. i have design uart by system verilog and when i try to run by test bench sv code,in wave form it is not showing the green output waveform
@dajoma36 Жыл бұрын
Sorry for your problems. I also had problems before when trying to use system verilog in vivado.
@arpitsharma3071 Жыл бұрын
amazing.
@catalinm756 Жыл бұрын
Very cool content! Have you studied pong chu's fpga prototyping books?
@dajoma36 Жыл бұрын
Thanks! Yes I have.
@gokulp68782 жыл бұрын
Great work.Can you please share the code?
@dajoma362 жыл бұрын
Thanks. You can find the code using the Github link in the description.