BioCV TinyML Emerges, Smart Terminals Take Flight

BioCV TinyML Emerges, Smart Terminals Take Flight

Recently, at the Entropy Technology Partner Conference 2025 held in Hangzhou, Entropy Technologyreleased the world’s first “BioCV TinyML Multimodal Model Technology Application White Paper”. This white paper not only encapsulates the wisdom and efforts of the Entropy Technology R&D team but also marks a significant technological breakthrough in edge AI model optimization and low-power computing, … Read more

The Edge AI Race: Frenzied Acquisitions

The Edge AI Race: Frenzied Acquisitions

Recently, the news of STMicroelectronics’ (ST) acquisition of the Canadian AI startup Deeplite has attracted industry attention.Deeplite claims to be the DeepSeek of edge AI, with unique technologies in model optimization, quantization, and compression that enable AI large models to run faster, smaller, and more energy-efficiently on edge devices. Since DeepSeek popularized distilled models, more … Read more

The Future of Edge AI: TinyML, 5G, and Collaborative Computing Are Coming

The Future of Edge AI: TinyML, 5G, and Collaborative Computing Are Coming

Intelligence is getting closer to us, not just “nearby”, butface-to-face that close. The smart watch on your wrist, the robotic vacuum cleaner, or even a surveillance camera may be running a lightweight AI model behind the scenes. No longer should we think that AI can only exist in the cloud, relying on powerful GPUs; it … Read more

Integrating Intelligence Throughout Humanoid Robots: A Domestic MCU Company’s Exploration of MCU+AI (TinyML)

Integrating Intelligence Throughout Humanoid Robots: A Domestic MCU Company's Exploration of MCU+AI (TinyML)

According to a report by Electronic Enthusiasts (Author: Wu Zipeng), when developing humanoid robot solutions, most people equate the intelligence capabilities of robots with AI large models. With high-performance AI chips paired with AI large models, the intelligence level of humanoid robots has significantly improved. However, AI large models are primarily used for high-level intelligent … Read more

ArduTFLite: An Arduino-Style TensorFlow Lite Micro Library

ArduTFLite: An Arduino-Style TensorFlow Lite Micro Library

ArduTFLite——Arduino-style TensorFlow Lite Micro library ArduTFLite library simplifies the use of TensorFlow Lite Micro on Arduino boards, providing a typical Arduino-style API. It avoids the use of pointers or other C++ syntax structures that are discouraged in Arduino sketches. ArduTFLite serves as a wrapper for the Chirale_TensorFlowLite library, which is a port of the official … Read more

Big Investments in Edge AI: Semiconductor Giants Targeting Star Companies in Edge AI and On-Device AI

Big Investments in Edge AI: Semiconductor Giants Targeting Star Companies in Edge AI and On-Device AI

Author: Sophia IoT Think Tank Original As generative artificial intelligence stirs a global technological wave, another, more “low-key” yet equally critical technological direction is quietly rising: Edge AI, or as it is popularly known this year, On-Device AI. If Edge AI focuses on the decentralization of computing resources, then On-Device AI primarily involves the direct … Read more

TinyML Breakthrough: Deploying 1KB Models with MicroTVM on LoRa

TinyML Breakthrough: Deploying 1KB Models with MicroTVM on LoRa

Hey, recently I’ve been tinkering with something fun — running machine learning on those tiny IoT devices! Seeing the number “1KB”, many people shake their heads: how is that possible? Indeed, a high-definition photo takes several MB, so where’s the magic that allows AI to fit into such a tiny space? Actually, TinyML is such … Read more

Using TinyML on Arduino IDE: The DeepC Framework Perfectly Adapts to Arduino

Using TinyML on Arduino IDE: The DeepC Framework Perfectly Adapts to Arduino

In recent years, artificial intelligence technology has developed rapidly, but its powerful computing capabilities often rely on cloud servers. This poses a significant challenge for resource-constrained embedded devices. However, the rise of TinyML (Tiny Machine Learning) technology brings new hope: enabling resource-limited microcontrollers to run deep learning models! This article will take you into the … Read more

Practical Edge AI with Python: From TinyML to NVIDIA Jetson for Edge Intelligence

Practical Edge AI with Python: From TinyML to NVIDIA Jetson for Edge Intelligence

1. Evolution of Edge AI Technology From TinyML microcontroller-level inference to NVIDIA Jetson GPU-accelerated computing, the edge AI technology stack achieves a balance between computing power and power consumption. This tutorial covers the entire link of model lightweighting → real-time inference → offline deployment, focusing on solving core challenges such as model compression, hardware heterogeneity, … Read more

Edge AI: Three Memory Compression Techniques for Deploying TinyML with MicroPython

Edge AI: Three Memory Compression Techniques for Deploying TinyML with MicroPython

Edge AI: Three Memory Compression Techniques for Deploying TinyML with MicroPython To be honest, when I first tried to run a neural network on the ESP32, I was almost driven to madness. 256KB of RAM? Are you serious? That 5MB model I trained on Colab was completely out of the question. However, after experimenting over … Read more