Real-time Image Transmission Using ESP32-S3 Camera and MicroPython

Real-time Image Transmission Using ESP32-S3 Camera and MicroPython

Click the blue text above to follow us The previous note “ESP32-S3 Camera Captures Photos at 1600X1200 Resolution” implemented capturing a high-resolution photo using the camera. This time, we will use the camera to achieve real-time image transmission on a webpage. 1.Web Image Transmission Effect ESP32-S3 calls the camera to transmit the captured image in … Read more

Will ESP32 Replace STM32 in the Embedded Market?

Will ESP32 Replace STM32 in the Embedded Market?

Click the blue font above to follow us ESP32 and STM32 have significant differences in hardware characteristics, market positioning, and development ecosystems. STM32 has a strong position in the embedded control field due to its industrial control and real-time requirements, while ESP32 excels in the IoT field with its wireless communication capabilities and cost-effectiveness. In … Read more

Three Common Architectures in Embedded Software Development

Three Common Architectures in Embedded Software Development

Click the image below to search【Internet of Things】 to get many practical IoT projects prepared for you. Microcontroller programs are familiar to everyone, but few actually consider the architecture. With the increasing number of programs being developed, architecture is very necessary. The architecture of applications can be roughly categorized into three types: 1. Simple front … Read more

Building an IoT System Based on Arduino and IoT Cloud Platform

Building an IoT System Based on Arduino and IoT Cloud Platform

Source: csdn In this article, we will introduce how to build an IoT system that monitors soil moisture and alerts users when the soil is dry. This project uses the IoT cloud platform (http://t.cn/RJGCFD1) to manage the alert system while storing data from sensors. As we all know, the Internet of Things is one of … Read more

Raspberry Pi vs Arduino: Which One is Right for You?

Raspberry Pi vs Arduino: Which One is Right for You?

Background In the field of embedded systems, Raspberry Pi and Arduino Uno are two popular open-source hardware platforms. They each have their own advantages and applicable scenarios, so when choosing the right platform, some factors need to be considered. Raspberry Pi The Raspberry Pi is a single-board computer based on ARM architecture, equipped with components … Read more

ESP32-CAM Development with App Inventor: A Comprehensive Guide

ESP32-CAM Development with App Inventor: A Comprehensive Guide

( This content is related to IoT technology and is not related to Rhino modeling software.) This summary, while focused on the ESP32-CAM and remote video, is a template approach to IoT development, allowing for many projects through variations. It involves hardware programming and Android development. The content itself is derived from fragmented prior research … Read more

Choosing Between Raspberry Pi and Arduino: Which One Should You Pick?

Choosing Between Raspberry Pi and Arduino: Which One Should You Pick?

Arduino and Raspberry Pi, which of these popular development boards should you choose? There is no correct answer to this question; it really depends on your needs. For Raspberry Pi, due to its stronger computing power and the fact that it runs on a Linux operating system, it can be used to develop popular programming … Read more

Can China Foster Open Source Hardware Innovations Like Arduino and RISC-V?

Can China Foster Open Source Hardware Innovations Like Arduino and RISC-V?

Embedded Linux QQ Group: 175159209, enthusiasts are welcome to join and discuss technical issues! Linux, Apache, MySQL, and even Android are well-known in the tech industry, but can open source hardware become as popular as software? Arduino is just a development board; can chip design also adopt an open source model? Known for its open … Read more

Arduino Programming Basics Course for Designers

Arduino Programming Basics Course for Designers

This course is specially designed for design students without a CS background, aiming to master basic IOT (C-Arduino). It is committed to combining creativity and technology through continuous learning, exploring the boundaries and design value of Human-Computer Interaction (HCI). The course will focus on how to quickly learn and master the Arduino programming language and … Read more

RK3566 and RK3568 Hardware Reference Design Sharing: Schematics, PCB, and Data Manuals

RK3566 and RK3568 Hardware Reference Design Sharing: Schematics, PCB, and Data Manuals

RK3566 and RK3568 are Rockchip’s latest AIoT processors, equipped with four Arm Cortex-A55 cores, Mali-G52 GPU, and rich peripherals, manufactured using a 22nm process technology, supporting Android 11 and Linux systems. RK3566 is mainly aimed at consumer electronics such as tablets and e-readers. RK3568 is mainly aimed at the industrial application market, such as video … Read more