NewsPeeps - Stories tagged with sensor
1
peeps

SondreB.com | Windows 7: Sensor Platform

published 282 days, 16 hours, 27 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 381 days, 21 hours, 45 minutes ago
Tuesday, November 24, 2009 11:52:35 PM GMT Monday, August 17, 2009 6:34:12 PM GMT
Windows 7: Sensor PlatformPosted by SondreB on August 9, 20090 Part of Windows 7 is a completely new platform for Location and Sensors. This is a framework that tries to remove the old legacy of COM-ports for communication with external devices. Even a lot of today's USB devices, still rely on the COM protocol to communicate with the PC. The Location and Sensor Platform in Windows 7 improves this with a modern architecture for arbitrary hardware sensory input. One of the most important advanc... (more)
category: News | clicked: 3 | comment | | source: sondreb.com
tags: sensor, Windows
2
peeps

Jim Travis's Blog : Sensor API interop in Windows API Code Pack

published 392 days, 3 hours, 31 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 392 days, 20 hours, 12 minutes ago
Friday, August 07, 2009 12:48:20 PM GMT Thursday, August 06, 2009 8:07:12 PM GMT
Sensor API interop in Windows API Code Pack Here's a source code release for .NET interop with Win32 features, including the Sensor API: http://code.msdn.microsoft.com/WindowsAPICodePack The Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some new Windows 7 features (and some existing features of older versions of Windows operating system) from managed code. These Windows features are not available to developers today in the .NET Fram... (more)
category: News | clicked: 1 | comment | | source: blogs.msdn.com
tags: sensor, Windows
1
peeps

Make: Online : "Tweetjects"? Noooooo....

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 400 days, 20 hours, 44 minutes ago
Wednesday, July 29, 2009 7:35:36 PM GMT
In this BBC piece, an IBM engineer on the Isle of Wight, shows off the 16th century thatched cottage that he's wired with sensors and connected to Twitter. In the article that accompanies the video, he uses a term he's apparently coined for objects that tweet: "tweetjects." (more)
category: News | clicked: 0 | comment | | source: blog.makezine.com
tags: sensor, Twitter
1
peeps

IBM and The Internet of Things

published 406 days, 2 hours, 19 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 407 days, 1 hour, 38 minutes ago
Friday, July 24, 2009 2:00:51 PM GMT Thursday, July 23, 2009 2:41:17 PM GMT
IBM is involved in some very interesting projects at the intersection of two big trends we've been tracking in 2009: The Real-time Web and Internet of Things. They have a website devoted to this topic, called A Smarter Planet. As the name implies, it focuses on environmental matters such as energy and food systems. Sensors, RFID tags and real-time messaging software are major parts of IBM's smarter planet strategy. The catchcry for the site - Instrumented, Interconnected, and Intelligent - is about outfi... (more)
category: News | clicked: 0 | comment | | source: www.readwriteweb.com
tags: sensor
1
peeps

An introduction to Windows 7 Libraries for .NET development - AdamKinney.com

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 413 days, 18 hours, 35 minutes ago
Thursday, July 16, 2009 9:44:09 PM GMT
Windows 7 includes new features that you can use in your applications to add functionality and improve system integration.  The APIs are written in native code, but are accessible to .NET developers via the Windows 7 .NET Interop Sample Libraries. To see the Libraries in action check out the following interviews with Yochay Kiraity:Sensor and Location .NET Library for Windows 7  Provides access to work with light, motion and GPS devicesTaskbar and Libraries .NET Library for Windows 7 Provides access ... (more)
category: News | clicked: 0 | comment | | source: adamkinney.com
tags: sensor, Windows
1
peeps

Windows XP To Windows 7 - Home

posted by adminadmin 414 days, 19 hours, 56 minutes ago
Wednesday, July 15, 2009 8:23:28 PM GMT
The Windows XP to Windows 7 (XP2Win7) reference application provides a tour of the unique Windows 7 technical features that enable developers to “light up” their applications on Windows 7. The XP2Win7 reference application features the Image Viewer, a WPF application that runs on XP. But the fun starts when you run the same application on Windows 7, which unlocks new technologies such as Taskbar, the Sensors and Location Platform, and Multitouch, as well as “old” Vista friends such as Application Recover... (more)
category: News | clicked: 0 | comment | | source: code.msdn.microsoft.com
tags: sensor, Windows
1
peeps

Jim Travis's Blog : Sensor Constants and VECTOR Types

