Skip to content
View ArthurQiangLi's full-sized avatar

Highlights

  • Pro

Block or report ArthurQiangLi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ArthurQiangLi/README.md

Hi there πŸ‘‹

What are in my repositories? Two main catagories, 'Study' (Named as 'S03_xxx') repos mainly focus on gainning skill and my study notes, 'Work' (Named as 'W01_xxx') repos are completed work and projects.

Legends: βœ… = project is completed. ⏳= in progress. Others= not worth looking at.

1. Projects

  1. W16_Pi_Dashboard βœ…| A sun ruler + weather dashboard (Flask + pure html)
  2. S19_Nextjs_Blog_Website βœ… | A skeloton project for building a clean, 3-page personal blog website using Next.js.
  3. W13_SerialPlotWeb | Serial plot tool on a webpage
  4. W10_UWFE_Dashboard
  5. W02_FreeModbus_v2b βœ… | I rewrote the FreeModbus library in 2015, adding multi-master support.
  6. W17_FreeModbusTool | A free tool for modbus for serial(rtu&ascii) and eth ports.
  7. W21_USB_IAP βœ… | Update the system easily using a USB drive in a plug-and-play manner.

2. Embedded Engineering

  1. S03_Embedded_RTOS | Notes for using FreeRTOS and CMSIS
  2. S06_Control_Theory | Knowledge about most used control engineering theories
  3. S08_TCPIP_Lwip_EtherCat | Knowledge and tools about embedded ethernet interface
  4. S14_CAN_CANopen | Study of using CAN bus and CANopen protocol
  5. S18_TouchGFX | Steps to bring up TouchGFX

3. Languages and Coding

  1. W01_Coding Standard ⏳ |The coding standard I use
  2. W23_Dev_Environment | Materials for building development environment
  3. S22_Embedded_Cpp | Keypad.cpp and led.cpp to showcase Embedded Cpp usage
  4. S15_VSCode | Notes for using vscode efficently
  5. S20_Industrial_Standards | Industrial standards 'distillation' for a quick review
  6. S07_Python ⏳ | Notes, memos, and quick examples for python usage.
  7. S05_JavaScript ⏳ | Studying JavaScript
  8. S09_Git | Let's master Git/Github
  9. S04_Markdown_Latex ⏳ | Studying and using Markdown language
  10. S11_Website ⏳ | Studying html, css, js and framework like Flask and React.

Pinned Loading

  1. W17_FreeModbusTool W17_FreeModbusTool Public

    A free tool for modbus for serial(rtu&ascii) and eth ports.

  2. S09_Git S09_Git Public

    Learned about Git in 2012, but even a decade later, I still don't quite understand it. Let this repo finally help me master it

  3. S04_Markdown_Latex S04_Markdown_Latex Public

    Quick notes and memos about studying and using Markdown language

  4. S03_Embedded_RTOS S03_Embedded_RTOS Public

    Notes for using FreeRTOS and CMSIS

  5. W01_Coding_Standard W01_Coding_Standard Public

    My Coding Standard for fast and concise code writing.