Cornbeast R&D
  • Synthesizers
  • DIY-electronics
  • Programming
  • About

Rasperry PI

How I currently set up a Raspberry PI to run a Node.js application

Some notes for myself and maybe others. Buy Raspberry PI and SD card. Download Raspbian Wheezy: https://www.raspberrypi.org/downloads/ Unpack the image file, insert the SD cart, and write the image onto […]

raspberryediting

Editing code on a Raspberry PI remotely from Windows

Here’s a simple way to set up a workflow for editing code in your favourite editor on windows and have it deployed to a Raspberry PI (or any other linux […]

Raspberry camera

Tip for troubleshooting the Raspbery PI camera module

Recently I was developing an application with the raspberry PI camera module, when the camera stopped working. The error when running raspistill was “mmal_vc_component_create: failed to create component ‘vc.ril.camera’”. I […]

IMG_6114

Raspberry Pi to netduino serial communication

The Raspberry Pi and Netduino both got their strenghts, but what if they can talk to each other? I did a small proof of concept and got them to do […]