posted by adminadmin 414 days, 20 hours, 16 minutes ago
Wednesday, July 15, 2009 8:03:19 PM GMT
Sensor Constants and VECTOR Types In the Windows 7 Sensor platform, some properties and data fields contain arrays of information. For example, the SENSORPROPERTYLIGHTRESPONSECURVE property contains an array of 4-byte unsigned integers. However, when you receive such arrays through the Sensor API, they will always represented as type VT_VECTOR|UI1, an array of single-byte characters, regardless of the actual type of the data in the array. This requirement arises because the platform uses the WPD se... (more)
category: News | clicked: 1 | comment | | source: blogs.msdn.com
tags: sensor, Windows
1
peeps

Windows 7 Sensor and Location API - Matt's Blog

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 14 hours, 42 minutes ago
Sunday, July 12, 2009 1:37:25 AM GMT
One of the exciting new additions coming in Windows 7 is the Windows 7 Sensor and Location Platform.   The Windows 7 Sensor and Location Platform is an API built into Windows 7 that will allow application developers to interact with sensors in a standard way, and it allow a standard way for hardware vendors to create their sensor interfaces.  Hence,  it allows hardware and software developers to speak a common language.  Application developers will be able to create enviromentally aware applications much... (more)
category: News | clicked: 0 | comment | | source: fusionovation.com
tags: sensor, Windows
1
peeps

Windows 7 Enhanced Default Location Provider - Matt's Blog

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 14 hours, 44 minutes ago
Sunday, July 12, 2009 1:35:24 AM GMT
If you are wanting to experiment with writing code for Windows 7 that leverages the Sensor and Location API, you may be interested in the Enhanced Default Location Provider (eDLP) available from Microsoft on MSDN.   The enhanced default location provider is a WPF application built on top of the Windows 7 Beta SDK and the Windows 7 Sensor and Location Interop Library. To use the tool you will need the following prerequisites: .NET 3.5 SP1 Visual Studio 2008Download and install the Windows 7 Beta SDK -  T... (more)
category: News | clicked: 0 | comment | | source: fusionovation.com
tags: sensor, Windows
1
peeps

Setting up the Windows 7 SDK Beta Virtual Light Sensor - Matt's Blog

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 14 hours, 45 minutes ago
Sunday, July 12, 2009 1:34:19 AM GMT
In my previous, post Windows 7 Sensor and Location API I spoke at a very high level on what the Sensor and Location APIs bring into Windows 7.   Now I'd like to delve a little deeper and show how to setup the Virtual Light Sensor that comes with the Windows 7 SDK Beta.  If you don't have existing hardware sensors on you computer the Virtual Light Sensor is a good way to experiment with the APIs.   Given that one of my favorite programming languages is C#, I'd like to be able to setup a sensor and use C# ... (more)
category: News | clicked: 0 | comment | | source: fusionovation.com
tags: sensor, Windows
1
peeps

Windows 7 - Accessing Sensors in .NET and C# Example - Matt's Blog

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 14 hours, 46 minutes ago
Sunday, July 12, 2009 1:33:45 AM GMT
In my previous post Setting up the Windows 7 SDK Beta Virtual Light Sensor, I walked through the setup of the Windows 7 SDK Beta, the Virtual Light Sensor,  Windows 7 Sensor and Location Interop Sample Library, and the Sample MSDN Reader application.    The Windows 7 SDK Beta provides APIs for interacting with sensors using native code.   If you are a .NET developer the Windows 7 Sensor and Location Interop Sample Library demonstrates how you can access Sensors using managed code. In this post, I wil... (more)
category: News | clicked: 0 | comment | | source: fusionovation.com
tags: sensor, Windows
1
peeps

Windows 7 Sensor and Location platform: Implementation of own sensor (Part 3/3) - Sergey Zwezdin

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 14 hours, 48 minutes ago
Sunday, July 12, 2009 1:31:31 AM GMT
Windows 7 Sensor and Location platform: Implementation of own sensor (Part 3/3) Recently I have told about use Sensor and Location platform in the applications. We have seen, that use of this component set can be very convenient for the application and do not demand many efforts. Also we have an opportunity to work with set of devices in the unified style. Problem of use of this platform there is a presence of drivers for Windows 7 and presence of wrappers for Sensor API. Development of the driver for t... (more)
category: News | clicked: 0 | comment | | source: msmvps.com
tags: sensor, Windows
1
peeps

Windows 7 Sensor and Location Platform – Deep Dive | yochay | Channel 9

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 14 hours, 49 minutes ago
Sunday, July 12, 2009 1:30:20 AM GMT
The Windows Sensor and Location platform, new for Windows 7, enables your computer and applications to adapt to their current environment. With location sensors -- including GPS devices, WWAN radios, and even triangulation technology -- your applications and gadgets can know exactly where they are, enabling them to provide more locally relevant content and functionality. Join Gavin Gear, product team PM, and Yochay Kiriaty, Technical Evangelist, as we jump deep into the Platform, reviewing the APIs and e... (more)
category: News | clicked: 0 | comment | | source: channel9.msdn.com
tags: sensor, Windows
1
peeps

