Home Backend Development C#.Net Tutorial Detailed introduction to Raspberry Pi (RPi)

Detailed introduction to Raspberry Pi (RPi)

Jun 24, 2017 am 10:15 AM
based on raspberry weather station design

Preface

## The Raspberry Pi (RPi) is specially designed for students’ computer programming education. It is only a credit card-sized card. Computer, can run Linux or Windows 10 IoT Core operating system. This article will use Raspberry Pi and UWP (Universal Windows Platform) development technology to build a weather station system that can be monitored in real time.

Hardware and related technologies

 

Hardware part:

  • A Raspberry Pi 2 or 3, a memory card of 8G or above, and a card reader (or a computer with an SD card interface);

  • Dht11 One temperature and humidity sensor, one GY-68 BMP180 barometer;

  • One LY-69 soil moisture meter, one MQ-2 smoke gas sensor, one raindrop sensor;

  • Several male and female DuPont cables, a breadboard, a micro USB cable, a power supply;

  • An HDMI interface monitor (or HDMI to other interfaces ).

Development part:

  • Integrated development environment: Visual Studio 2017 (community is recommended Version);

  • Development language: C#;

  • Development platform: UWP;

  • Communication Protocol: MQTT;

  • Raspberry Pi Operating System: WIndows 10 IoT Core;

  • Database: Sqlite

Download and installation of the operating system:

  • Install the Windows 10 IoT Core Dashboard application, visit the Microsoft Developer Center and select Raspberry Pi 3, Install onto my blank microSD card, Windows10 IoT core, click the Next button to come to the new page, click the Download Dashboard button to download, and then install it.

  • Burn the operating system to the MicroSD card. After the installation is complete, select the Set New Device item to enter the burning page. Select Raspberry Pi 2&3 as the device type; select Windows 10 IoT Core (15063) as the OS internal version; select the inserted MicroSD card as the driver; enter the device name, password, and confirm password; check WLAN network connection (check this option to connect the current computer to The connected WLAN information is copied to the operating system of the Raspberry Pi development board, eliminating the trouble of reconfiguration); at this point, the installation of the Windows 10 IoT operating system on the Raspberry Pi is completed.

As shown below:

Windows Device Portal:

Browser input tree in the same network environment The IP address of the Berry Pi and the port is 8080. After pressing Enter, you will be prompted to enter your username and password. The default user name is Administrator, and the password is the password set when burning the operating system. If you forget the password, you can only reinstall it. After successfully logging in, you will see detailed information about the current operating system of the Raspberry Pi development board, application management interface, setting default programs, and auto-start at boot.

Implementation

MQTT communication:

MQTT (Message Queuing Telemetry Transport) is an instant messaging protocol developed by IBM. After years of development, MQTT has been widely used in various fields. It can be used as a message push tool for mobile clients and accounts for a large proportion of Android applications. As a communication protocol specially designed for the Internet of Things, MQTT has the characteristics of working normally in low-bandwidth and unstable network environments. Its message delivery has three modes:

  1. At most once, message loss or duplication will occur. This mode is suitable for sensor-type data transmission. Even if the message is lost, Will send again soon.

  2. Only once, ensuring that the message arrives without duplicate data. It is suitable for systems that require accurate data, such as billing systems.

  3. At least once to ensure the message can arrive, but duplication may occur.

For the construction of MQTT server, please refer to:

For the use of MQTT under UWP, please refer to:

To use MQTT under UWP, you need to install the nuget package m2mqtt

