CoretechR / ZeroBug

DIY Hexapod Robot
https://hackaday.io/project/180534
GNU General Public License v3.0
239 stars 49 forks source link

Raspberry PI software does not work #5

Open kenking2536 opened 2 years ago

kenking2536 commented 2 years ago

Raspberry PI software does not work

I'm not familiar with Raspberry PI. Please guide me how to install it,

Copy what files to where??

What documents and contents are modified??

I'm using Raspberry PI zero 2 W

Not Raspberry PI zero w

After many days of hard work! Learned a lot of knowledge! Finally, this problem occurs! Please have a look! My zero 2 W installation process is as follows:

sudo apt-get install subversion sudo apt-get install imagemagick sudo apt-get install cmake sudo apt-get install git sudo apt-get install libv4l-dev sudo apt-get install libopencv-dev sudo apt-get install gcc g++ sudo apt-get install libjpeg9-dev sudo apt-get install libjpeg62-turbo-dev sudo apt-get install xrdp sudo apt-get install samba sudo apt-get install nodejs sudo apt-get install npm npm install socket.io pip3 install aiohttp pip3 install aiodns pip3 install cchardet pip3 install asyncio pip3 install pygame sudo git clone https://github.com/jacksonliam/mjpg-streamer cd mjpg-streamer/mjpg-streamer-experimental sudo make all sudo make install /home/pi/mjpg-streamer/mjpg-streamer-experimental/./mjpg_streamer -i "input_raspicam.so -x 1280 -y 720 -fps 12" -o "output_http.so -w ./www" sudo cp mjpg_streamer@.service /etc/systemd/system cd /etc/systemd/system sudo mv mjpg_streamer@.service mjpg_streamer.service sudo nano /etc/systemd/system/mjpg_streamer.service sudo systemctl start mjpg_streamer.service sudo systemctl enable mjpg_streamer.service vcgencmd get_camera

Finally, the following error is displayed: pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "/home/pi/ZeroBug/app.py", line 13, in pygame.display.init() pygame.error: Unable to open a console terminal

pageauc commented 2 years ago

You might try

sudo apt install socket.io

rather than rpm install

On Fri, Dec 24, 2021 at 8:41 PM kenking2536 @.***> wrote:

Raspberry PI software does not work

I'm not familiar with Raspberry PI. Please guide me how to install it,

Copy what files to where??

What documents and contents are modified??

I'm using Raspberry PI zero 2 W

Not Raspberry PI zero w

After many days of hard work! Learned a lot of knowledge! Finally, this problem occurs! Please have a look! My zero 2 W installation process is as follows:

sudo apt-get install subversion sudo apt-get install imagemagick sudo apt-get install cmake sudo apt-get install git sudo apt-get install libv4l-dev sudo apt-get install libopencv-dev sudo apt-get install gcc g++ sudo apt-get install libjpeg9-dev sudo apt-get install libjpeg62-turbo-dev sudo apt-get install xrdp sudo apt-get install samba sudo apt-get install nodejs sudo apt-get install npm npm install socket.io pip3 install aiohttp pip3 install aiodns pip3 install cchardet pip3 install asyncio pip3 install pygame sudo git clone https://github.com/jacksonliam/mjpg-streamer cd mjpg-streamer/mjpg-streamer-experimental sudo make all sudo make install /home/pi/mjpg-streamer/mjpg-streamer-experimental/./mjpg_streamer -i "input_raspicam.so -x 1280 -y 720 -fps 12" -o "output_http.so -w ./www" sudo cp @. /etc/systemd/system cd /etc/systemd/system sudo mv @. mjpg_streamer.service sudo nano /etc/systemd/system/mjpg_streamer.service sudo systemctl start mjpg_streamer.service sudo systemctl enable mjpg_streamer.service vcgencmd get_camera

Finally, the following error is displayed: Traceback (most recent call last): File "/home/pi/ZeroBug/app.py", line 2, in import socketio ModuleNotFoundError: No module named 'socketio'

— Reply to this email directly, view it on GitHub https://github.com/CoretechR/ZeroBug/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNPKZAMG2ZY7TSZU6YL2WLUSUVOBANCNFSM5KXKZSWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- YouTube Channel at https://www.youtube.com/user/pageaucp http://www.youtube.com/user/pageaucp GitHub Repository at https://github.com/pageauc

kenking2536 commented 2 years ago

socket. IO problem solved!

thank!

Universal sudo apt-get install