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 rewrote the FreeModbus library in 2015, adding multi-master support. |
W17_FreeModbusTool | A free tool for modbus for serial(rtu&ascii) and eth ports. |
W13_SerialPlotWeb | Serial plot tool on a webpage |
W21_USB_IAP β | Update the system easily using a USB drive in a plug-and-play manner. |
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 |
S19_Nextjs_Blog_Website β | A skeloton project for building a clean, 3-page personal blog website using Next.js. |