You are on page 1of 9

The Development of Things

MS Hendriyawan A, S.T., M.Eng., Ph.D.


Things Development
• Hardware • Software
1. Sensor 1. Integrated Development
• Humidity Environment (IDE)
• Temperature • Arduino IDE
• Water/Air Quality • Atom
• etc • etc
2. Microcontroller Platform 2. Source Code
• Arduino • C/C++
• Raspberry Pi • Python
• etc • etc
3. Actuator 3. Simulator
• Servo • Wokwi
• LCD • Thinkercad
• Buzzer • Proteus
• etc • etc
Hardware Development
• Sensor Issue
1. Power Supply
• 3.3V or 5V or 12V
2. Interface
• Data Communication
• Data Interpretation
3. Error & Callibration
Hardware Development
• Sensor Interface
1. Analog
• Analog to Digital Conversion
2. Digital
• I2C (Inter Integrated Circuit)
• SPI (Serial Peripheral Interface)
• 1-Wire
• UART (Universal Asynchronous Rx Tx)
• etc
Hardware Development
• Sensor Error & Callibration
Hardware Development
• Actuator Issue
1. Power Supply
• 3.3V or 5V or 12V
2. Interface
• Data Communication
• Driver Requirement
Hardware Development
• Actuator Interface
1. Analog
• Digital to Analog Conversion
2. Digital
• On-Off
• PWM (Pulse Width Modulation)
• etc
Software Development
• Arduino IDE
Software Development
• Arduino Simulator
• Wokwi

You might also like