Configuring MinGW in VSCode for C Language

Configuring MinGW in VSCode for C Language

C Language Editor VSCode VSCode is a personal favorite editor software. I have run three terminals simultaneously in VSCode, developing in Python, Golang, and C language. The download link is as follows: code.visualstudio.com Configuring MinGW in VSCode To configure MinGW in VSCode, follow these steps: Install the C/C++ extension from the extensions in VSCode; Create … Read more

Setting Up An Embedded Linux Development Environment on Ubuntu

Setting Up An Embedded Linux Development Environment on Ubuntu

Baibai Network has created a complete Ubuntu image, which can be downloaded from here: Link: https://pan.baidu.com/s/1vw4VUV_Mvt0HXz8IC66ACg Extraction code: iftb We are also starting to teach driver basics using a pure Ubuntu environment for free starting from (2022.10.17). If you are using our Ubuntu image, you can skip the content in chapters 1 to 6 and … Read more

Python Simulator for micro:bit and Circuit Playground Express

Python Simulator for micro:bit and Circuit Playground Express

Device Simulator Express is a programming extension for VSCode that allows you to simulate and debug Python programs for the Circuit Playground Express (CPX) or BBC micro:bit without hardware. Additionally, you can observe the device’s output through the serial port. Device Simulator Express has similar functionalities to the device simulator in MakeCode, but it is … Read more

Exploring the ESP32: A Powerful Chip for Developers

Exploring the ESP32: A Powerful Chip for Developers

Recently, I have seen an increasing amount of technical content about the ESP32. I have also written many articles about the ESP32. Compared to domestic developers, “of course, many domestic developers spend their time working overtime and do not have much time to deal with these“, many tech enthusiasts abroad love to use the ESP32 … Read more

Using code-server in Browser on OpenWrt (NanoPi For NAS All In One R4S)

Using code-server in Browser on OpenWrt (NanoPi For NAS All In One R4S)

NO.1 Introduction to code-server GitHub address https://github.com/coder/code-server Documentation address https://coder.com/docs/code-server/latest VS Code in Browser Run VS Code anywhere on any machine and access it through the browser NO.2 Usage Scenarios Not very accustomed to the visual panel operation of Docker on OpenWrt Although all necessary variables are present and translated into Chinese, simple images can … Read more