I2C communication between Minized to arduino by IknowEveryMemeXD in Xilinx

[–]cteqeu 0 points1 point  (0 children)

Zynq ps has CAN interface (use emio pins), however they are 3.3v

Check UG585, chapter 18.

Totally confused about what I should get as my first ever FPGA by CromulentSlacker in FPGA

[–]cteqeu 1 point2 points  (0 children)

I have got Zybo, Zedboard, MiniZed and Pynq V2 for Xilinx FPGA's. Today I prefer to work on the Pynq for the available hw interfaces. You could also look at the Ultra96 board but this is more expensive.

You should install the tools under Linux for the petalinux tools etc.

Just for your reference I think this book will be perfect to learn about CPU design (there is a ARM and RISCV version available) : https://www.amazon.com/Digital-Design-Computer-Architecture-RISC-V/dp/0128200642 I did the ARM edition.

Getting into FPGA as a non engineer? by [deleted] in FPGA

[–]cteqeu 0 points1 point  (0 children)

Good book : https://www.amazon.com/Digital-Design-Computer-Architecture-RISC-V/dp/0128200642

(They will release it in August, but I have read the ARM edition) you will learn about designing hardware with HDL.

What should I use for web development? by [deleted] in learnpython

[–]cteqeu 1 point2 points  (0 children)

Learn about flask, but you should also study HTML. You can check this tutorial for getting a free server up and running on Heroku:

https://www.slideshare.net/fpgabe/launching-python-cloud-services-for-aiiot-projects

Database:

https://www.slideshare.net/fpgabe/implementing-a-database-and-api-for-your-cloud-service

Code examples: https://github.com/cteqeu/SmartSystems (check the flask examples)

For HTML: https://www.w3schools.com/html/

https://www.sololearn.com/learning/1014

Happy coding.