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.
UDP test based on STM32 and network chip W5200
Pulse electronic blood pressure monitor based on STM32 (schematic + program)
When the temperature is lower than the set threshold, the corresponding indicator light lights up and the corresponding relay is closed. The relay can drive the load (fan, refrigeration plate, heating tube, etc.). When the temperature is higher than the alarm value, the sound and light alarm will sound. The keys are setting keys, plus key and minus key. The alarm value and temperature control range can be set, the temperature measurement range is 0 to 99.9 degrees Celsius, and the accuracy is 0.1 degrees Celsius.
Flirting with jumper caps is a common practice on most boards, but not this board, which is designed to replace all those wires with an analog switch matrix. All one has to do is plug in the device and make a virtual connection on the accompanying GUI. There are also many built-in functions such as DAC and ADC, and the circuit can be switched under the prototype as needed. It also has some LEDs embedded in the breadboard area that light up and provide visual cues that they are connected to each other.
PocketSprite is more than just a small gaming device that clips to your keychain, it's an open source, powerful and mature hardware development platform.
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.
There is a risk of electric shock and fire with this project! Light bulbs are essential devices in our lives. Incandescent and fluorescent light bulbs are typical light bulbs for household lighting fixtures. For industrial and public purposes such as street lighting, large indoor lighting, sports field lighting and any outdoor activities, apart from these bulbs, HID (High Intensity Discharge) lamps are also widely used. Typical HID lamps used for this purpose are high pressure sodium, metal halide, and mercury lamps. The last one has been banned in 2021 by the Minamata Convention on Mercury. Fixtures with incandescent and fluorescent bulbs, long used for home lighting, became obsolete within 10 years of the widespread adoption of LED lights, and currently offer only replacement bulbs. Low-wattage HID lamps are also gradually being replaced by LED lamps. High-wattage HID lamps still dominate the mainstream of large-scale lighting because the advantages of LED lamps at this level are smaller. Like many LED geeks, I built an LED fixture because it was rare, but when it became commonplace it stopped being fun. On the other hand, my nostalgia for the disappearance of glass tubes from our lives increased and I started collecting HID lamps as a light bulb geek. However, having only light bulbs makes no sense. In order to light a HID lamp, a lamp ballast rated for each bulb is required. Therefore, I designed and built an electronic HID ballast that can light a variety of HID lamps.
This is an original work by netizen jiezhi320 who participated in the RT-Thread application competition. In 2015, jiezhi320 made a version of hardware based on stm32f405rgt6. However, due to the high CPU usage of the UKF algorithm, the author migrated it to imx-rt1052, in order to leave enough resources for everyone to develop in-depth for model friends.
The network card driver and LWIP protocol transplant program source code for the Ethernet communication module based on LPC2138 and DM9000AE written by myself.
MSP430 car solution includes Protel and source code. It includes electric car seesaw, simple smart electric car, suspension motion control system, and automatic round-trip electric car.
μSMUs are not meant to replace precision SMUs, but to complement them in cost-sensitive areas where accuracy is not required.
The portable soldering iron launched by PINE64 in the early days was based on the GD32 design. This time it was upgraded to the second generation product, which was changed to the domestically produced BL706. Its feature is that it supports low-power Bluetooth. The Bluetooth OTA upgrade function will be added to IronOS later. IronOS supports a variety of portable DC, QC, and PD powered soldering irons, and supports all standard functions of smart soldering irons.
mini-violin is an open source project for violin design, and the circuit schematic is quite simple. The ATtiny85 controls two LEDs and a piezo buzzer, in addition to a button to switch songs. What's particularly interesting is that the violin strings are connected to the analog inputs of the microcontroller so that they can be controlled by contacting conductive materials. Come play the violin.
This design mainly explains the circuit and software design of the node equipment, coordinator equipment and gateway equipment in the greenhouse, completes the front-end and back-end interaction between the web page and the WeChat applet, and completes the data transmission test and communication distance test.
Nowadays, almost all circuit boards use surface mount packaging, so I have always wanted to DIY a chip placement machine. After searching online for a long time, I finally decided to use the open source OpenPnP. The hardware and software are both open source.