CluonCV provides an implementation of state-of-the-art (SOTA) deep learning models in computer vision. It is designed for engineers, researchers and students to quickly prototype products and research ideas based on these models.
It is the first open source system to achieve 70+ mAP (75 mAP) on the COCO dataset and 80+ mAP (82.1 mAP) on the MPII dataset. To match poses corresponding to the same person in frames, an efficient online pose tracker called Pose Flow is also provided. It is the first open source online pose tracker to achieve 60+ mAP (66.5 mAP) and 50+ MOTA (58.3 MOTA) on the PoseTrack Challenge dataset. AlphaPose supports Linux and Windows.
Not only is it open source, the author also has a super-detailed record of the design process. The bandwidth of each analog channel is not reduced in order to reduce costs. Each channel has a bandwidth of 350MHz, and higher sampling rate support can be designed in the future. Thunderbolt USB4 interface, speed up to 1GB/s (8Gbps)
The biggest feature of testing the power consumption of IoT devices is the high dynamic range, a few uA in the sleep state and hundreds of mA in the transmitting state, and it supports dynamic switching of the measurement range. The open source power meter ZS1100A has a dynamic measurement range of 1uA to 1.5A, a resolution of 100nA, and an accuracy of 1% ± 200 nA, which is very good.
It adopts Qinheng's self-developed RISC-V microprocessor "Highland Barley V4" and integrates 2Mbps low-power Bluetooth on the chip. It is equipped with a blood oxygen and heart rate module, a nine-axis sensor, a motor drive module, a low-power touch detection module and a 0.96-inch high-definition IPS display to meet the application needs of general bracelets.
Open source material for the Arduino UNO Mini Limited Edition.
Just like piranha and mimosa, when your hand comes close to the petals, you can quickly close the 6 petals. It can be opened automatically after leaving~
This ESP32-based FPV car can stream video over Wi-Fi and only needs a small LiPo battery for power. It can be controlled remotely and accurately through any web browser.
Israeli network engineer Nir Huri invented an air pollution monitoring device based on ESP-32.
Using only one ESP32 chip, you can enjoy the nostalgic gaming experience brought by Atari 8-bit, NES and SMS game consoles on your TV.
Well-known maker Rossum shows us how to build an open source set-top box and connect it to an ESP32-based video streaming service.
Using the Edge Impulse platform, an embedded machine learning (ML) model is deployed on the ESP32-DevKitC-based sensor for temperature anomaly detection.
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.
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.
Recently, Sebastian Staacks, a physicist and development engineer from Germany, created a unique electronic guestbook for his brother's wedding. The guestbook is developed based on the ESP32 Wi-Fi module. All wedding guests can log in to a simple web interface through their mobile phones, enter text messages and upload pictures. Affected by the COVID-19 epidemic, some friends cannot be present, but they can express their greetings and blessings to the couple remotely through this guestbook.
SwarmDrive based on ESP32 has rich teaching documents, professionals and students can use it to easily learn various commutation algorithms and related knowledge of BLDC motors.
tCam-Mini is a small wireless thermal camera designed and developed by Dan Julio based on ESP32, which allows users to easily obtain and use radiation data through the Flir Lepton 3.5 sensor. It can obtain the temperature of each pixel and perform various types of thermal imaging analysis; it can also convert the data into color images to display the temperature and shape of the human body through thermal imaging.
The color screen projection assistant uses the tcp protocol to send the computer screen to esp32 for processing and display in real time, with a theoretical frame rate of more than 10 frames
Use the PIO plug-in of VSCode to directly open the project folder under the Code directory for compilation~
Modified from the ESP32 Arduino routine "CameraWebServer" 1. Treat ESP32 as a web server. You can see the camera monitoring screen and control it through browser access. 2. Mainly change the web page from English to Chinese and delete some functions. 3. Added control functions for servos, motors, relays, and LEDs. 4. Through this program, you can easily create a wireless reconnaissance robot with ESP32.