Wow , excited, New year, I in 2016, I bought a card size board, Raspberry Pi, yesterday to the goods, the night began a toss-up tour① There is no wired network connection on the wireless network, in this need to thank one person, he provided the tutorial Duang-max? 1029086180, one of the great gods.② Preparation Tool (Hardware):⒈ Raspberry Pi ⒉5v 2A Power ⒊ Wireless card ⒋SD Card (CLASS10 priority) ⒌root Android Phone a 4.0+ above system support external SD card③ Preparation Tool (software):⒈B t
ApacheServer (PHP + MySQL) onRaspberryPI Apache
Raspberry PI origins from UK. it is a small (credit-card size) fully functional PC that installlinux. to now, there are two models A and B of Raspberry PI. the A model has 1 USB, 256 mb ram and The enhanced B model has 2 USB, 512 RAM. both are equipped with ARM 700 MHz (single core) CPU, a SD card slot. the B model also comes with an onboard Ethernet interface. the Raspberry PI requires a micro USB power (5 V, 1A) and it doesn' t have the power s
SD Formatter, select the your SD card and format it.
DRAG and DROP NOOBS FILES
Once your SD card have been formatted, drag all the files in the extracted NOOBS folder and drop them onto the SD card Driv E.
The necessary files would then is transferred to your SD card.
When this process had finished, safely remove the SD card and insert it into your Raspberry Pi.
First BOOT
Plug in your keyboard, mouse and monitor cables.
Now plug on the USB power cable to
related to the wireless Nic module used and the specific configuration of the Wi-Fi router. You can configure it according to the instructions for using the wireless LAN and Wi-Fi router. Be sure to use a wireless LAN that has an integrated driver by default.
After the configuration is complete, Raspberry Pi can access the network, and we can use TeraTerm to manage Raspberry through IP. After the Raspberry Pi is disabled, you can remove the USB serial port conversion cable.
3. Install and debu
to note that Openhab also runs on older Raspberry Pi, but there is a problem with slow processing and the use of z-wave devices. You need to upgrade to the latest version of the Raspberry Pi and add z-wave. However, without the need for z-wave, you can safely ignore the problem and use Raspberry Pi B or C + to make it, as they can also work.The latest stable version of Openhab is the 1.71 release. Version 1.8 is expected to be updated shortly, although more features may appear, but this article
One, I use the various parts:(1) Raspberry Pi(2) SD card(3) Cable(4) Router(5) a notebookSecond, download http://www.raspberrypi.org/downloads from the official website, I download is Raspbian JessieThird, the Raspbian burned to the SD card, I was in Windows under the operation:Download the Win32diskimager and burn the Raspbian image to SD card;Iv.. Insert the SD card into the Raspberry Pi SD card slotFive, the Raspberry Pi and router with a network cable connection. I'm using Ipscan. View the I
Pi and RC522 connection
Writing programs based on library files and communication processes
Test
Installing the bcm2835 Librarybcm2835Raspberry Pi Bo Tong bcm2835 chip C language LibraryThis was a C library for Raspberry Pi (RPi). It provides access to GPIO and other IO functions on the Broadcom BCM 2835 chip, allowing access to the Gpio pins on the 2 6 pin IDE plug on the RPI board so you can control and interface with various external devices.Install # Download the latest version
The default i²c is off, with the Raspi-config command, a configuration block will pop upSelect Enable I²c.After rebootThere are no i2c-x devices found in the/dev/directory, this time you need to do the following1. Add I²c Modulesudo nano/etc/modulesThen add the following two lines of contenti2c-bcm2708I2c-devIn the second reboot, you can see it.2. Install the I²c tool to view the I²C devicesudo apt-get install I2c-toolsProvides the following I²c tool
The official Raspberry Pi camera Module, capable of shooting 5 million megapixel images and recording 1080p video, uses the CSI interface on the Raspberry Pi board.Installing the CameraFirst make sure that the Raspberry Pi system is a newer version and that the camera function is turned on. Enter a command: sudo raspi-config and tick the 5th Enable camera feature. Such as:Physically install the camera to the Raspberry Pi, this feeling is easy to look
configuration means the following:// indicates the use of localhost // If there is a network card ech0, then use DHCP to obtain the IP address (this network card is the local network card, not the WiFi network card) // indicates that if there is a WLAN device, use the WLAN0 device name // indicates that the WLAN device can be hot-swappable // If you have a WLAN NIC Wlan0 (which is the WiFi network card), use DHCP to obtain the IP address wpa-ssid "Your WiFi name"// indicates the connection SSID
Http://mewgen.com/Ge107_files/20120921%20Setting%20up%20Rasberry%20pi%20for%20the%20Xtion%20and%20kinect.htmlhttp://blog.csdn.net/hcx25909/article/details/8552099Install Chinese Input Method:Raspberry Pi Default is the use of the English font, and the system is not preloaded with Chinese font, so even if you change the locale to Chinese, will not display Chinese, will only show a bunch of squares. So we need to install Chinese fonts manually. Fortunately, there is a Chinese font for free open so
Chinese characters, therefore, ZH-autoconvert is required. However, this tool is not installed in my own system and can be easily switched between Simplified Chinese and Traditional Chinese. The solution is to run./configure-Disable-zhtw and then make install. At this time, man ls can find that Chinese characters are already displayed. Finally, you can run man clean to delete some installed files.
Note: When you run apt-Get install ZH-autoconvert in Kali, the system prompts that it cannot be
works.Step 1:
When you are running the command, log on with the default user name and password (if you have not modified it ). The Default User of Raspbian is pi, and the default password is raspberry.Step 2:
After you log on, run the following command:
Sudo raspi-config
This command will open Raspberry Pi configuration, as we saw during the first startup.Step 3:
In this configuration interface, find the Enable Boot to Desktop/Scratch option. Sele
Use Raspberry Pi to build your own web server (I) install LAMP1. Adjust the GPU memory usage of pi as the web server, and do not need to output video signals. Therefore, reduce the GPU memory usage as much as possible to maximize pi performance. Sudo raspi-config select Advanced Options-> Memory Split, enter 16, and restart after saving. update your pi sudo apt-get updatesudo apt-get upgrade. install the server software. Install the most commonly used
# Modify the configuration file
Raspberry Pi has integrated the I2C driver and only needs to be started.
Modify configuration file
Sudo nano/etc/modprobe. d/raspi-blacklist.conf
! [Configure] (http://images.cnblogs.com/cnblogs_com/hangxin1940/466697/o_rasp_i2c1.png "comment the third line ")Comment out the third line, CTRL + x save
Next, start the I2C module.
Sudo nano/etc/modules
! [Configure] (http://images.cnblogs.com/cnblogs_com/hangxin19
1. Installing auxiliary Tools
12
sudo apt-get install libjpeg8-devsudo apt-get install cmake
2. Edit the source file
12
sudo git clone ="https://github.com/jacksonliam/mjpg-streamer"target="_blank">https://github.com/jacksonliam/mjpg-streamer/a>cd mjpg-streamer/mjpg-streamer-experimental/plugins/input_raspicamnano input_raspicam.c
Configure the Fps,width,height parameter in the file as shown3. Compiling mjpg SoftwareThen go to the engineer
Preparatory work:1.RaspberryPi 3 Generation B type2. Available memory card3. Card Reader4.DiskGenius5.win32 Disk Imager6. Available LAN7.Xshell and XftpI. System installation1. On the official website (https://www.raspberrypi.org/) Find downloads Download Raspbian system, I am under the Lite version, no graphical interface, more than the full version of the resource saving (PI configuration is not high ...) It may require scientific access to the Internet, with lantern or Greenvpn.2. Use Diskgen
=Bayi1366x768 60hzhdmi_mode= the1080p 60hzhdmi_mode= the1600x900reduced Blankinghdmi_mode= -1920x1200 Reduced Blankinghdmi_mode= -720p 60hzhdmi_mode= the1366x768 reduced blankingView CodeConfig.txt file class specific parameter meaning, you can refer to the following documents:Http://www.shumeipai.net/thread-19043-1-1.html5, the Raspberry Pi link on the display device, the SD card into the Raspberry Pi back card slot, connect the Internet line, connected to the mouse, connect the monitor, finall
Raspberry Pi (Chinese name is "Raspberry Pie", abbreviated as RPi, or RASPI/RPI) is designed for students ' computer programming education, only card-type computers with credit cards size. A. Raspberry-installable Operating system
Linux:raspbian,arch Linux ARMUnix:freebsd,netbsdWindows:windows for Raspberry Pi 22. Most widely used: raspbian--is based on Debian, optimized for raspberry pie3. Emphasis on customization: Arch Linux arm--is lightweight, co
The purpose achieved:
1. After the Raspbian Linux system starts, Vncserver automatically starts,
2. Remote Desktop through Windows allows you to log in to the graphical interface.
Raspberry Pie Initialization setting and installing VNC and XRDP SSH up after the first thing is to update Debian:sudo apt-get update, after the upgrade is completed restart;
In the SSH terminal input sudo raspi-config, here need to open a few options: expand_rootfs– to ext
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.