Category Archives: Education

Workshop Idea Generation with LittleBits

Monday I give a Littlebits-workshop for students doing a project on “Design for Specific Users”. We are going to practice building small, interactive circuits. Aim is to investigate design possibilities in the idea phase of the design process and quickly try-out different directions for idea’s. Students are encouraged to experiment freely by building circuits, mixing inputs … Continue reading Workshop Idea Generation with LittleBits

Build a distance-sensor with LittleBits

By utilizing the Arduino-bit and the Proto-bit, all kinds of electronic circuits and components can be connected to a Littlebits circuit. In this example, we connect an Ultrasonic sensor to the Arduino-bit with the Proto-bit. The distance measured by the Ultrasonic sensor will be displayed on the Number-bit. This example is based on the Bat … Continue reading Build a distance-sensor with LittleBits

Embodied interaction with LittleBits

Tomorrow I give a Littlebits-workshop for students following the course “Embodied interaction”. We are going to build small, sensory action-reaction type of circuits which are worn by the participants. Aim is that every participant has an output and an input-circuit on his/her body. While walking around, the circuits may trigger reactions on the other participants output circuits. … Continue reading Embodied interaction with LittleBits

Project ‘Virtual Product Development’ – sites presented as part of Digital explanation

Updated June 13, 2024 Below are some examples of partial results of the Digital explanation which where presented as a result of the Project ‘Virtual Product Development’ from Industrial Design Engineering. Some site may require a local connection to the UT network or are VPN only (you might need a VPN connection to see these). 2023: … Continue reading Project ‘Virtual Product Development’ – sites presented as part of Digital explanation

Add RFID identification to a Java application

This example presumes you already have some basic knowledge about Arduino and programming Java applications with Eclipse. If you have an RFID reader module attached to your computer (via a USB serial connection) you can read RFID data from a Java application. For instance, you can use the unique id (Card UID) to identify something or … Continue reading Add RFID identification to a Java application

Build an RFID reader with Arduino and the RC522 RFID module

The RC522 RFID module is a cheap module which comes with a card and a dongle.You can buy it at our local electronics shop the STORES for a few euro’s (search for ‘rfid’ in the price list). Or buy it here. Only thing you have to do before you can use it is solder the … Continue reading Build an RFID reader with Arduino and the RC522 RFID module

Remote control a catapult with an App build with App Inventor

In this previous article we learned how to build an App with App Inventor and connect it to a Lego Mindstorms NXT. Now we will extend that App to control a Catapult robot. If you have not done so already, first build the Catapult. Now that you are able to connect your phone to the … Continue reading Remote control a catapult with an App build with App Inventor