Getting Started with the ESP8266 Development Environment

Getting Started with the ESP8266 Development Environment

Today, I will introduce the development environment for ESP8266 and how to configure the VScode Arduino development environment. Our series of ESP8266 development is based on VScode, rather than using the Arduino IDE, which will be explained below. The ESP8266 module I am using is the ESP-12F, and the development board is similar to NodeMcu, … Read more

Optimizing Development Experience with Keil and VSCode

Optimizing Development Experience with Keil and VSCode

Click the blue text to follow us for great content Keil+VSCode Optimizing Development Experience Keil has strong development and debugging capabilities, but the code editing experience is poor. Many developers prefer to useKeil for compiling, debugging, and downloading, and useVSCode for code editing. 1)Install VSCode Download from the official website and, just install it directly. … Read more

Yocto Project Development Tools: A Guide

Yocto Project Development Tools: A Guide

Click the blue words to follow us Bui~’s new chapter will bring everyone some useful development tools, to save effort for the cows and horses, plow more fields, and pull more carts to improve efficiency and get off work early. The Yocto project is used to integrate resources to compile embedded Linux systems, such as … Read more

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