Windows 7: Sensor and Location Platform - Mike Taulty's Blog - Mike Taulty's Blog

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 19 hours, 11 minutes ago
Saturday, July 11, 2009 9:08:32 PM GMT
One part of Windows 7 is the new capability for applications to be location and sensor aware. There are new standardised API's for an application to interact with location sensors in order to figure out where in the world the user is and there's also API's to determine things like;Ambient lightOrientation There's a lot more detail up at the platform's home page up here; http://www.microsoft.com/whdc/device/sensors/default.mspx and then there's information up on the blogs here; http://blogs.msdn.co... (more)
category: News | clicked: 0 | comment | | source: mtaulty.com
tags: sensor, Windows
1
peeps

Windows 7 Sensor and Location platform: Implementation of own sensor (Part 3/3)

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 19 hours, 19 minutes ago
Saturday, July 11, 2009 9:00:32 PM GMT
Windows 7 Sensor and Location platform: Implementation of own sensor (Part 3/3) Recently I have told about use Sensor and Location platform in the applications. We have seen, that use of this component set can be very convenient for the application and do not demand many efforts. Also we have an opportunity to work with set of devices in the unified style. Problem of use of this platform there is a presence of drivers for Windows 7 and presence of wrappers for Sensor API. Development of the driver for... (more)
category: News | clicked: 0 | comment | | source: geekswithblogs.net
tags: sensor, Windows
1
peeps

Windows 7 Sensor and Location platform: Sensors programming (Part 2/3)

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 19 hours, 23 minutes ago
Saturday, July 11, 2009 8:56:22 PM GMT
Windows 7 Sensor and Location platform: Sensors programming (Part 2/3) Recently I wrote about Sensor and Location platform in Windows 7 and for what purposes it is necessary. Now we will talk about how this platform can be used in the applications. To make experiments with not virtual sensors, but with something more approached to a reality, we will use the device from Freescale semiconductor, constructed on the basis of JMBADGE2008-B microcontroller. This device represents the small circuit board on... (more)
category: News | clicked: 0 | comment | | source: geekswithblogs.net
tags: sensor, Windows
1
peeps

Windows 7 Sensor and Location platform: What is it? (Part 1/3)

published 418 days, 3 hours, 21 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 19 hours, 25 minutes ago
Sunday, July 12, 2009 12:58:47 PM GMT Saturday, July 11, 2009 8:54:34 PM GMT
Windows 7 Sensor and Location platform: What is it? (Part 1/3) One of components Windows 7 is Sensor and Location platform. Sensor and Location is part of Windows 7 which allows to work with various sensors and additional devices for measurement something. What for it is necessary? Sensors are necessary to make more simple some trivial actions. Especially actually it for owners of laptops, whose life is very dynamical. Imagine, that the ambient sensor which is accessible to all applications is built ... (more)
category: News | clicked: 0 | comment | | source: geekswithblogs.net
tags: sensor, Windows
1
peeps

Windows 7 Sensor and Location .NET Interop Sample Library - Windows 7 for Developers - The Windows Blog

published 418 days, 3 hours, 21 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 20 hours ago
Sunday, July 12, 2009 12:58:47 PM GMT Saturday, July 11, 2009 8:19:16 PM GMT
The Windows 7 Sensor and Location platform enables your computer and applications to adapt to their current environment and change the way they look, feel, or behave. For example, imagine an application that uses a light sensor and so can change the brightness and contrast of its displayed content based on the differing amou... (more)
category: News | clicked: 0 | comment | | source: windowsteamblog.com
tags: .NET, sensor, Windows
1
peeps

Windows Sensor and Location Platform

published 381 days, 22 hours, 50 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 418 days, 20 hours, 6 minutes ago
Monday, August 17, 2009 5:29:38 PM GMT Saturday, July 11, 2009 8:13:40 PM GMT
The Windows Sensor and Location platform, which is new for Windows 7, enables your computer and applications to adapt to their current environment. With location sensors -- including GPS devices, WWAN radios, and even triangulation technology -- your applications and gadgets can know exactly where they are, enabling them to provide more locally relevant content and functionality. Ambient light sensors, for example, can allow your computer to automatically adjust your screen's brightness based on the curr... (more)
category: News | clicked: 1 | comment | | source: www.microsoft.com
tags: sensor, Windows