Three Exciting Python Easter Eggs in micro:bit

Three Exciting Python Easter Eggs in micro:bit

In many software applications, developers like to hide some easter eggs for users to discover, bringing some fun. Similarly, there are three hidden easter eggs in the micro:bit Python programs that are very interesting, and everyone can give them a try. First, we need to download a Python program to the micro:bit. You can use … Read more

Getting Started with ESP32-C3: Development Environment Setup

Getting Started with ESP32-C3: Development Environment Setup

Getting Started with ESP32-C3: Development Environment Setup 1. Introduction 2. Setting Up the Development Environment 2.1 Downloading the ESP-IDF Environment 2.2 Compiling the Code 2.3 Programming and Verification 3. ESP32-C3 LED Analysis 4. Using WiFi Functionality 5. Conclusion 1. Introduction The ESP32-C3 uses a chip based on the RISC-V architecture, which is currently focused on … Read more

A 20-Year Review of Embedded Systems Development

A 20-Year Review of Embedded Systems Development

Just like in any field of development, the development of embedded systems is like the ocean: the deep ocean currents are relatively stable, while beneath the seemingly calm surface, there may be raging undercurrents. Risking being submerged, I want to express that the foundation of today’s embedded systems development is basically akin to how engineers … Read more

Introduction to VxWorks 7 Technology

Introduction to VxWorks 7 Technology

VxWorks 7 is the next generation embedded real-time operating system, featuring a completely new architecture design, flexible component configuration, high reliability and security, and a rich set of third-party software packages, greatly facilitating user development and usage. This article provides a brief record of the features of VxWorks 7. VxWorks 7 Platform and Configuration The … Read more

Getting FreeRTOS Running on Your Board

Getting FreeRTOS Running on Your Board

Ⅰ Introduction To satisfy everyone’s curiosity, this article will describe several steps to get the FreeRTOS system running directly on the chip. Many details in the source code will be presented in the next article. A demo project that can be run directly will also be provided for everyone to modify and test conveniently. Why … Read more

Running FreeRTOS on ZYNQ SoC

Running FreeRTOS on ZYNQ SoC

Running FreeRTOS on ZYNQ SoC This project demonstrates how to get started with FreeRTOS on the Zynq SoC. Introduction The AMD Zynq SoC device combines the programmable logic structure of a typical FPGA with the processing power provided by an ARM processor core, serving as a platform for building various embedded system applications. Dedicated logic … Read more

Challenges and Opportunities in Embedded AI Technology

Challenges and Opportunities in Embedded AI Technology

This article is adapted from Lao Shang Kan Technology (WeChat ID: shangkeji) With the explosive launch of Apple’s iPhone X and Huawei Mate 10, media and capital have increasingly focused on embedded AI chips. On November 3, 2017, a grand industry event—the ThunderWorld 2017 Embedded Artificial Intelligence Technology Forum, gathering top AI technology experts from … Read more

Quick Start Guide to Embedded AI Application Development with the Jianan K510

Quick Start Guide to Embedded AI Application Development with the Jianan K510

The Baijun website’s quick start course on embedded AI application development is currently being serialized on Bilibili. Students can scan the QR code in the image below to learn the embedded AI application development course. The course is still being serialized, and the subsequent videos are expected to be updated next month. Course Introduction: This … Read more

13 Classic Projects for Rapid Android Development

13 Classic Projects for Rapid Android Development

[Reply to the official account with “1024” to receive a special push] Statement|This article is authorized for publication by codeGoogler, please do not reprint without permission Content 1. OkHttp – A framework that simplifies network requests Project address https://github.com/jeasonlzy/okhttp-OkGo 2. TwinklingRefreshLayout – A RefreshLayout with pull-to-refresh and load-more features, supports RecyclerView, AbsListView, ScrollView, WebView Project … Read more