Discover raspberry pi development, include the articles, news, trends, analysis and practical advice about raspberry pi development on alibabacloud.com
we have already used the official image to set up the Raspberry Pi development environment, it can be said to be able to use the application, but if the official kernel has some features that do not meet our needs or need to partially crop the kernel, then we need to crop the Raspberry
after the first two steps our Raspberry Pi has worked normally, but before actually using it to develop some column configuration and software installation, so that the development will be handy, below we introduce the common software and services1. Configuration options:The first time a Raspberry
/folder, create a smbpasswd file with the following command:sudo touch/etc/samba/smbpasswdAdd a user named AAA to Samba: sudo smbpasswd-a AAAWill let you enter the password, you set one, set up will display: Added user AAATo get here, and then open the network next door, enter the user name and password just set, then go in, will find a TMP folder, you can freely read and write data in this folder, such as the film, test films, songs, songs, and so on, anyway you understand. Paste a Picture:Welc
Design and Development of Micro-meteorological stations based on Raspberry Pi (Windows 10 IoT Core) and iotcore
Preface
Raspberry Pi (RPi) is designed specifically for Students' Computer Programming education. Only credit card-sized card-type computers can run Linux or Windo
Raspberry Pi assembly and operating system installationFirst, the original Raspberry Pi1, Raspberry Pi 2 Model B Development Board2, SD card (this experiment project selects memory 8G SD card)3, network cable a root4, HDMI cable 1
This is a creation in
Article, where the information may have evolved or changed.
Recently turned up the Raspberry Pi I bought before, and decided to pick up the Raspberry Pi combined with the go language that I was learning to engage in things. Here first build the environment to run the GO program.
First, the
This article by the Raspberry Pi Fan itjoker editor, reprint please indicate the source. I also have Sina blog is also Raspberry Pi fan itjoker may name less it ...Required Materials: Raspberry Pi 2B or more than 2B, l2985n Drive
:
Install necessary image I/O packages so that you can read images in JPEG, PNG, TIFF, and other formats.
$ sudo apt-get install libjpeg8-dev libtiff4-dev libjasper-dev libpng12-dev
Time consumed:
Raspberry Pi B +: less than 5 minutes
Raspberry Pi 2: less than 30 secondsStep 3:
Install the GTK
should type them in the apt-get command.
Time consumed:
Raspberry Pi B +: less than 2 minutes
Raspberry Pi 2: less than 40 secondsStep 2:
Install necessary image I/O packages so that you can read images in JPEG, PNG, TIFF, and other formats.
$ sudo apt-get install libjpeg8-dev libtiff4-dev libjasper-dev libpng12-dev
Turn the Raspberry Pi into a Web server, you can control the Raspberry Pi by visiting the Web page, for example: Check the camera \ Turn on the light and so on.The thought of Linux Web server, the first thing we think of IS, Apache + MYSQL + Php.Raspberry Pi can install this
understand and contains all the functions from normal operations to scientific operations.
It is important that you do not need to configure any environment for development (the Linux system provides its own interpreter + vi editing ). I have a hard time learning python. I use PyRaspberry Pi Documentation.
PYTHON
Python is a wonderful and powerful programming language that's easy to use (easy to read and
logic.
Yesterday my wife read the Rpi.gpio document, one hours and dozens of lines of code can be achieved by the Raspberry Pi car through the infrared detector tracking operation. It's something that no other language can do or that's hard to do.
Video stamp here: Raspberry Pi Infrared Tracking trolley
Python is the
For those who already have a certain Linux Foundation, Raspberry Pi should be very simple and natural to learn. In their eyes, Raspberry Pi is a simple, cartoon version of Linux. However, it is not easy for me to compile, compile, and run a simple program for a person or beginner who is familiar with the Microsoft tech
./mjpg_streamer-i"./input_uvc.so"-o"./output_http.so -w ./www"
The instructions for starting the Raspberry Pi dedicated camera Raspicamera are:
1
./mjpg_streamer-i"./input_raspicam.so"-o"./output_http.so -w ./www"
Some cameras will have an error when executing this command, at least if you do not return to the command prompt at the end, and display "starting
Raspberry Pi Raspberry Pi wireless NIC configuration [multiple method alternatives]To make the Raspberry Pi convenient operation, it is necessary to configure the wireless network card, which can greatly enhance the mobile and con
way, every time we execute the take_photo.sh script, we can have the Raspberry Pi take a picture and send it to the seven cow cloud, we just log in to see the dataIv. Scheduled executionManage this script with Linux's timed task crontab
1
crontab-e
At the end of the Chase Plus
1
**** */home/pi/take_photo.sh
(); Show An error if there is no Gpio controller if (GPIO = = null) { pin = null; Gpiostatus.text = "There is no GPIO controller on this device."; return; } Pin = Gpio. Openpin (Led_pin); Show an error if the pin wasn ' t initialized properly if (pin = = null) { Gpiostatus.text = "There were PR Oblems initializing the GPIO pin. "; return; } Pin. Write (Gpiopinvalue.high); Pin. Setdrivemode (gpiopindrivemode.output); Gpiostat
Build a Qt cross-compiling environment for Raspberry Pi 2B and Raspberry Pi 3
The lab project needs to use Qt to develop a user interaction interface on Raspberry Pi. Although Raspberry
You may have read my previous introduction to snappy Ubuntu. is not eager to get a snappy system to their own development Board AH. In this article today, we will show you how to assemble your own Raspberry Pi snappy Ubuntu system.
Final version:
We can buy the development version of the
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.