Smart Bin Project (based on ESP32C3)
Background Due to the unreliable mounting of the servo motor, the smart bin was decommissioned in Jan 2025,…
Background Due to the unreliable mounting of the servo motor, the smart bin was decommissioned in Jan 2025,…
Project-02 Objectives Explore the use of Free Real Time Operating System (FreeRTOS). Create Task 1 - to blink…
Purpose This project series is to study the capablilities of the ESP32 MCU family, with emphasise on C3…
Reference W3School - C++ Tutorial Create a Class To create a class, use the class keyword and end the class…
Reference W3School - C++ Tutorial Creating References A reference variable is a "reference" to an existing variable, and…
Reference W3School - C++ Tutorial Conditions check Support these conditional check: if elseelse if(condition) ? expressionTrue : expressFalseswitch…
Reference W3School - C++ Tutorial Data Types Data TypeSizeDescriptionbool1 byteStores true or false valueschar1 byteStores a single character/letter/number,…
Reference W3School - C++ Tutorial cout and cin cout is used to output (print) values. cin is a predefined variable…
Reference W3School - C++ Tutorial Constants When you do not want others (or yourself) to change existing variable…
Reference W3School - C++ Tutorial C++ Variables In C++, there are different types of variables (defined with different keywords), for…