Try   HackMD

NCKU ES Lux Project

tags:ES-Lux

材料清單

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

硬體設計

2020/10/23

直接按接ESP32晶片,能夠自動上傳程式,無須按boot

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

2020/10/26

接線圖

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

程式設計

Datatype

/* Split the http get message into parameters * The accepted format: * [Mode Type],[Start Time],[p1],[p2]....; * End with `;` * The limitaion length of parameter is defined as `META_PARAMETER_BUF_SIZE` * If the checksum failed, it will return 0. * * @Param: * m: the address of memory that requested data will be storage * s: the string to split * @Output: * len: the number of parameter received. */

Multicore