The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

Archive for the ‘Raspberry Pi’ Category

RaspMap – Raspberry Pi Component Map

Posted by jpluimers on 2014/03/06

Interactive map of Raspberry Pi showing which components is what. Hoover your mouse over the board to see the meaning of the components.

RaspMap – Raspberry Pi Component Map.

–jeroen

Posted in Development, Hardware Development, Raspberry Pi | Leave a Comment »

The Self-resetting Raspberry Pi » RasPi.TV

Posted by jpluimers on 2014/01/08

Cool: now you can use a Raspberry Pi to play Watchdog (:

–jeroen

via: The Self-resetting Raspberry Pi » RasPi.TV.

Posted in Development, Hardware Development, Raspberry Pi | Leave a Comment »

HiFiBerry | HiFi for the Raspberry Pi and more

Posted by jpluimers on 2014/01/04

Interesting audio stuff: HiFiBerry | HiFi for the Raspberry Pi and more.

–jeroen

Posted in Development, Hardware Development, Raspberry Pi | Leave a Comment »

on my .NET research list: Mini (Raspberry Pi) and Micro (Arduino)

Posted by jpluimers on 2012/08/01

Computing on not so common platforms it so much fun, especially when you can use familiar tools for it.

A couple of years ago, I did a fun project with an USB WebCam, a Pololu USB servo controller, two servo motors, a servo relay and a laser pointer. The device would point the laser pointer at the biggest moving object in the WebCam view, and flash the laser pointer at it.

All code was C# running on Windows.

Basically there are two classes on “small” devices that run .NET code (apart from smartphones and tablets):

  • Raspberry Pi:
    Mini devices with more than a couple of megabytes memory running a kind of regular .NET Framework.
  • Arduino:
    Micro devices with maximum of a couple of dozen kilobytes memory (a megabyte if you are really lucky) running the .NET Micro Framework

This might be a chance to lift it to a new level and embed everything in one device (:

The cool thing about the .NET Micro Framework is that you can do real time stuff.

–jeroen

via:

Posted in .NET, Arduino, Development, Hardware Development, Raspberry Pi, Software Development | 2 Comments »