You are on page 1of 2

Raspberry pi commands

1. List of all running processes : ps aux | less


2. List all users : cat /etc/passwd
3. https://linuxhint.com/change-password-raspberry-pi/
4. https://www.upgrad.com/blog/raspberry-pi-commands/#:~:text=Pi
%20Project%20Ideas-,System%20Information%20Commands,a
bout%20the%20available%20disk%20space.
5. sudo bluetooth ctl
power on
discoverable on
agent on
default-agent

6. Configuring bluetooth :
https://www.digikey.in/en/maker/blogs/raspberry-pi-wi-fi-bluetooth
-setup-how-to-configure-your-pi-4-model-b-3-model-b
7. Failed to set power on: org.bluez.Error.Blocked problem
command - > rfkill block bluetooth
rfkill unblock bluetooth
8. To send/receive files install Bluetooth Manager, command
->https://linuxhint.com/transfer-data-through-bluetooth-raspberry-
pi/
9. To get bluetooth module details command -> hciconfig -a

https://www.electroniclinic.com/raspberry-pi-lcd-16x2-liquid-crystal-dis
play-interfacing-and-python-code/
cat /proc/cpuinfo
cat /etc/os-release

https://raspberrypi.stackexchange.com/questions/38756/real-time-audi
o-input-output-in-python-with-pyaudio

cd ~
git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git
cd Adafruit_Python_CharLCD
sudo python setup.py install

https://rplcd.readthedocs.io/en/stable/getting_started.html

https://www.circuitbasics.com/raspberry-pi-lcd-set-up-and-programming-in-p
ython/

https://www.electroniclinic.com/raspberry-pi-lcd-16x2-liquid-crystal-displ
ay-interfacing-and-python-code/

https://in.images.search.yahoo.com/search/images;_ylt=AwrKAyVHcSZkgCIE._e7
HAx.;_ylu=Y29sbwNzZzMEcG9zAzEEdnRpZAMEc2VjA3BpdnM-?p=raspberry+pi+3+pin+di
agram&fr2=piv-web&type=E211IN0G0&fr=mcafee#id=2&iurl=https%3A%2F%2Fopencli
part.org%2Fimage%2F2400px%2Fsvg_to_png%2F280972%2Fgpiopinsv3withpi.png&act
ion=click

CODE :
https://www.theengineeringprojects.com/2023/01/interface-lcd-16x2-with-ras
pberry-pi-4.html

You might also like