Archive for category Internet Media

Autonomous Builders, Makers, and Shakers

More than 100,000 people, a San Francisco Bay area contingent of what is called the maker movement, gathered in San Mateo over the weekend of May 19-20 at Maker Faire. This franchised gathering with copies in other cities is billed as “A two-day, family-friendly festival of invention, creativity and resourcefulness, and a celebration of the maker movement“.  It used to be called do-it-yourself (DIY), […]

, ,

Leave a comment

GHI Electronics Music Module Play method using FileStream or MemoryStream

If you have used the GHI Electronics Music Module, you have probably noticed that audio files larger than 600 K run out of memory and throw an exception.  The current driver implements a Play method that does not support playing audio from a FileStream or MemoryStream. The existing method takes a byte[] array parameter that requires the entire file to be loaded in […]

, , , , ,

16 Comments

.NET Gadgeteer Web Services; Picture, Audio, Application

This example uses the GHI Electronics Ethernet_J11D module to set up and run three .NET Gadgeteer Web services that return client Web requests for a picture, an audio file, and an .rtf WordPad application file. <This sample has been updated for new API.   It demonstrates initialization of Web events using WebServer.SetUpWebEvent.> The Web services are initialized in the […]

3 Comments

.NET Gadgeteer Web Service Surveillance Camera

Here’s an example that uses the GHI Electronics Ethernet_J11D module to implement a surveillance camera that sends pictures to a Web browser.  Web Server functionality is part of the Gadgeteer.Networking class. <This code updated on January 24, 2012, to use the new API > The example uses the GHIElectronics modules shown in the following screen shot of the Visual Studio .NET […]

10 Comments