Build A Small Quadruped Robot Dog Based On ESP32

Build A Small Quadruped Robot Dog Based On ESP32

【Click the above「Blue Text」 to follow DF Maker Community and become a tech aesthetics enthusiast】 Since Boston Dynamics’ Spot, quadruped robot dogs have become very popular. The community previously shared a quadruped robot Pupper made with Raspberry Pi——《Can run, jump, and stroll, the little follower of Boston Dynamics Spot is here! Project is open source!》 … Read more

WiFi Smart Socket with Magnetic Latching Relay

WiFi Smart Socket with Magnetic Latching Relay

Project Name: WiFi Smart Socket with Magnetic Latching Relay Author: oldfox126 Introduction Yesterday’s article did not get much increase in views, but there was a lot of interaction in the comments section. I saw the enthusiasm of my true fans (freeloaders), so I decided to add more content today on the weekend. Despite being affected … Read more

Getting Started with ESP32 Using Arduino IDE

Getting Started with ESP32 Using Arduino IDE

Getting started with the ESP32 Wroom DevkitC V4 on Arduino IDE Introduction to ESP32 ESP32 is a series of low-cost, low-power microcontroller units with integrated Wi-Fi and dual-mode Bluetooth. The ESP32 series uses the Tensilica Xtensa LX6 microprocessor, which includes both dual-core and single-core versions, with built-in antenna switches, RF converters, power amplifiers, low-noise receive … Read more

Step-by-Step Guide to Building a Game Console with ESP32

Step-by-Step Guide to Building a Game Console with ESP32

▼Follow the WeChat public account by clicking the card below▼ 01 Introduction MicroByte is a micro console that can run games from NES, GameBoy, GameBoy Color, Game Gear, and Sega Master System, all designed within a 78 x 17 x 40 mm package. Despite its small size, it conforms to the layout of an SNES … Read more

MicroByte: DIY Retro Game Console Based on ESP32

MicroByte: DIY Retro Game Console Based on ESP32

MAKER: JuanF92/Translated by: Fun Endless Meeting is Just a First Encounter MicroByte is a mini console capable of running games from NES, GameBoy, GameBoy Color, Game Gear, and Sega Master System. All components are designed within this 78 x 17 x 40 mm package. Despite its small size, it conforms to the layout of the … Read more

DIY Game Console: This Young Man Made It!

DIY Game Console: This Young Man Made It!

👇👇Follow and reply “Join Group” to be added to the Programmer Group Chat👇👇 MAKER: JuanF92 / Translated by: Fun Endless, Meeting is Just the Beginning MicroByte is a micro console capable of running games from NES, GameBoy, GameBoy Color, Game Gear, and Sega Master System, all components designed within this 78 x 17 x 40 … Read more

Debugging ESP32 Startup Issues Caused by CH343

Debugging ESP32 Startup Issues Caused by CH343

*This article has been modified or fictionalized in certain “story” elements for various reasons. The “issues with a certain chip” mentioned in this article only describe the situation of my tested samples. At the end, there are two solutions and a summary. Recently, I designed an IoT device using the ESP32 as the main control … Read more

Smart Base Platform! Open Source IoT Platform

Smart Base Platform! Open Source IoT Platform

A comprehensive, intuitive, and user-friendly open-source IoT platform designed to help developers and businesses build complete and customizable IoT device management solutions. Source Code http://www.gitpp.com/robotroo/openremote-cn An intuitive, user-friendly 100% open-source IoT platform. You can build complete IoT device management solutions, including: device management and automatic configuration, asset type customization, automation through when, processes, JavaScript, and … Read more

IoT Platform: Supporting Millions of Connections on a Single Machine

IoT Platform: Supporting Millions of Connections on a Single Machine

Introduction to ThingLinks Platform ThingLinks adopts the Spring Cloud microservices architecture, a high-performance, high-throughput, and highly scalable IoT platform! A single machine can support millions of connections while supporting various protocol interactions and customizable extension features, as well as plugin development; it supports connecting massive devices and collecting device data to the cloud; it provides … Read more

Applications of Python in Embedded Systems: Programming IoT Devices

Applications of Python in Embedded Systems: Programming IoT Devices

In-depth exploration: In embedded systems, Python can be used to implement various complex functions. Here are some key areas of in-depth discussion: Hardware Interface Programming: GPIO Programming: Control LED, buttons, motors, etc. Serial Communication: Use the pyserial library to communicate with serial devices. I2C Communication: Use the smbus library to interact with I2C devices. Sensor … Read more