Mastering ESP32: 12 Essential Tutorials Completed, Next Up is Advanced Tutorials

Mastering ESP32: 12 Essential Tutorials Completed, Next Up is Advanced Tutorials

Author: Xiao Yu, Layout: Xiao Yu WeChat Official Account: Chip Home (ID: chiphome-dy) Hello everyone, recently updated the series of tutorials on ESP32, a total of 12 articles covering the introduction of commonly used peripherals of ESP32, the basic tutorials have been completed, and next, there will be more WiFi, Bluetooth, screens, and sensors and … Read more

Build a Multifunctional E-Paper Display with Raspberry Pi Zero: Paper-pi

Build a Multifunctional E-Paper Display with Raspberry Pi Zero: Paper-pi

E-ink (E-paper) Display Functionality Introduction Paper-pi is a project that uses a 7.5-inch E-ink display to show various useful information, such as news, weather, cryptocurrency prices, subway status, and daily words. It utilizes low-power E-ink technology, allowing the screen to persistently display images without continuous power supply, showcasing great application potential. This display employs network … Read more

The Secrets Behind the Clevios HY E – The Foldable Touch Display

The Secrets Behind the Clevios HY E - The Foldable Touch Display

Having foldable smartphones, tablets, and televisions – the dream is almost within reach. To ensure the reliable operation of this new technology, it is now essential to use robust conductive materials in touch displays, such as the new material Clevios™HY E launched by Heraeus Electronic Chemicals, making the dream come true! To make displays foldable, … Read more

Transform Your Old Dummy Camera into a Wireless Image Transmitter

Transform Your Old Dummy Camera into a Wireless Image Transmitter

var __INLINE_SCRIPT__ = (function () { 'use strict'; function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); } // … (rest of the … Read more

5 Great Raspberry Pi Projects for Classroom Demonstrations

5 Great Raspberry Pi Projects for Classroom Demonstrations

1. Minecraft: Pi Source from Raspberry Pi Foundation. CC BY-SA 4.0[1] “Minecraft” is a game that almost every teenager loves, and it successfully captures the attention of young people, becoming one of the games that can inspire creativity among them. This Raspberry Pi version of Minecraft is not just a creative building game, but also … Read more

Beginners in Hardware: Should You Buy a Microcontroller or a Raspberry Pi?

Beginners in Hardware: Should You Buy a Microcontroller or a Raspberry Pi?

For beginners in electronics, there are now too many electronic technologies available for learning. Like other industries, the development of electronic technology has become more specialized and refined. The era of 8-bit microcontrollers like the 51 has long passed. Today, the microcontrollers you hear about are mainly 32-bit. In terms of program development, it has … Read more

Create a Stylish RGB Clock Using ESP8266

Create a Stylish RGB Clock Using ESP8266

Sharing a project to create a stylish RGB clock using ESP8266! This clock also features automatic brightness control and is equipped with a temperature sensor! Materials Preparation PCB ESP8266 or NodeMCU Jumper wires Soldering tools Step 1: Preparation Neo Pixel is an addressable LED, we can program it to display any color or number. Neo … Read more

DIY a Simple Tricycle Robot Car Based on ESP8266 Controlled by Smartphone

DIY a Simple Tricycle Robot Car Based on ESP8266 Controlled by Smartphone

Follow+Star public number, don’t miss wonderful content Project Author: ROBO HUB Translated article first published in: DF Maker Community This tutorial will show you how to make a simple robot car at home using basic electronic components. The car can be controlled via smartphone, and not limited to four directions.This is a very interesting project … Read more

Getting Started with Raspberry Pi GPIO: Lighting Up an LED

Getting Started with Raspberry Pi GPIO: Lighting Up an LED

In the world of electronics, lighting up an LED is often the first task for those learning Arduino or other microcontrollers, similar to the “Hello World” in C programming. This time, we will also try to light up an LED using the GPIO of the Raspberry Pi. 1. Understanding the GPIO of Raspberry Pi B … Read more

Introduction to FPGA: A Comprehensive Guide for Beginners

Introduction to FPGA: A Comprehensive Guide for Beginners

Spring has arrived, and everything is coming back to life. The dormant seeds and animals will start to grow in the warm and humid spring of the new year.We also plan to share new knowledge in the new year. Previously, our knowledge-sharing live broadcasts focused mainly on Infineon’s microcontrollers and intelligent vehicle competitions. Recently, we … Read more