Here I will post the MQTT connection code:

 public class Mqtt : MqttClient
    {public Mqtt(string host) : base(host, 61613, false, MqttSslProtocols.None)
        {
            Connect(Guid.NewGuid().ToString(), "admin", "password");
            Subscribe(new string[] { "atmo" }, new byte[] { MqttMsgBase.QOS_LEVEL_EXACTLY_ONCE });           // PostData("Hello World!");        } public void RequestData(string msg)
        {
            Publish("atmo", Encoding.UTF8.GetBytes(msg));
        }public void PostData(string msg)
        {
            Publish("atmo", Encoding.UTF8.GetBytes(msg));
        }
    }
Copy after login

Sqlite implementation:

To use Sqlite under UWP, you need to first install the VS extension Sqlite for Universal Windows Platform and the Nuget package SQLite .Net-PCL. For detailed usage of sqlite, please refer to:

The following is the Database class in this system:

  public class DataBase : SQLiteConnection
    {public static string path = Path.Combine(ApplicationData.Current.LocalFolder.Path, "atmo.db");public DataBase() : base(new SQLitePlatformWinRT(), path)
        {
            CreateTable<DataModel>();
        }
    }
Copy after login
INotifyPropertyChanged interface implementation

 public class ViewModelBase : INotifyPropertyChanged
    {public event PropertyChangedEventHandler PropertyChanged;protected void OnPropertyChanged([CallerMemberName]string name = "")
        {
            PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
        }
    }
Copy after login

Raspberry Pi GPIO diagram

Hardware connection diagram:

Sensor pin diagram:

Project address:

This project is not yet complete, everyone is welcome Supplements and corrections!

The above is the detailed content of Detailed introduction to Raspberry Pi (RPi). For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Retro trend! HMD and Heineken jointly launch flip phone: transparent shell design Retro trend! HMD and Heineken jointly launch flip phone: transparent shell design Apr 17, 2024 pm 06:50 PM

According to news on April 17, HMD teamed up with the well-known beer brand Heineken and the creative company Bodega to launch a unique flip phone - The Boring Phone. This phone is not only full of innovation in design, but also returns to nature in terms of functionality, aiming to lead people back to real interpersonal interactions and enjoy the pure time of drinking with friends. Boring mobile phone adopts a unique transparent flip design, showing a simple yet elegant aesthetic. It is equipped with a 2.8-inch QVGA display inside and a 1.77-inch display outside, providing users with a basic visual interaction experience. In terms of photography, although it is only equipped with a 30-megapixel camera, it is enough to handle simple daily tasks.

Starting at 649 yuan, Kubi Cube Xiaoku Tablet 2 Lite is here: 11-inch eye-protecting large screen + 8000mAh large battery Starting at 649 yuan, Kubi Cube Xiaoku Tablet 2 Lite is here: 11-inch eye-protecting large screen + 8000mAh large battery Mar 05, 2024 pm 05:34 PM

According to news on March 4, Kubi Rubik's Cube will launch the "Xiaoku Tablet 2Lite" tablet computer on March 5, with an initial price of 649 yuan. It is reported that the new tablet is equipped with Unisoc’s T606 processor, which uses a 12nm process and consists of two 1.6GHz ArmCortex-A75 CPUs and six ArmCortex-A55 processors. The screen uses a 10.95-inch IPS eye-protection screen with a resolution of 1280x800 and a brightness as high as 350 nits. In terms of imaging, Xiaoku Tablet 2Lite has a 13-megapixel main camera on the rear and a 5-megapixel selfie lens on the front. It also supports 4G Internet access/calls, Bluetooth 5.0, and Wi-Fi5. In addition, the official claimed that this tablet&l

ZTE 5G portable Wi-Fi U50S goes on sale for NT$899 at first launch: top speed 500Mbps ZTE 5G portable Wi-Fi U50S goes on sale for NT$899 at first launch: top speed 500Mbps Apr 26, 2024 pm 03:46 PM

According to news on April 26, ZTE’s 5G portable Wi-Fi U50S is now officially on sale, starting at 899 yuan. In terms of appearance design, ZTE U50S Portable Wi-Fi is simple and stylish, easy to hold and pack. Its size is 159/73/18mm and is easy to carry, allowing you to enjoy 5G high-speed network anytime and anywhere, achieving an unimpeded mobile office and entertainment experience. ZTE 5G portable Wi-Fi U50S supports the advanced Wi-Fi 6 protocol with a peak rate of up to 1800Mbps. It relies on the Snapdragon X55 high-performance 5G platform to provide users with an extremely fast network experience. Not only does it support the 5G dual-mode SA+NSA network environment and Sub-6GHz frequency band, the measured network speed can even reach an astonishing 500Mbps, which is easily satisfactory.

Teclast M50 Mini tablet is here: 8.7-inch IPS screen, 5000mAh battery Teclast M50 Mini tablet is here: 8.7-inch IPS screen, 5000mAh battery Apr 04, 2024 am 08:31 AM

According to news on April 3, Taipower’s upcoming M50 Mini tablet computer is a device with rich functions and powerful performance. This new 8-inch small tablet is equipped with an 8.7-inch IPS screen, providing users with an excellent visual experience. Its metal body design is not only beautiful but also enhances the durability of the device. In terms of performance, the M50Mini is equipped with the Unisoc T606 eight-core processor, which has two A75 cores and six A55 cores, ensuring a smooth and efficient running experience. At the same time, the tablet is also equipped with a 6GB+128GB storage solution and supports 8GB memory expansion, which meets users’ needs for storage and multi-tasking. In terms of battery life, M50Mini is equipped with a 5000mAh battery and supports Ty

Honor Magic V3 debuts AI defocus eye protection technology: effectively alleviates the development of myopia Honor Magic V3 debuts AI defocus eye protection technology: effectively alleviates the development of myopia Jul 18, 2024 am 09:27 AM

According to news on July 12, the Honor Magic V3 series was officially released today, equipped with the new Honor Vision Soothing Oasis eye protection screen. While the screen itself has high specifications and high quality, it also pioneered the introduction of AI active eye protection technology. It is reported that the traditional way to alleviate myopia is "myopia glasses". The power of myopia glasses is evenly distributed to ensure that the central area of ​​​​sight is imaged on the retina, but the peripheral area is imaged behind the retina. The retina senses that the image is behind, promoting the eye axis direction. grow later, thereby deepening the degree. At present, one of the main ways to alleviate the development of myopia is the "defocus lens". The central area has a normal power, and the peripheral area is adjusted through optical design partitions, so that the image in the peripheral area falls in front of the retina.

How to design the end page of ppt to be attractive enough How to design the end page of ppt to be attractive enough Mar 20, 2024 pm 12:30 PM

At work, ppt is an office software often used by professionals. A complete ppt must have a good ending page. Different professional requirements give different ppt production characteristics. Regarding the production of the end page, how can we design it more attractively? Let’s take a look at how to design the end page of ppt! The design of the ppt end page can be adjusted in terms of text and animation, and you can choose a simple or dazzling style according to your needs. Next, we will focus on how to use innovative expression methods to create a ppt end page that meets the requirements. So let’s start today’s tutorial. 1. For the production of the end page, any text in the picture can be used. The important thing about the end page is that it means that my presentation is over. 2. In addition to these words,

Huawei Pocket 2's first ultra-cooling three-dimensional cooling system: the overall thermal conductivity area is increased by 80% Huawei Pocket 2's first ultra-cooling three-dimensional cooling system: the overall thermal conductivity area is increased by 80% Feb 22, 2024 pm 08:04 PM

According to news on February 22, Huawei’s Pocket2 folding flagship officially debuted today. It adopts a smart body design and is available in four colors: Tahitian gray, rococo white, taro purple, and elegant black. According to reports, Huawei Pocket2 is the first ultra-cooling three-dimensional heat dissipation system, the industry's first mid-frame VC+ three-dimensional heat dissipation structure, and uses the industry's highest thermal conductivity graphene material, with an equivalent thermal conductivity of 1800W/m·K, and an 80% increase in the overall thermal conductivity area. Regarding the crease issue that everyone is concerned about, Huawei Pocket 2 is equipped with the industry's first basalt water drop hinge. The screen remains flat after long-term use, and the double-arm lever gear makes it easy to open and close. In terms of communications, Huawei Pocket 2 supports super-powerful Lingxi communications, and is the first small foldable phone to support two-way Beidou satellite messages. Hold

How to design a simple student course selection system in Java? How to design a simple student course selection system in Java? Nov 03, 2023 pm 06:10 PM

How to design a simple student course selection system in Java? The student course selection system plays a vital role in university education. The student course selection system not only helps students conveniently choose the courses they are interested in, but also helps the school manage student course selection and course arrangements. This article will introduce how to use Java language to design a simple student course selection system. 1. Demand analysis: First, we need to clarify the basic needs of the student course selection system. We need to implement the following functions: Student login: Students can log in using their own account and password

See all articles