Smart Sleep Environment Device Using Gizwits Gokit2.0 Development Board

Smart Sleep Environment Device Using Gizwits Gokit2.0 Development Board

Author: Ba He Yang, Source: Embedded Community【Gizwits Gokit2.0 Development Board Arduino Version】Review Activity.For more free evaluations of development boards and book previews, please scan the QR code at the end. IntroductionThis project uses the Gizwits Gokit2.0 development board to implement a smart sleep environment device, addressing the pain point of increasing sleep requirements in bedrooms … Read more

Prowler: A Powerful Distributed Network Vulnerability Scanner

Prowler: A Powerful Distributed Network Vulnerability Scanner

About Prowler Prowler is a powerful distributed network vulnerability scanner that can operate on a Raspberry Pi cluster. With this tool, researchers can easily perform security scans on target networks, collect device fingerprints, view open ports and common services, and conduct regular security vulnerability scans, among other tasks. Features The current version of Prowler supports … Read more

Creating a Personal Internet with Raspberry Pi: A Low-Cost Solution

Creating a Personal Internet with Raspberry Pi: A Low-Cost Solution

Recently, I came across a project called “Internet in a Box” which collects free resources from the internet, such as free courses and e-books, stores them on a large-capacity hard drive, and connects it to a Raspberry Pi to be donated to schools in underdeveloped countries. This allows students without access to the internet to … Read more

Detailed Tutorial on Creating a Desktop Clock with Raspberry Pi PICO

Detailed Tutorial on Creating a Desktop Clock with Raspberry Pi PICO

Code Repository 1. Gitee: https://gitee.com/yangkun_monster/clock.git 2. Github: https://github.com/pifan-open-source-community/clock.git Video Tutorial Address: Bilibili: Raspberry Pi Enthusiast Base, Play Pi VLOG Video VLOG Record: Bilibili: Play Pi VLOG 1. Overview Using Raspberry Pi PICO to create a desktop clock that displays year, month, day, hour, minute, second, week, temperature, and humidity. The clock can be divided into … Read more

Designing Modular Software Architecture for Embedded Systems

Designing Modular Software Architecture for Embedded Systems

Follow+Star Public Account, don’t miss wonderful content Source | Da Chengzi Crazy Embedded A good embedded project usually has a well-designed software architecture. Unless your project is just a simple lighting project. 1. Introduction Modular programming design refers to dividing a large program into several smaller program modules according to functionality during program design, with … Read more

The Rise and Fall of the Heterogeneous Quad-Core Processor: A Look at the Texas Instruments OMAP 4470

The Rise and Fall of the Heterogeneous Quad-Core Processor: A Look at the Texas Instruments OMAP 4470

Introduction: An Industry Pioneer Rarer than a ’10-Core’ Recently, we at Sanyi Life reviewed several models equipped with MediaTek’s 10-core CPU chips and re-tested these older phones using 2022’s testing software. At that time, we pointed out that while the design concept of ’10-core’ may have been misled by market competition, these flagship products did … Read more

Open Source GUI for Embedded Systems

Open Source GUI for Embedded Systems

When QT was acquired for 600 million dollars, it was shocking! Is the graphical interface really that valuable? µGUI is a free and open-source graphics library for embedded systems. It is platform-independent and can be easily ported to almost any microcontroller system. Source Code http://www.gitpp.com/plang/ugui-cn What is µGUI? µGUI is a free and open-source graphics … Read more