Building an IoT Image Transmission Control Crawler with Raspberry Pi and Node.js

Building an IoT Image Transmission Control Crawler with Raspberry Pi and Node.js

This article is contributed by float, introducing a remote-controlled car robot project based on the Raspberry Pi platform, supporting image transmission and remote control. The software part of the project is open source, and I recommend it to enthusiasts and Raspberry Pi lovers. The inspiration for the project comes from the main character Wall-E in … Read more

Remote HTML5 Transceiver with Python Server and Raspberry Pi

Remote HTML5 Transceiver with Python Server and Raspberry Pi

Universal Ham Radio Remote HTML5 interface, check out this cool project! Universal_HamRadio_Remote_HTML5 is an implementation of a Python server and HTML5 functions for obtaining a web-accessible interface for use in RX and TX with TRX. You can use the basic functions of the radio and some advanced features. Communication is done using your computer’s speakers … Read more

Remote Control of PLC Devices through Industrial IoT Gateways

Remote Control of PLC Devices through Industrial IoT Gateways

About Qicheng Qicheng Automation Training was established in 2012, focusing on training programs in Siemens PLC programming, system integration, industrial robot programming, EPLAN electrical design, and visual technology services. In 2016, we invested in building a craftsman talent network to recommend high-paying jobs, where the more you work hard, the luckier you become. The application … Read more

Remote Control Your Home Appliances with Raspberry Pi and Web Interface

Remote Control Your Home Appliances with Raspberry Pi and Web Interface

To avoid missing my updates, remember to check the public account in the upper right corner and set it as a star, and send me a star. With the help of the open-source hardware Raspberry Pi, we can design and implement our own smart home system.Being able to remotely control home appliances such as air … 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

Remote Control Door Lock Using Arduino and Infrared Technology

Remote Control Door Lock Using Arduino and Infrared Technology

Video Tutorial Lesson 12: Remote Control Door Lock: Infrared Control 1. Course Introduction This lesson explains the implementation method of infrared remote control and uses infrared remote control to create a remote control door lock. 2. Required Components Arduino UNO board, SG90 servo, infrared remote control kit, LED light. 3. Key Knowledge Points Principle and … Read more

Higher Requirements for Smart Home Power Modules

Higher Requirements for Smart Home Power Modules

Electronic Enthusiasts reported (by Huang Shanming) that today, there are a variety of smart home products with increasingly rich functions, which also places higher demands on the power modules used in them. Compared to ordinary home power modules, smart home power modules not only provide stable power output but also offer a smarter and more … Read more

Remote Control Module Accessing Camera Feed

Remote Control Module Accessing Camera Feed

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); } function _iterableToArray(iter) { if (typeof … Read more