10 Amazing Python Automation Scripts!

10 Amazing Python Automation Scripts!

Source丨Network /01/ Clipboard Manager Have you ever found yourself busy handling multiple text snippets and forgotten what you copied? Have you thought about having a tool that records everything you copy throughout the day? This automation script can monitor all the content you copy, seamlessly storing each copied text in a stylish graphical interface, so … Read more

VC++2010 Exam Operation Guide for Level 2 C/C++ Candidates

VC++2010 Exam Operation Guide for Level 2 C/C++ Candidates

1. In the exam interface, click on the candidate folder on the right side, double-click the directory of the first question’s proj1 file, then double-click the proj1.sln project file to automatically launch the VC++2010 environment. Expand the left side in order: proj1, source files, and open BLANK1.C to start solving the problem. 2. After answering … Read more

Console.trace: A Powerful Debugging Tool in JavaScript

Console.trace: A Powerful Debugging Tool in JavaScript

console.trace() is a very practical debugging tool that clearly displays the call stack information, helping developers quickly trace the execution path of the code and the function call chain. In real business scenarios, the use of console.trace() mainly focuses on problem troubleshooting and debugging work. Below are some typical real business usage scenarios, along with … Read more

Introduction to MPLAB® X IDE and MPLAB Harmony v3 for Atmel Studio and ASF Users

Introduction to MPLAB® X IDE and MPLAB Harmony v3 for Atmel Studio and ASF Users

Introduction to MPLAB® X IDE and MPLAB Harmony v3 for Atmel Studio and ASF Users Overview This document introduces the MPLAB® X Integrated Development Environment (IDE) and the MPLAB Harmony v3 framework, guiding users to get started with new tools and solutions suitable for 32-bit Arm® microcontrollers, and helping Atmel Studio, Atmel START, and ASF … Read more

Guide to Using TrueSTUDIO for STM32 (Plugins)

Guide to Using TrueSTUDIO for STM32 (Plugins)

TrueSTUDIO for STM32 is an integrated development environment for STM32 based on the Eclipse architecture. Now, let me introduce the plugins I am currently using. Plugin 1: STM32CubeMX STM32CubeMX can be embedded as a plugin in TrueSTUDIO for STM32. The specific operations are shown in the figures (1) and (2). Help (H) > Install New … Read more

Using STM32CubeIDE for M-Core Development on STM32MP157D-DK1

Using STM32CubeIDE for M-Core Development on STM32MP157D-DK1

Follow “Coder Loves Learning“, set the “Star Official Account“ Exclusive Content Delivered First! The STM32MP157 features an A7 core and an M4 core. Previous articles introduced some topics based on the A7 core. This article will cover the development of the M4 core and the use of STM32CubeIDE software during development. 1 Creating an LED … Read more

First Experience with STM32Cube IDE

First Experience with STM32Cube IDE

Let’s not introduce the functions of CubeMX, as it is commonly used and most should have experienced it. Now let’s directly experience the IDE. This is my first time using it without looking at any tutorials, just trying it out; apologies for any mistakes. Multiple code projects arranged together. Split screens can be positioned anywhere. … Read more

20 Essential Python Tips You Need to Know

Click on the above “Beginner’s Guide to Vision“, and choose to add “Star” or “Top“ Heavyweight content delivered promptly Source: https://medium.com Translation: Xiao Ma The readability and simplicity of Python are two major reasons for its popularity. This article introduces 20 common Python tips to enhance code readability and save you a lot of time. … Read more

Guide to Accessing China Telecom IoT Open Platform

Guide to Accessing China Telecom IoT Open Platform

Source: Internet of Things Space; organized and published by the “Chongqing Internet of Things Industry Association”. Overall Process for Connecting to China Telecom IoT Open Platform 1. Fill in Account Application on the Open Lab WeChat Official Account 2. Open Lab Activates SP Account for Testing Environment Platform 3. Enterprise Clients Log into the Open … Read more

Differences in Target Options Configuration in MDK-ARM Projects

Differences in Target Options Configuration in MDK-ARM Projects

Currently, many beginners learning STM32 are still using the “STM32xxx_StdPeriph_Lib” standard peripheral library. However, many friends do not understand the various Targets and their configurations in the projects after opening the library-provided projects. 1 Introduction The official ST-provided “standard peripheral library” contains example source code and project templates under the project folder, as shown in … Read more