数码营电子:基于微型控制器的编程、电路设计与电子产品制做。邮箱:shumaying@hotmail.com
Raspberry Pi
Jump to navigation
Jump to search
Contents
Documents[edit]
Knowledge[edit]
Tools[edit]
setup[edit]
Audio & Video[edit]
- Audio configuration
- Connecting to your Raspberry Pi via VNC
- Connecting and Configuring the Camera
- A complex camera support library for Linux, Android, and ChromeOS
Set up a static IP-address[edit]
- Set up a static IP-address on the Raspberry Pi - tested. ok
- What is the “/24” for?
- How Do I Set a Static IP Address on Raspberry Pi?
- How to Set a Static IP Address on Raspberry Pi
change default user name: pi[edit]
- How to Change the Default Raspberry Pi Username? - these 3 links tested, ok.
- Change Default Username and Password on Raspberry Pi OS
- sudo passwd --lock pi
Tutorials[edit]
- First Python Program on the Raspberry Pi
- How to run Python Programs on Raspberry Pi? Beginner Tutorial
- Build Physical Projects With Python on the Raspberry Pi
- Raspberry Pi 3 Raspbian: Running Python scripts on IDLE
- SPI Interface of Raspberry Pi using Python
- Let Raspberry Pi’s communicate with each other per 433MHz wireless signals
- Getting started with the Camera Module
- Install a Camera on your Raspberry Pi: The Ultimate Guide
solved[edit]
? cannot open wifi connection
sudo ifup wlan0 sudo ifdown wlan0 shows "unknown interface wlan0" sudo ip link set wlan0 down sudo ip link set wlan0 up ok...
Serial communication[edit]
- TSX0108E - Logic Level Converter - GPIO serial communication between Raspberry pi & Arduino, tested. Enable UART
enable_uart=1
- Raspberry Pi Serial Communication (UART) w/ Arduino & PC - have NOT completely understand all contents in this article.
- Serial communication between Raspberry Pi and Arduino - Raspberry pi acts as a cpu, arduino is installed onto raspberrypi as a module, functioning to talk with various sensors.
8Raspberry Pi Arduino Serial Communication – Everything You Need To Know - sensor data transfer between pi & arduino.