Java Edge AI Inference: Deploying TensorFlow Lite on Raspberry Pi

Java Edge AI Inference: Deploying TensorFlow Lite on Raspberry Pi

Click the blue text to follow us Java Edge AI Inference: Deploying TensorFlow Lite on Raspberry Pi To be honest, when I first encountered edge AI, I completely went in the wrong direction. I thought that simply shrinking the model would allow it to run, but I ended up hitting a lot of pitfalls. At … Read more

How to Write Your Own .NET IoT Device Driver from Scratch

How to Write Your Own .NET IoT Device Driver from Scratch

This article will detail how to write a .NET IoT device driver from scratch using the NV3030B LCD device driver as an example. We will use the Raspberry Pi as the hardware platform and refer to the official .NET IoT Ili934x TFT LCD driver library. 1. Background In the previous article “Getting Started with .NET … Read more

Deployment Practice Test of DeepSeek-R1:7B on Raspberry Pi 5 with Hailo-8L and M2-HAT+

Deployment Practice Test of DeepSeek-R1:7B on Raspberry Pi 5 with Hailo-8L and M2-HAT+

I have recently been deeply involved in the research and development of LLM/SLM (Large Language Models/Small Language Models), covering areas such as agent development, RAG-enhanced retrieval, fine-tuning, model distillation, and MLOps. To expand the technical boundaries, I have simultaneously explored the field of edge AI, focusing on deployment practices on the Raspberry Pi 5 (equipped … Read more

What Can Raspberry Pi Do? The Raspberry Pi CM5 Industrial Computer Redefines Edge Nodes!

What Can Raspberry Pi Do? The Raspberry Pi CM5 Industrial Computer Redefines Edge Nodes!

Why Are Traditional Industrial Controllers Being Replaced? In today’s era of explosive growth in smart manufacturing and IoT, traditional PLCs face three major challenges: ❌ Computational Bottleneck: ARM Cortex-A series processors struggle to support edge AI inference ❌ Closed Connectivity: RS485/Modbus protocols have poor compatibility with emerging IT systems ❌ Maintenance Costs: Temperature limits of … Read more

Do You Need to Learn Embedded Programming for Art Installations?

Do You Need to Learn Embedded Programming for Art Installations?

First, let’s answer this question from the perspective of art installations. There are many tools or platforms involved in art installations, such as: Arduino, Raspberry Pi, 51 microcontroller, STM32 microcontroller, etc. Their advantage lies in the ability to DIY any installation, and many creative prototypes can be realized through different sensors.However, the devices mentioned above … Read more

MySensors: A Powerful Open Source IoT Platform for Building Sensor Networks

MySensors: A Powerful Open Source IoT Platform for Building Sensor Networks

In today’s rapidly advancing technology, smart homes and the Internet of Things (IoT) are entering our lives at an unprecedented pace. MySensors is an open-source hardware and software community dedicated to helping DIY enthusiasts build affordable and powerful smart sensors and actuators. In this article, we will delve into the core features, advantages of MySensors, … Read more

How to DIY an Edge Computing PLC with Raspberry Pi?

How to DIY an Edge Computing PLC with Raspberry Pi?

Search on WeChat Technical Training Editor’s Note: By chance, I learned that Raspberry Pi can also be related to PLCs in industrial applications, and there are some mature solutions. I found this quite interesting and thought it could be popularized. Thus, we have this series of articles today. Starting from today, we will successively publish … Read more

Exploring AI Dual-Thread Teaching Model at Guxian Primary School

Exploring AI Dual-Thread Teaching Model at Guxian Primary School

Artificial Intelligence Artificial intelligence is a term that many are familiar with. When people mention it, they often do not consider its specific connotation, treating it more as a synonym for information technology education, especially programming education. However, the term artificial intelligence cannot comprehensively represent the current state of information technology education. Information technology education … Read more

Connecting CSI Camera to Raspberry Pi with OpenCV

Connecting CSI Camera to Raspberry Pi with OpenCV

Click the above“Mechanical and Electronic Engineering Technology” to follow us My requirements: Raspberry Pi 3B+, operating system Raspbian-stretch, with both Python 2.7.13 and Python 3.5.3 versions. The CSI (Camera Serial Interface) camera is a common camera interface used in embedded systems or mobile devices. It is typically used for direct connection to processors or image … Read more