Created as a showcase project, AMAZE-28, the single-room summer house, was successfully constructed within 28 days on the grounds of the Kerala State Nirmithi Kendra. The 3D-printed building at the Kerala State Nirmithi Kendra in Thiruvananthapuram. (Photo: Shekunj) The inauguration of Kerala's inaugural 3D-printed structure, a 380-square-foot single-room summer house, is scheduled to take place on October 10 at the Kerala State Nirmithi Kendra (Kesnik) campus located in PTP Nagar, Thiruvananthapuram. Conceived as a showcase initiative, the summer house named AMAZE-28 was successfully finished within a mere 28 days. This impressive project was executed by Tvasta, a construction technology startup based in Chennai, founded by alumni of IIT-Madras, who have entered into a memorandum of understanding (MoU) with Kesnik. AMAZE-28 is perched upon a concrete foundation atop a gentle elevation within the Kesnik campus. Febi Varghese, the Director and Chief Executive Officer of...
Hello ! In the previous tutorial we have learnt, how to interface a seven segment LED display with Arduino and how to putting ON and OFF all the segment in a sequence. In this tutorial we will learn to display decimal numbers from 0 to 9. So, lets start here. For components requirements, circuit setup and to know more about seven segment LED display you can visit our previous tutorial - Seven Segment LED Display with Arduino : Part - I Circuit Diagram Circuit diagram is similar to previous one. The is only in coding part. So, lets discuss about code. CODING - To download complete code - CLICK HERE Now, lets discuss whole code part by part. This part is similar to previous tutorial, here we have just declare the output pins of Arduino with which each LED is connected. To display decimal numbers, here we need to define a function. We defined 'display_digit(int)' a function which will take an integer value and retur...