First, you have to install the latest version of Bull-Eye OS from Raspbian's official site. (64-bit version) I'm using Raspberry Pi 4B with 4 Gigs of Ram. ------------------------------------------- There are a bunch of ways of installing OpenCV and Tensorflow on Raspberry Pi and I've mentioned the most effective ways which worked for me. ------------------------------------------- On your PC open the following links: tensor flow link: https://github.com/lhelontra/tensorflow-on-arm/releases tensor flow: for 3.9.2 : https://github.com/PINTO0309/Tensorflow-bin/blob/main/previous_versions/download_tensorflow-2.8.0-cp39-none-linux_aarch64_numpy1221.sh ------------------------------------------- You have to add the following lines to the bash file of the Raspberry Pi: # virtualenv and virtualenvwrapper export WORKON_HOME=$HOME/.virtualenvs export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 source /usr/local/bin/virtualenvwrapper.sh ------------------------------------------- The...
Adding Arduino Library in Proteus Proteus doesn't come up with Arduino Libraries by default . We are using Arduino Uno in this project, and we'll see how to manually install Arduino libraries in Proteus Professional . You can use the path if it works for you. In my case, it works. C:\ProgramData\Labcenter Electronics\Proteus 8 Professional\LIBRARY If it doesn't work, then you have to follow a few steps. All the required files can be downloaded using the link given at the end of the blog. So don't worry about the files. First, you have to download the files and paste Arduino Library files into the proteus library folder. Your folder might be installed in the Programs folder by default. But in Proteus 8.9 , there is no library folder there. ProgramData folder contains the library folder of Proteus Professional . That's the folder in which you'll find your proteus library folder. In my case, it'...