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' repos mainly focus on gainning skill and my study notes, 'Work' repos are completed work and projects.

✅ = project is completed. ⏳= in progress. Others= not worth looking at.

Work Repos (Named as 'W01_xxx') Notes
W01_Coding Standard ⏳ The coding standard I use
W16_Pi_Dashboard ✅ A sun ruler + weather dashboard (Flask + pure html)
W10_UWFE_Dashboard A Dashboard UI for UWFE race cars
W02_FreeModbus_v2b I rewrited the FreeModbus lib in 2015
W17_FreeModbusTool A free tool for modbus for serial(rtu&ascii) and eth ports.
W13_SerialPlotWeb Serial plot tool on a webpage
Study Repos (Named as 'S03_xxx') Notes
S11_Website ⏳ Studying html, css, js and framework like Flask and React.
S07_Python ⏳ Notes, memos, and quick examples for python usage.
S05_JavaScript ⏳ Studying JavaScript
S15_VSCode Notes for using vscode efficently
S09_Git Let's master Git/Github
S04_Markdown_Latex ⏳ Studying and using Markdown language
S03_Embedded_RTOS Notes for using FreeRTOS and CMSIS
S06_Control_Theory Knowledge about most used control engineering theories
S08_TCPIP_Lwip_EtherCat Knowledge and tools about embedded ethernet interface
S14_CAN_CANopen Study of using CAN bus and CANopen protocol
S18_TouchGFX Steps to bring up TouchGFX

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.