HugoPeng

@HugoPeng

Joined on Aug 13, 2023

  • 參考文獻 VS Code Getting Start Install Visual Studio Code VS code Install Python 下載並安裝Python。 於 Extensions 搜尋 phthon,並安裝以下擴充件。
     Like  Bookmark
  • 參考文獻 Node-Red Publish MQTT Server 系統架構 架構 Wifi 環境確認 獲取Windows Wifi Slave IPv4位置 wifi ip
     Like  Bookmark
  • 參考資料 [Node-RED] 安裝 MQTT 伺服器 如何將連接埠新增至 Windows 防火牆 的例外清單? 阿好伯陪你一起玩 Node-Red 與 MQTT相關資料 Install mosquitto mosquitto download Enable mosquitto 啟用 Mosquitto,並確認狀態為執行中。
     Like  Bookmark
  • 參考文獻 FreeRTOS on ESP32 ESP32使用双核FreeRTOS和Arduino环境 ESP32從入門到進階 ESP32居家應用 160+ ESP32 Projects, Tutorials and Guides with Arduino IDE ESP32應用 “platformio.ini” (Project Configuration File) VSCode ESP-IDF Extension vsdcode esp-idf插件安装
     Like  Bookmark
  • 參考資料 https://help.aliyun.com/zh/iot/developer-reference/install-the-eclipse-development-environment https://packages.msys2.org/package/mingw-w64-x86_64-arm-none-eabi-gcc https://packages.msys2.org/package/mingw-w64-x86_64-qemu?repo=mingw64 Install MSYS2 https://www.msys2.org/ updata MSYS2
     Like  Bookmark
  • contributed by < ShinWeiPeng > 開發環境 $ gcc --version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ lscpu
     Like  Bookmark
  • 參考文獻 Windows 右键菜单打开MSYS-MinGW NotePad++ - 安装和配置C/C++开发插件 安裝MSYS2 Eclipse use minGW entry Debug mode 新建處理文件 於C:\msys64\mingw64新增mingw64.bat
     Like  Bookmark
  • 參考文獻 Windows 10 安裝 WSL1、WSL2(手動安裝) 如何使用 WSL 在 Windows 上安裝 Linux 舊版 WSL 的手動安裝步驟 開啟WSL、虛擬機器平台功能 開啟後會重開機 1 更新WSL
     Like  Bookmark
  • 參考文獻 https://beta.hackfoldr.org/arm/https%253A%252F%252Fdocs.google.com%252Fdocument%252Fd%252F1Ygl6cEGPXUffhTJE0K6B8zEtGmIuIdCjlZBkFlijUaE%252Fedit https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa https://blog.csdn.net/qq_40839071/article/details/114700646 https://installati.one/install-openocd-ubuntu-20-04/ https://blog.csdn.net/wxh0000mm/article/details/108583496 安裝編譯器 sudo apt-get install gcc-arm-none-eabi arm-none-eabi-gcc -v
     Like  Bookmark
  • https://hackmd.io/@sysprog/binary-representation#%E8%A7%A3%E8%AE%80%E8%A8%88%E7%AE%97%E6%A9%9F%E7%B7%A8%E7%A2%BC NOT operator x = ~x 一補數、二補數 單位元為0,對應到10進制正負換算 x = ~x + 1 // x = -x 一補數(無號數/有號數) 二補數(無號數/有號數)
     Like  Bookmark
  • 教學影片 www.youtube.com/watch?v=qIGlFxP3qeg&ab_channel=javafrm 官方網址:https://github.com/mstorsjo/llvm-mingw/releases 解壓縮後放置你想要的位置 開啟環境變數 於系統變數的PATH變數新增安裝路徑,路經需增加"檔案位置\bin"及"檔案位置"
     Like  Bookmark
  • :::danger 標題應提及你的 GitHub 帳號名稱,留意細節。 :notes: jserv ::: 測驗α 延伸問題一: step 1 - 插入0~98亂數100個 for (int i = 0; i < 100; ++i) treeint_insert(rand() % 99);
     Like  Bookmark