Monthly Archives: April 2013


Easy Pulse board used as biofeedback for virtual jogging

Sergej Stoetzer and two of his students just finished their virtual jogging project, where the Easy Pulse board has been used to provide a biofeedback to their system. They interfaced an ear-clip sensor to the Easy Pulse board to detect the heart beat during virtual jogging. The output of the Easy Pulse board goes to a Lego Mindstorms NXT-Brick, which in turn hits the Arrow Up key on a keyboard connected to PC. On the PC, a Google Street view is opened which moves forward every time the Arrow Up key is hit. So, the idea is to give you a

Read more

Netduino Day 6 – Read SD card and send info to a Serial Port

In our earlier tutorial, Writing to an SD Card, we learned to write to an SD card. As you might have experienced, in order to see what’s been written, we need to pop out the SD then connect it to a computer, which obviously is not very convenient all the time. So, in this tutorial we will read a text file (same file/information that we wrote in previous tutorial) and send that text to a computer. Our communication between Netduino SD card and Computer is established via Serial Communication using USB to UART-TTL device. So, the information will be transferred

Read more
Recent Entries »