Introduction to Arduino: A Beginner’s Guide

After the start of the school year, the REI Robotics Club at Shenzhen Middle School will focus on embedded development (based on the Arduino platform) along with mechanical structure and modeling. What is Arduino? Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It includes hardware (various models of Arduino boards) and software … Read more

When Arduino Meets STM32

In the 21st century, technology has advanced rapidly. The microcontrollers in the hands of geeks have evolved from the old 51 and PIC to AVR and STM32, along with various convenient development tools, such as the once-popular Arduino. However, the Atmega328-based AVR microcontroller is still quite outdated, being almost 20 years old, while ARM is … Read more

Building a Core Raspberry Pi Router Server Without Code

This article comes from the Breadboard Community DIY Contest. If you have DIY works, feel free to share your electronic designs and win a DJI Drone! Creating a Core Raspberry Pi Router Server – A Lazy Person’s Guide to Smart Home Creation 1 Overview Typically, the concept of a smart home includes Xiaomi voice assistants, … Read more

Top 10 Raspberry Pi Projects for Beginners

Weather Station Without a doubt, we only need to look outside the window to know whether today’s weather is sunny or rainy. However, when you can accurately grasp today’s temperature, air pressure, wind speed, and even predict tomorrow’s weather details along with some additional factors, the fun is undeniable. In this technological field, the experience … Read more

Comprehensive Overview of Pop-Up Camera Modules

eWisetech is a service platform that integrates electronic disassembly and component analysis, and also includeseWisetech database that integrates various latest electronic devices and component databases. ICs, PCBs, connectors, and antennas can all be queried in the database. Since last year, due to the design of full-screen displays, front-facing cameras have gradually lost their place on … Read more

EMC Rectification Case Study: Camera Module

1Introduction With the development of technology and smart devices, machines are becoming increasingly intelligent. To make machines smarter, we have added “eyes” to them, allowing them to observe the world we live in and make decisions based on what they see. The “eyes” of smart machines are the cameras we are familiar with. However, the … Read more

Introduction to Arduino Platform

1. What is Arduino? Arduino is a set of tools that are better than your desktop computer for sensing and controlling the real physical world. It consists of a computer platform based on a simple microcontroller and an open-source development environment for programming Arduino boards. Arduino can be used to develop interactive products, as it … Read more