Category "raspberry-pi3"

html page cant be opened in raspberry Pi

I'm making my first HTML page I have tried to do it on my computer and it loaded very fine, but when I do the same steps in my PI the HTML page won't load (i tr

I'm getting an error importerror /lib/arm-linux-gnueabihf/libm.so.6 version glibc_2.29' not found what should I do?

While I run my python code in raspberry pi 3b+ I'm getting: importerror /lib/arm-linux-gnueabihf/libm.so.6 version glibc_2.29' not found error what should I

Access point doesn't start with Raspberry Pi 3 built-in Wi-Fi

I have Raspberry Pi 3 and I use it as a Wi-Fi access point. I use Raspberry Pi 3 built-in Wi-Fi adapter for this. Until today, the access point worked. Today

TensorFlow, Keras download issue on Raspberry Pi 3B+

I need help installing TensorFlow/Keras on raspberry pi 3B+ Python version 3.9.2 Keras version 2.8.0 TensorFlow version 1.8.0 I downloaded them via pip3 on pro

Raspberry Pi 3: booting gets stuck at "random: crng init done"

I downloaded the program I found on http://www.samplerbox.org/makeitsoftware and am trying to run it on a Raspberry Pi 3 from a USB SD card reader. I have succ

how to change setmode(board) t setmode(bcm)

import RPi.GPIO as GPIO import time GPIO.setwarnings(False) GPIO.setmode(GPIO.Board) ControlPin = [16,18,22,29] for pin in ControlPin: GPIO.setup(pin, GP