This work, titled "Two Degrees of Freedom Pan-Tilt Robot Control Platform", implements a complete pan-tilt robot control platform. The system uses motion sensors as control handles to control the movement of the robot, and cooperates with the OLED screen to display the system's Current status. Using the control handle, you can control the movement of the vertical axis servo through forward and backward movements, and control the movement of the horizontal axis servo through rotation operations, thereby realizing two degrees of freedom control of the robot.
The nRF52840 MDK USB Dongle is a small, low-cost development platform implemented by the nRF52840 multi-protocol SoC in a convenient USB Dongle form factor.
Alan Wang, a maker from Taiwan, used the MAX7219 LED module, the ESP8266-based D1 micro development board and MicroPython to develop a small tool that can update COVID-19 data in various countries in real time.
Contains all design information
Satellite GPS path recorder based on STM32 (complete source code attached).
Contains all design information
Israeli network engineer Nir Huri invented an air pollution monitoring device based on ESP-32.
Using the Edge Impulse platform, an embedded machine learning (ML) model is deployed on the ESP32-DevKitC-based sensor for temperature anomaly detection.
Function description: 1. After power on, the LED light lights up, which means that the current light is in automatic control mode; 2. You can switch back and forth between automatic and manual modes through button K5; 3. In manual mode, buttons K2, K3, and K4 correspond to A light brightness; (unavailable when k1 is pressed) 4. In automatic mode, it must first detect someone before automatically controlling the brightness, otherwise the desk lamp will go out. You can block the light of the photoresistor, or use a flashlight to illuminate the photoresistor to simulate changes in lighting, so that you can see that the brightness of the desk lamp will change as the light intensity in the environment changes. The effect is that the weaker the light, the brighter the desk lamp. . If the human body sensor cannot detect anyone for 1 minute, the desk lamp will automatically turn off. (The photoresistor is behind the USB lamp); 5. Whether it is automatic mode or manual mode, the brightness is divided into 10 levels, and 0-9 is displayed on the LCD; 6. Set date and time: Press K1 (setting ) key, the cursor will flash at the displayed year position, indicating that the year can be adjusted at this time. If you need to adjust the year, press K3 (plus) and K4 (minus) to adjust the year. Then press the K2 (move) key, and the cursor will flash when the month position is displayed. The month can be adjusted in the same way. Press the K2 key again to set the day, hour, minute, and second respectively. 7. When approaching the ultrasonic wave, the buzzer will alarm.
Based on STM32 imitation Mitsubishi PLC design, including program and circuit diagram
The SOCORAD32, also known as the ESP32 Software Controlled Radio, is a professional grade hackable radio for amateur radio exploration, voice and data communications using simple AT commands. Just add a speaker and batteries and you've got a fully functional walkie-talkie. With a dedicated Push-to-Talk (PTT) button onboard, SOCORAD32 works right out of the box without touching a line of code!
UDP test based on STM32 and network chip W5200
The overall structure of this design is roughly composed of a main control module, a current signal sampling module, a power module and a serial port output module. In this article, the main control chip uses a microcontroller model STM32F103RC, which makes the structure as small as possible while ensuring the current sampling accuracy. It is as simple as possible, avoids complex and changeable circuit layout, is more convenient for PCB board production, and is relatively low-cost. Among them, in the design of the sampling conditioning circuit, a current transformer is used to sample the current signal.
Let’s see how to easily hack a remote control using ESP8266.
This design is designed for foot posture. Wrong running posture can be corrected through real-time prompts on the mobile phone APP, thereby solving various adverse consequences caused by incorrect running posture.
Pulse electronic blood pressure monitor based on STM32 (schematic + program)
Quark based on ESP32 is an open source electronic tool that integrates electronic measurement probes and debugging tools. It has a wireless connection function and can be connected to APP.
The network card driver and LWIP protocol transplant program source code for the Ethernet communication module based on LPC2138 and DM9000AE written by myself.