Asee peer logo
Displaying 1 result
Conference Session
Biological and Agricultural Engineering Division (BAE) Technical Session 1
Collection
2025 ASEE Annual Conference & Exposition
Authors
Woongbin Park, Purdue University; Yunjin Lim, Korea Institute for Curriculum and Evaluation; Jung Han, Purdue University; Hyeree Cho, Purdue University; Seokyoung Kwon; Juhyun Kim, Seoul Metropolitan Office of Education
Tagged Divisions
Biological and Agricultural Engineering Division (BAE)
, which utilized aC/C++ language-based IDE (integrated development environment) platform. Arduino served asthe main controller, and basic algorithms and code samples are shown in Fig 2 and 3. For userconvenience, the system displayed overall status messages on the LCD monitor. A continuousloop syntax controls the data from the temperature and humidity sensors, soil moisture sensor,and light sensor. When specific thresholds were exceeded or errors occurred, the actuatorsresponded accordingly. Fig 2. The Algorithm of SMART Farm Kit #include void loop() { if(psoil < 20) { #include float h = dht.readHumidity(); analogWrite