Using OpenCV for Image Tracking and Face Recognition on Raspberry Pi

Using OpenCV for Image Tracking and Face Recognition on Raspberry Pi

Currently, we are widely soliciting contributions from everyone. Friends are welcome to submit articles to us, and you can receive corresponding remuneration. For detailed information, please click:Call for Papers. Recruitment: Looking for a friend with a deep understanding of deep learning to participate in the operation of the knowledge community and the arrangement of daily … Read more

Skycoin Darknet Project White Paper Draft

Skycoin Darknet Project White Paper Draft

Skycoin Darknet Anonymous Network Plan English version link: https://github.com/skycoin/whitepapers Chinese translation link: https://github.com/zccoin/skycoinwhitepapers Translator: Zhao Cai Coin Cold Moon Sina Weibo @Zhao Cai Coin Cold Moon BTC donation address: 1HLnkctB8dN4AcorjsJK493pHL7rUSVfzm ZCC donation address: ZVX7namJi8CinMQbFruzHA27eW53qTznXW Darknet Plan ============ Skycoin Darknet is a high-performance routing protocol inspired by cjdns, with privacy protection. Users earn skycoin by contributing … Read more

How to Implement Timelapse Photography with OctoPrint and 3D Printing

How to Implement Timelapse Photography with OctoPrint and 3D Printing

In previous articles, we have introduced cloud printing based on OctoPrint, and at the end of the article, we included a timelapse video. At that time, I was still exploring, but now I have a deeper understanding and would like to carefully introduce the specific implementation methods of timelapse photography to everyone. (PS: The premise … Read more

How to Create the Most Exquisite M5Pi (Open Source Code)

How to Create the Most Exquisite M5Pi (Open Source Code)

For students engaged in embedded development or those who enjoy DIY, they are often willing to tinker with various hardware and software. Today, I will share something from an embedded enthusiast – the M5Pi. What is M5Pi? M5Pi is an embedded Linux development board that I recently created and made open source. It is based … Read more

Choosing the Right Embedded Development Board: A Comparison of ESP32, STM32, Raspberry Pi, and Domestic Boards

Choosing the Right Embedded Development Board: A Comparison of ESP32, STM32, Raspberry Pi, and Domestic Boards

With the rapid development of technologies such as the Internet of Things and artificial intelligence, embedded development has received increasing attention. The plethora of development boards available on the market can overwhelm many novice developers, making it difficult to choose the right board. This article provides a detailed comparative analysis of ESP32, STM32, Raspberry Pi, … Read more

Building Your Bluetooth Music World with ESP32-A2DP

Building Your Bluetooth Music World with ESP32-A2DP

ESP32-A2DP is an open-source library based on the ESP32 microcontroller, providing a simple and easy-to-use API that allows the ESP32 to easily receive and send Bluetooth audio data, building your own Bluetooth music world. This article will detail the features, usage methods, and some application scenarios of ESP32-A2DP, helping you quickly get started and develop … Read more

In-depth Analysis of CMSIS-NN Neural Network Inference Library for ARM Cortex-M Series Chips

In-depth Analysis of CMSIS-NN Neural Network Inference Library for ARM Cortex-M Series Chips

CMSIS_NN Overview Paper Title: “CMSIS-NN: Efficient Neural Network Kernels for Arm Cortex-M CPUs”, 2018 Organization: ARM 0. Introduction CMSIS-NN is a neural network inference library for ARM Cortex-M series chips, designed for deploying neural networks on low-performance chips/architectures. 1. Convolution and Matrix Multiplication Using the 16-bit multiply-accumulate SIMD instruction, SMLAD. 1.1 __SXTB16 Data Extension Most … Read more

Simplifying ARM Cortex-M Microcontroller Development with pyOCD

Simplifying ARM Cortex-M Microcontroller Development with pyOCD

Simplifying ARM Cortex-M Microcontroller Development with pyOCD In embedded development, the choice of debugging and programming tools significantly impacts development efficiency. Today, I would like to introduce a powerful and easy-to-use open-source tool – pyOCD. It is specifically designed for programming and debugging ARM Cortex-M series microcontrollers, supporting multiple platforms to make the development process … Read more

×