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

Getting Started with Raspberry Pi: A Beginner’s Guide

Getting Started with Raspberry Pi: A Beginner's Guide

I bought a monitor, but I didn’t read the description. It only had the display screen, and the electronic components were exposed. I spent some time making a case for it. I also made a bracket for easier debugging. Note that if you are using the latest Raspberry Pi system like I am, the HDMI … 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