14. W5100S/W5500+RP2040 Raspberry Pi Pico<NetBIOS>

Article directory 1 Introduction 2 Introduction 2.1 What is NetBIOS? 2.2 Advantages of NetBIOS 2.3 How NetBIOS works 2.4 NetBIOS application scenarios 3 WIZnet Ethernet chip 4 NetBIOS network setting example overview and usage 4.1 Flowchart 4.2 Core preparation work 4.3 Connection method 4.4 Main code overview 4.5 Results demonstration 5 things to note 6 […]

12. W5100S/W5500+RP2040 Raspberry Pi Pico<FTP Client>

Article directory 1 Introduction 2 Introduction 2.1 What is FTP? 2.2 Advantages of FTP 2.3 Client mode 2.4 Process of transferring files using FTP protocol 2.4 FTP application scenarios 3 WIZnet Ethernet chip 4 ARP network setting example overview and usage 4.1 Flowchart 4.2 Core preparation work 4.3 Connection method 4.4 Main code overview 4.5 […]

15. W5100S/W5500+RP2040 Raspberry Pi Pico<TFTP Client>

Article directory 1 Introduction 2 Introduction 2.1 What is TFTP? 2.2 Advantages of TFTP 2.3 Comparison between TFTP and FTP 2.4 TFTP application scenarios 3 WIZnet Ethernet chip 4 ARP network setting example overview and usage 4.1 Flowchart 4.2 Core preparation work 4.3 Connection method 4.4 Main code overview 4.5 Results demonstration 5 things to […]

14. W5100S/W5500+RP2040 Raspberry Pi Pico<NetBIOS>

Article directory 1 Introduction 2 Introduction 2.1 What is NetBIOS? 2.2 Advantages of NetBIOS 2.3 How NetBIOS works 2.4 NetBIOS application scenarios 3 WIZnet Ethernet chip 4 NetBIOS network setting example overview and usage 4.1 Flowchart 4.2 Core preparation work 4.3 Connection method 4.4 Main code overview 4.5 Results demonstration 5 things to note 6 […]

1. W5100S/W5500+RP2040 Raspberry Pi Pico<Static configuration network information>

Article directory 1 Introduction 2. Related network information 2.1 Introduction 2.2 Advantages 2.3 Application 3. WIZnet Ethernet chip 4. Static IP network setting example explanation and usage 4.1 Program flow chart 4.2 Test preparation 4.3 Connection method 4.4 Related code 4.5 Compile and burn 5. Precautions 1. Preface Starting from this chapter, we will use […]

miniconda configuration manual – basic configuration, initialization, management of virtual environments, and package operations

Table of Contents Preface The first step is to install the software. This step cannot be skipped. The second step is to configure the basic miniconda. This step mainly involves modifying the “.condarc” file. The third step is miniconda initialization. This step cannot be skipped. Step 4. Manage the virtual environment Step 5: Use the […]

vue integrates Gaode map, click the icon, the van-action-sheet pops up, and explore the issues in a flash

Code <van-action-sheet v-model=”sheetShow” title=””> <div class=”van-list-vol”> <van-col span=”3″> <div> <van-image style=”height: 40px; width: 40px” round :src=” hospital.orgUrl ? hospital.orgUrl : require(‘@/assets/images/icon/search_hospital.png’) ” /> </div> </van-col> <van-col span=”21″ style=”margin-bottom: 10px”> <div style=”display: flex; margin-bottom: 10px”> <h3 style=”margin: 0; padding: 0; flex-grow: 2″> <span>{<!– –>{ hospital.orgName }}</span> </h3> </div> <div> <label class=”radius-blue” v-if=”hospital.orgLevel”> {<!– –>{ lev[hospital.orgLevel] }}{<!– […]

2. W5100S/W5500+RP2040 Raspberry Pi Pico<DHCP>

Article directory 1 Introduction 2 Introduction 2.1 What is DHCP? 2.2 Why use DHCP? 2.3 How DHCP works 2.4 DHCP application scenarios 3 WIZnet Ethernet chip 4 DHCP network setting example overview and usage 4.1 Flowchart 4.2 Core preparation work 4.3 Connection method 4.4 Main code overview 4.5 Results demonstration 5 things to note 6 […]