The Ultimate Guide to Raspberry Pi Versions

The Ultimate Guide to Raspberry Pi Versions

The Raspberry Pi is a tiny computer designed for learning computer programming, roughly the size of a credit card. Since its launch, it has been embraced by many computer enthusiasts and makers. There have been over 10 different versions since the first Raspberry Pi was released, ranging from the storage stick-sized Zero series to the … Read more

Top 10 Raspberry Pi Projects of 2019

Top 10 Raspberry Pi Projects of 2019

EETOP focuses on chips and microelectronics. Click on the blue text above to follow us. Recently, the Raspberry Pi community selected the top Raspberry Pi projects of 2019. This includes: a cheese toasting machine, a robotic arm, a hologram generator, etc. Remote-controlled robotic arm for hazardous areas Engineering student Loeliger created a robotic arm that … Read more

Revitalize Your Raspberry Pi: Expert Guidance to Bring It Back to Life!

Revitalize Your Raspberry Pi: Expert Guidance to Bring It Back to Life!

Raspberry Pi is very useful, do you really know how to use it? How many Raspberry Pis are collecting dust because they can’t be figured out? In the upcoming June Digi-Key and DFRobot are invited to collaborate with a group of technical experts to share with you through 8 technical themed video lectures the various … Read more

Ultimate Raspberry Pi Smart Mirror Projects You Need to Know

Ultimate Raspberry Pi Smart Mirror Projects You Need to Know

Hey, everyone! Today I’m sharing some amazing Raspberry Pi smart mirror projects. This link contains 8 of the best Raspberry Pi smart mirror projects we’ve seen so far. Each project has its unique charm and creativity. Whether you are a tech enthusiast or a DIY lover, these Raspberry Pi smart mirror projects are definitely worth … Read more

Choosing the Right Raspberry Pi and Installing Its Operating System for Beginners

Choosing the Right Raspberry Pi and Installing Its Operating System for Beginners

Background: Playing with microcontrollers seems too limited nowadays, this article discusses the Raspberry Pi. This article has two goals: 1. Which Raspberry Pi should beginners choose in 2020; 2. Which operating system to install on the Raspberry Pi and how to do it. Difference Between Raspberry Pi and Microcontrollers Let’s discuss the differences from the … Read more

How to Upgrade Raspberry Pi Operating System from Bullseye to Bookworm

How to Upgrade Raspberry Pi Operating System from Bullseye to Bookworm

Sometimes, for various reasons, we need to upgrade the system, such as when the old version is no longer maintained, has many vulnerabilities, or some software requires the latest version of the system. If there are no important software and data in the current system, the simplest way is to format the SD card and … Read more

Running VxWorks 7 on Raspberry Pi 3B/3B+

Running VxWorks 7 on Raspberry Pi 3B/3B+

Introduction The VxWorks 7 SDK is a development environment specifically designed for VxWorks application developers, including the following features: Standard cross-compilation tools based on clang/LLVM for building downloadable kernel modules (DKM) and RTP (real-time process) applications Simplified build management: makefile, cmake, roll-your own Target/architecture specific: includes a generic VxWorks kernel that can be booted on … Read more

Raspberry Pi – Tutorial for Implementing UDP Transmission with Qt

Raspberry Pi - Tutorial for Implementing UDP Transmission with Qt

What is UDP My personal understanding of UP is a connectionless protocol. Before transmitting data, the receiving and sending ends do not establish a connection. When it wants to send, it simply grabs the data from the application and throws it onto the network as quickly as possible. Simple to use, fast, but does not … Read more