<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>LX Group</title> <atom:link href="http://lx-group.com.au/feed/" rel="self" type="application/rss+xml" /><link>http://lx-group.com.au</link> <description>Wireless &#38; Embedded Systems Specialists</description> <lastBuildDate>Tue, 21 May 2013 07:10:49 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>LX Group discusses the Google Cloud Platform</title><link>http://lx-group.com.au/lx-group-discusses-the-google-cloud-platform/</link> <comments>http://lx-group.com.au/lx-group-discusses-the-google-cloud-platform/#comments</comments> <pubDate>Tue, 21 May 2013 07:10:49 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[internet]]></category> <category><![CDATA[internet of things]]></category> <category><![CDATA[IOT]]></category> <category><![CDATA[LX Articles]]></category> <category><![CDATA[M2M]]></category> <category><![CDATA[product design]]></category> <category><![CDATA[big]]></category> <category><![CDATA[cloud]]></category> <category><![CDATA[data]]></category> <category><![CDATA[development]]></category> <category><![CDATA[google]]></category> <category><![CDATA[group]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[lx]]></category> <category><![CDATA[of]]></category> <category><![CDATA[things]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3604</guid> <description><![CDATA[Recently Google announced their new Cloud Platform services, which allow almost anyone to build applications, websites, store and analyse data using Google&#8217;s infrastructure. This is an exciting development for those looking to implement a scalable Internet-of-things system at a minimal cost – so we&#8217;ll take an overview of the system as it stands today. Almost everyone is aware of the researched information, computing power and infrastructure available for Google&#8217;s myriad of services, and now it&#8217;s possible to harness some of this for your own needs. With the introduction of their “Cloud Platform”, you can harness this power that Google has used internally for years to provide Google&#8217;s familiar high-speed, high-scale big-data products and services such as Search, YouTube, Google Docs and GMail and make it available as cloud computing services for use with your own Internet-of-Things projects. Large-scale, high-speed, distributed &#8220;cloud&#8221; storage and computation with large amounts of data is &#8230; <a
href="http://lx-group.com.au/lx-group-discusses-the-google-cloud-platform/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Recently Google announced their new Cloud Platform services, which allow almost anyone to build applications, websites, store and analyse data using Google&#8217;s infrastructure. This is an exciting development for those looking to implement a scalable Internet-of-things system at a minimal cost – so we&#8217;ll take an overview of the system as it stands today.</p><p>Almost everyone is aware of the researched information, computing power and infrastructure available for Google&#8217;s myriad of services, and now it&#8217;s possible to harness some of this for your own needs. With the introduction of their “Cloud Platform”, you can harness this power that Google has used internally for years to provide Google&#8217;s familiar high-speed, high-scale big-data products and services such as Search, YouTube, Google Docs and GMail and make it available as cloud computing services for use with your own Internet-of-Things projects.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/g1.png"><img
class="alignright size-thumbnail wp-image-3605" alt="g1" src="http://lx-group.com.au/wp-content/uploads/2013/05/g1-150x150.png" width="150" height="150" /></a></p><p>Large-scale, high-speed, distributed &#8220;cloud&#8221; storage and computation with large amounts of data is at the heart of everything that makes Google what it is, so it&#8217;s clear that they have substantial opportunities to offer external cloud-computing customers.</p><p>Whilst Google is not the first major player in the cloud computing market, their substantial infrastructure and “Big Data” experience represents a significant source of potential competition with other established cloud computing providers such as Amazon Web Services. The capability to use Google&#8217;s data centre infrastructure for cloud storage and computation, their data tools such as BigQuery to process very large scale data sets &#8211; and integration with Google&#8217;s data, services and apps are increasingly attractive.</p><p>The Google Cloud Platform is made up of a couple of different core components – Compute and Storage being two of the most important. The Compute component includes the Google Compute Engine, which is an Infrastructure-as-a-Service platform designed to run any application on top of Google&#8217;s infrastructure – which offers fast networking, scalable processing and storage, and the App Engine, a platform for developing and hosting web applications. The Storage component includes Google Cloud Storage and the BigQuery large-scale query system.</p><p>As with most cloud computing platforms, end users access cloud-based applications and infrastructure through a relatively lightweight local computer – via a web browser, lightweight desktop software, or a mobile device application – with the data and most of the software are stored on remote servers in the cloud. Therefore, the hardware requirements for the user to leverage the power of applications and data on Google Cloud Platform-hosted applications and services are almost trivial.</p><p>Many components of the Google Cloud Platform support open standards and protocols such as REST-based APIs. The Google Compute Engine is built atop a JSON RESTful API which<br
/> can be accessed via numerous different libraries, command-line utilities and GUI front-end tools. Google&#8217;s BigQuery, a cloud-based fully managed interactive query service specifically designed for work with massive datasets, is operated via an SQL-like query language.</p><p>Google Cloud Storage complements the Compute component of the Google Cloud Platform and serves to glue together all Google Cloud Services. Google Cloud Storage is a HTTP service that serves data directly over HTTP with high performance and resumable transfers of objects up to the terabyte scale. It offers support for two different APIs – one that is compatible with the XML standard used by competing providers such as Amazon Web Services and another API built around JSON and OAuth, consistent with the Google Compute Engine&#8217;s API.</p><p>The Google App Engine is a “Platform-as-a-Service” cloud computing platform for the development and hosting of web applications in Google&#8217;s managed data centres. Applications are sand-boxed and distributed across multiple servers. One of the major benefits of using the Google App Engine is that it can offer automatic scaling for web applications – that is, automatically allocating more resources for the web application to handle the increased demand as the number of requests for a particular application increases.</p><p>All that sounds quite useful, however why would your organisation use the Google Cloud Platform? Whilst it requires an initial investment to import your data (especially on a large scale) into the cloud, this is offset by the substantial advantages offered by the platform. By offering fully managed services that remove the requirement for upfront capacity planning, provisioning, constant monitoring and planning software updates. This can significantly reduce the total cost of ownership of large-scale data handling solutions.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/g2.png"><img
class="alignright size-thumbnail wp-image-3606" alt="g2" src="http://lx-group.com.au/wp-content/uploads/2013/05/g2-150x150.png" width="150" height="150" /></a></p><p>Furthermore there&#8217;s one thing in particular that sets the Google Cloud Platform apart – the network that connects the company&#8217;s data centres so data can be processed and delivered where it is needed in milliseconds. Google has a private distributed backbone between all its data centres – so if you&#8217;re moving data around within Google&#8217;s cloud, even within geographically diverse data centres (although this is essentially invisible to the user) your data travels over Google&#8217;s backbone, and not over the Internet &#8211; providing substantially improved performance.</p><p>Whilst the Compute and Storage components of the Google Cloud Platform are separate offerings, the performance of Google&#8217;s networks make it appear as though they integrated seamlessly, thus allowing integration of Google&#8217;s cloud storage and computation with no obvious slowdown.</p><p>At the LX Group we have a wealth of experience and expertise in the IoT field, and can develop new or modify existing hardware and software to integrate your system with the Google Cloud Platform. As always, our goal is to find and implement the best system for our customers, and this is where the LX Group can partner with you for your success.</p><p>We can create or tailor just about anything from a wireless temperature sensor to a complete Internet-enabled system for you – within your required time-frame and your budget. For more information or a confidential discussion about your ideas and how we can help bring them to life – <a
href="http://lx-group.com.au/contact-lx/" target="_blank">click here to contact us</a>, or telephone 1800 810 124.</p><p>LX is an award-winning electronics design company based in Sydney, Australia. LX services include full turnkey design, electronics, hardware, software and firmware design. LX specialises in embedded systems and wireless technologies design. <a
href="http://www.lx-group.com.au" target="_blank">http://www.lx-group.com.au</a></p><p><span
style="font-size: x-small;">Published by LX Pty Ltd for itself and the LX Group of companies, including LX Design House, LX Solutions and LX Consulting, LX Innovations.</span></p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/lx-group-discusses-the-google-cloud-platform/&title=LX+Group+discusses+the+Google+Cloud+Platform&text=Recently+Google+announced+their+new+Cloud+Platform+services%2C+which+allow+almost+anyone+to+build+applications%2C+websites%2C+store+and+analyse+data+using+Google%26%238217%3Bs+infrastructure.&tags=the+google%2C+cloud+platform%2C+for+the%2C+google+cloud%2C+cloud%2C+google%2C+platform%2C+google%26%238217%3Bs" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/lx-group-discusses-the-google-cloud-platform/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LX Group discusses MQTT and how it works for the Internet of Things</title><link>http://lx-group.com.au/lx-group-discusses-mqtt-and-how-it-works-for-the-internet-of-things/</link> <comments>http://lx-group.com.au/lx-group-discusses-mqtt-and-how-it-works-for-the-internet-of-things/#comments</comments> <pubDate>Tue, 14 May 2013 01:31:31 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[industrial internet]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet of things]]></category> <category><![CDATA[IOT]]></category> <category><![CDATA[LX Articles]]></category> <category><![CDATA[M2M]]></category> <category><![CDATA[MQTT]]></category> <category><![CDATA[product design]]></category> <category><![CDATA[product evolution]]></category> <category><![CDATA[prototype product]]></category> <category><![CDATA[standards]]></category> <category><![CDATA[telematics]]></category> <category><![CDATA[design]]></category> <category><![CDATA[group]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[industrial]]></category> <category><![CDATA[iot]]></category> <category><![CDATA[lx]]></category> <category><![CDATA[mqtt]]></category> <category><![CDATA[of]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[things]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3587</guid> <description><![CDATA[Although we have recently been focusing on the systems and hardware that can be used in various Internet-of-things applications, there’s much more to learn and understand. One particular aspect is the way in which devices send and receive data between themselves and servers – and an example of that is MQTT. Message Queue Telemetry Transport, or MQTT, is an open protocol for machine-to-machine (M2M) communications that enables the transfer of telemetry-style data in the form of messages from a network of distributed devices to and from a small message “broker” server – whilst maintaining usefulness over high-latency, expensive or bandwidth-constrained networks. This publish/subscribe messaging transport protocol is designed to overcome the challenges of connecting the rapidly expanding physical world of sensors and actuators as well as personal computers and mobile devices. The origin of MQTT goes back to the late 1990s, where co-inventor Andy Stanford-Clark of IBM became immersed in &#8230; <a
href="http://lx-group.com.au/lx-group-discusses-mqtt-and-how-it-works-for-the-internet-of-things/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Although we have recently been focusing on the systems and hardware that can be used in various Internet-of-things applications, there’s much more to learn and understand. One particular aspect is the way in which devices send and receive data between themselves and servers – and an example of that is MQTT.</p><p>Message Queue Telemetry Transport, or MQTT, is an open protocol for machine-to-machine (M2M) communications that enables the transfer of telemetry-style data in the form of messages from a network of distributed devices to and from a small message “broker” server – whilst maintaining usefulness over high-latency, expensive or bandwidth-constrained networks. This publish/subscribe messaging transport protocol is designed to overcome the challenges of connecting the rapidly expanding physical world of sensors and actuators as well as personal computers and mobile devices.</p><div><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/mqtt-hub.jpg"><img
class="alignright size-thumbnail wp-image-3591" alt="mqtt-hub" src="http://lx-group.com.au/wp-content/uploads/2013/05/mqtt-hub-150x150.jpg" width="150" height="150" /></a></p><p>The origin of MQTT goes back to the late 1990s, where co-inventor Andy Stanford-Clark of IBM became immersed in M2M communication whilst working with industry partners to mine sensor data from offshore oil platforms, to inform better preventative and predictive maintenance. One of those industry partners was Arlen Nipper of Arcom, an expert in embedded systems for oilfield equipment. Together, Stanford-Clark and Nipper wrote the initial version of MQTT in 1998, and their open-source messaging software has continued to be improved over the following years.</p><p>Until recently, one of the challenges limiting widespread development of IoT technologies has been the lack of a clearly accepted open standard for message communication with embedded systems. Today, however, MQTT looks set to play an increasingly significant role in facilitating the Internet-of-Things. In much the same way that the HTTP standard paved the way for the widespread adoption of the World Wide Web as a tool for the sharing of people-to-people information on the Internet, MQTT could set the stage for the machine-to-machine equivalent of the WWW.</p><p>MQTT is particularly well matched with networks of small, distributed, lightweight, and pervasive devices – not just mobile phones and personal computers, but embedded computers, sensors and actuators – which can make up the “Internet of Things”. The MQTT protocol specification enables a publish/subscribe messaging model in a very lightweight way, useful for connections with remote devices where a small code footprint is required – low-cost 8-bit micro controllers, for example – and/or where network bandwidth is at a premium.</p><p>There is also another standard for sensors – MQTT-S, for which this specification is aimed at embedded devices on non-TCP/IP networks, such as ZigBee/802.15.4 wireless sensor mesh networks. MQTT-S is an extension of the MQTT protocol aimed at wireless sensor networks, extending the MQTT protocol beyond TCP/IP infrastructures for non-TCP/IP sensor and actuator networks. Furthermore, MQTT is already widely supported by servers and brokers including IoT implementations such as cosm, Thingspeak, nimbits, and more.</p><p>MQTT is already used in a wide variety of embedded systems. An example documented by IBM demonstrates a pacemaker that communicates via RF telemetry to an MQTT device in the home of a patient – allowing nightly data uploads to the hospital for analysis. This allows recovering patients to leave hospital earlier to recover at home whilst still being monitored by medical professionals. Or if an unexpected event occurs, the system can immediately alert the hospital and emergency services without any patient interaction.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/mqttmedical.gif"><img
class="alignright size-thumbnail wp-image-3592" alt="mqttmedical" src="http://lx-group.com.au/wp-content/uploads/2013/05/mqttmedical-150x150.gif" width="150" height="150" /></a></p><p>Furthermore IBM has recently announced its’ new “MessageSight appliance”, designed to handle heavy-duty real-time sharing of large amounts of data between sensors and devices and using the MQTT protocol to do so. Finally, IBM and Eurotech have bought MQTT to the open standards process of OASIS – the Organisation for the Advancement of Structured Information Standards. OASIS is a non-profit international consortium that drives the development, convergence and adoption of open standards for the global information society.</p><p>The OASIS standardisation process started in March 2013, with the goal of establishing MQTT as an open, simple and lightweight standard protocol for M2M telemetry data communication. The newly established OASIS MQTT Technical Committee is producing a standard for the MQTT Protocol – together with requirements for enhancements, documented usage examples, best practices, and guidance for use of MQTT topics with commonly available registry and discovery mechanisms.</p><p>Although MQTT does seem to be championed by IBM, the OASIS recently called for industry representatives earlier this year to sponsor the formation of its MQTT Technical Committee, and was answered by Cisco, the Eclipse Foundation, Eurotech, IBM, Machine-To-Machine Intelligence, Red Hat, Software AG and TIBCO. The group will take the MQTT 3.1 specification, donated to the committee by IBM and Eurotech where it was originally developed, and work to standardise and promote its adoption it as an open standard.</p><p>In defining MQTT standards and making them open for all, this allows its’ use and will hopefully guarantee a future standard allowing interaction with devices from all suppliers and manufacturers who choose to work with it. It’s a standard that holds a lot of promise for the future of an efficient and affordable Internet-of-things.</p><p>At the LX Group we have a wealth of experience and expertise in the IoT field, and can work with the MQTT standard, hardware and software to solve your problems. Our goal is to find and implement the best system for our customers, and this is where the LX Group can partner with you for your success.</p><p>We can create or tailor just about anything from a wireless temperature sensor to a complete Internet-enabled system for you – within your required time-frame and your budget. For more information or a confidential discussion about your ideas and how we can help bring them to life – <a
href="http://lx-group.com.au/contact-lx/">click here to contact us</a>, or telephone 1800 810 124.</p><p>LX is an award-winning electronics design company based in Sydney, Australia. LX services include full turnkey design, electronics, hardware, software and firmware design. LX specialises in embedded systems and wireless technologies design. <a
href="http://www.lx-group.com.au/">http://www.lx-group.com.au</a></p><p><span
style="font-size: x-small;">Published by LX Pty Ltd for itself and the LX Group of companies, including LX Design House, LX Solutions and LX Consulting, LX Innovations.</span></p></div> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/lx-group-discusses-mqtt-and-how-it-works-for-the-internet-of-things/&title=LX+Group+discusses+MQTT+and+how+it+works+for+the+Internet+of+Things&text=Although+we+have+recently+been+focusing+on+the+systems+and+hardware+that+can+be+used+in+various+Internet-of-things+applications%2C+there%26%238217%3Bs+much+more+to+learn+and+understand.&tags=the+mqtt%2C+embedded+systems%2C+standard%2C+protocol%2C+devices%2C+embedded%2C+networks%2C+design%2C+oasis%2C+where" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/lx-group-discusses-mqtt-and-how-it-works-for-the-internet-of-things/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LX Group examines the Nearbus IoT Open Project</title><link>http://lx-group.com.au/lx-group-examines-the-nearbus-iot-open-project/</link> <comments>http://lx-group.com.au/lx-group-examines-the-nearbus-iot-open-project/#comments</comments> <pubDate>Wed, 08 May 2013 02:13:31 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[industrial internet]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet of things]]></category> <category><![CDATA[IOT]]></category> <category><![CDATA[LX Articles]]></category> <category><![CDATA[M2M]]></category> <category><![CDATA[nearbus]]></category> <category><![CDATA[news]]></category> <category><![CDATA[prototype product]]></category> <category><![CDATA[telematics]]></category> <category><![CDATA[. analysis]]></category> <category><![CDATA[acquisition]]></category> <category><![CDATA[agent]]></category> <category><![CDATA[arduino]]></category> <category><![CDATA[control]]></category> <category><![CDATA[data]]></category> <category><![CDATA[design]]></category> <category><![CDATA[ethernet]]></category> <category><![CDATA[group]]></category> <category><![CDATA[lx]]></category> <category><![CDATA[of]]></category> <category><![CDATA[remote]]></category> <category><![CDATA[review]]></category> <category><![CDATA[things]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3580</guid> <description><![CDATA[In this instalment in our series of articles focusing on various Internet-of-things systems, we explore the new Nearbus Open IoT Project. Although not the most complex of systems, Nearbus offers a level of control and interaction with devices and sensors which is ideal for demonstrations, proof-of-concept designs or even simple products where rapid development and low-cost are the main requirements. Unlike other systems, Nearbus takes a different approach to device control. After loading the Nearbus on the device&#8217;s microcontroller, it is considered to be part of the “cloud” and as such transparent to the web services or API. In other words, you can read or write to the MCU&#8217;s registers directly from the cloud – which makes control much simpler than other systems. By &#8220;virtualising&#8221; the hardware in the cloud, it makes it much easier for existing services to interact with the real hardware, and in a more secure manner. &#8230; <a
href="http://lx-group.com.au/lx-group-examines-the-nearbus-iot-open-project/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>In this instalment in our series of <a
href="http://lx-group.com.au/articles/" target="_blank">articles</a> focusing on various Internet-of-things systems, we explore the new Nearbus Open IoT Project. Although not the most complex of systems, Nearbus offers a level of control and interaction with devices and sensors which is ideal for demonstrations, proof-of-concept designs or even simple products where rapid development and low-cost are the main requirements.</p><p>Unlike other systems, Nearbus takes a different approach to device control. After loading the Nearbus on the device&#8217;s microcontroller, it is considered to be part of the “cloud” and as such transparent to the web services or API. In other words, you can read or write to the MCU&#8217;s registers directly from the cloud – which makes control much simpler than other systems. By &#8220;virtualising&#8221; the hardware in the cloud, it makes it much easier for existing services to interact with the real hardware, and in a more secure manner. Let&#8217;s examine the how this is possible with regards to the required hardware and software</p><p
style="text-align: right;"><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/device_mapping.png"><img
class="alignright size-thumbnail wp-image-3581" alt="device_mapping" src="http://lx-group.com.au/wp-content/uploads/2013/05/device_mapping-150x150.png" width="150" height="150" /></a></p><p><em>Hardware</em> – Due to market forces and age of the system at the time of writing, the Nearbus system only works with the Arduino-Ethernet platform. Thus the end microcontrollers used are Atmel ATmega328 programmed with the Arduino boot loader and interfaced with the Wiznet W5100 Ethernet controller. However this allows you plenty of GPIO, ADCs and CPU speed to complete a variety of tasks, and due to the open-source licensing of the Arduino platform the hardware cost for around A$20 per unit in volume. The main downside to this solution is the inability to use onboard WiFi chipsets, so the agent hardware needs to be connected to a separate WiFi router for true wireless control.</p><p><em>Software</em> – Due to the current hardware requirement, the only code for each Nearbus node is their sketch (code) and the Arduino boot loader – both of which are totally open-source. The rest of the work is in interfacing your own cloud- or server-based applications with the Nearbus hub system. This transfer takes place via HTTP requests.</p><p>There are two methods for interfacing applications with the Nearbus system. The first method is the “transparent” mode which allows the agent to send and receive a packet of data over preconfigured periods of time, for example every five or ten seconds. This allows your cloud applications to call functions on the agent hardware as if it was controlling the MCU directly.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/graphic_dash_0a.png"><img
class="alignright size-thumbnail wp-image-3582" alt="graphic_dash_0a" src="http://lx-group.com.au/wp-content/uploads/2013/05/graphic_dash_0a-150x150.png" width="150" height="150" /></a></p><p>The second method is the “VMCU” mode (Virtual Microcontroller) which allows direct control of the basic MCU features such as GPIO, ADC, etc., via a web services API. This is the more complex method that maps the MCU remotely and thus allows direct control of the MCU&#8217;s registers and returns data in the raw from for your own web app to work with. The ability to map the registers removes a layer of complexity from the user or designer – as they don&#8217;t have to worry about network protocols, instead just be concerned with the microcontroller itself.</p><p>Furthermore you can configure, add and remove devices with a web-interface, and also create connections to send data to other IoT services such as cosm or twitter. If you don&#8217;t have a server capable of running your own web apps to interface with Nearbus, you can use other free or paid services such as Google Spreadsheet web apps – and demonstrations have been provided to show how easy it is to display, capture and analyse data from the hardware agent.</p><p>The Nearbus system is a different paradigm to the usual IoT systems. It may seem awkward or different to more conventional or consumer-oriented ways of doing things, however if you have a strong PHP and networking background it can be implemented easily with your server and applications. Due to the low hardware cost it&#8217;s ideal for monitoring or remote-control applications that don&#8217;t require complete real-time interaction.</p><p>If you&#8217;re interested in moving forward with your own system based on the Nearbus, we have a wealth of experience with the required hardware options, and the team to guide you through the entire process &#8211; from understanding your needs to creating the required hardware interfaces and supplying firmware and support for your particular needs.</p><p>Our goal is to find and implement the best system for our customers, and this is where the LX Group can partner with you for your success. We can create or tailor just about anything from a wireless temperature sensor to a complete Internet-enabled system for you – within your required time-frame and your budget. For more information or a confidential discussion about your ideas and how we can help bring them to life – <a
href="http://lx-group.com.au/contact-lx/" target="_blank">click here to contact us</a>, or telephone 1800 810 124.</p><p>LX is an award-winning electronics design company based in Sydney, Australia. LX services include full turnkey design, electronics, hardware, software and firmware design. LX specialises in embedded systems and wireless technologies design. <a
href="http://www.lx-group.com.au" target="_blank">http://www.lx-group.com.au</a></p><p><span
style="font-size: x-small;">Published by LX Pty Ltd for itself and the LX Group of companies, including LX Design House, LX Solutions and LX Consulting, LX Innovations.</span></p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/lx-group-examines-the-nearbus-iot-open-project/&title=LX+Group+examines+the+Nearbus+IoT+Open+Project&text=In+this+instalment+in+our+series+of+articles+focusing+on+various+Internet-of-things+systems%2C+we+explore+the+new+Nearbus+Open+IoT+Project.&tags=the+arduino%2C+with+the%2C+the+nearbus%2C+hardware%2C+nearbus%2C+system%2C+systems%2C+services%2C+control%2C+design" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/lx-group-examines-the-nearbus-iot-open-project/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google Glass: A Major Step Towards Ubiquitous Computing</title><link>http://lx-group.com.au/google-glass-a-major-step-towards-ubiquitous-computing/</link> <comments>http://lx-group.com.au/google-glass-a-major-step-towards-ubiquitous-computing/#comments</comments> <pubDate>Thu, 02 May 2013 21:04:00 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Awards]]></category> <category><![CDATA[object recognition]]></category> <category><![CDATA[smartphone]]></category> <category><![CDATA[ubiquitous computing]]></category> <category><![CDATA[video camera]]></category> <category><![CDATA[voice recognition system]]></category> <category><![CDATA[wi fi]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3569</guid> <description><![CDATA[Google Glass might be a controversial point of discussion in the media (and not just because of how it looks; more on this later), but what about the future? Recently, we looked at Machine to Machine Communication and the Internet of Things, both of which are fundamental building blocks towards a world of ubiquitous computing. This could be described as a “post-desktop” paradigm whereby interactions and data processing between us, computers and everyday objects are all seamlessly integrated and largely invisible. Exciting stuff. What is Google Glass? For those unaware, Google Glass is an augmented reality headset created by Google’s ‘secret’ research and development lab. It’s essentially a wearable computer with a tiny display which Google claims is akin to viewing a 63 cm monitor from a distance of 2.5 mtrs It supports Bluetooth and Wi-Fi, has a microphone, voice recognition system, small touchpad and a camera with 720p video &#8230; <a
href="http://lx-group.com.au/google-glass-a-major-step-towards-ubiquitous-computing/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Google Glass might be a controversial point of discussion in the media (and not just because of how it looks; more on this later), but what about the future? Recently, we looked at <span
style="text-decoration: underline;"><a
href="http://lx-group.com.au/should-we-be-worried-about-machine-to-machine-communication/"><span
style="color: #0000ff; font-family: Arial,sans-serif; text-decoration: underline;">Machine to Machine Communication</span></a></span> <span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">and the </span></span></span><a
href="http://lx-group.com.au/should-you-be-excited-about-the-internet-of-things/"><span
style="color: #0000ff;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;"><span
style="text-decoration: underline;">Internet of Things</span></span></span></span></a><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">, both of which are fundamental building blocks towards a world of ubiquitous computing. This could be described as a “post-desktop” paradigm whereby interactions and data processing between us, computers and everyday objects are all seamlessly integrated and largely invisible. Exciting stuff.</span></span></span></p><div
id="attachment_3572" class="wp-caption alignleft" style="width: 310px"><img
class="size-medium wp-image-3572" alt="google-glass" src="http://lx-group.com.au/wp-content/uploads/2013/05/google-glass-300x225.jpg" width="300" height="225" /><p
class="wp-caption-text">Photo by Antonio Zugaldia</p></div><p
lang="en"><strong><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,sans-serif;"><span
style="font-size: medium;">What is Google Glass?</span></span></span></strong></p><p><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">For those unaware, Google Glass is an augmented reality headset created by Google’s ‘secret’ research and development lab. It’s essentially a wearable computer with a tiny display which Google claims is akin to viewing a 63 cm monitor from a distance of 2.5 mtrs It supports Bluetooth and Wi-Fi, has a microphone, voice recognition system, small touchpad and a camera with 720p video capability. The display is said to feature object-recognition working with a graphical overlay, but its true functionality is fuzzy at this stage.</span></span></span></p><p>The current headset looks like a variation of the one worn by Geordi in <span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;"><i>Star Trek: The Next Generation</i></span></span></span><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">, but Google is said to be in discussions with eyewear manufacturers including Ray-Ban to combine the tech with trendy design. Early renders of potential styles make the technology appear considerably more viable from a fashion perspective.</span></span></span></p><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">From a practical perspective, Google product manager, Steve Lee, claims tasks that take around 60 seconds to execute fiddling around with a smartphone could take 2 to 4 seconds on Google Glass. Given that Glass uses voice, movement and vision for its inputs, this is a believable claim &#8211; depending on the task at hand.</span></span></span></p><p
lang="en"><strong><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,sans-serif;"><span
style="font-size: medium;">The Panopticon Problem</span></span></span></strong></p><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Every Google Glass wearer is carrying a web-linked video camera wherever they go, and directing it wherever they look. Understandably, this raises serious issues regarding privacy. It already feels like more of our privacy is being chipped away every year, so imagine if everybody was walking around with Google Glass. You would have entire conversations, events and embarrassing episodes, filmed, uploaded and shared all over YouTube in real time.</span></span></span></p><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">So what’s the panopticon problem? A panopticon is a type of building designed in the 1800s using optical principles to create a prison where all inmates could be seen at any given time from one spot, without knowing whether or not they were being watched. </span></span></span></p><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Google Glass isn’t just a minor shift in personal and organisational privacy, but a complete societal game-changer, an issue which has many organizations quite concerned.</span></span></span></p><p
lang="en"><strong><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,sans-serif;"><span
style="font-size: medium;">Potential Uses for Google Glass</span></span></span></strong></p><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">The practical benefits of having an advanced optical overlay in your line of vision at all times are as numerous(less over-the-top word) as they are fascinating. Potential uses for this technology may include:</span></span></span></p><ul><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">The ability to upload and view house blueprints for easier DIY tasks</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Immediate medical alerts and directions to the patient for doctors</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Emergency services announcements and updates</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Other navigational uses including full GPS functions</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Directions to desired shops or services in the local area</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Comparative shopping and item reviews when considering a purchase </span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">A replacement for instruction manuals in consumer products</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Refining sports techniques such as golf swings</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Endless military applications</span></span></span></p></li><li><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Finding a friend&#8217;s face in a busy crowd (an app which is currently under development)</span></span></span></p></li></ul><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">At this stage of its development, Google Glass is still really a glorified media device, so most of these potential uses are some way off, bringing us to our final point.</span></span></span></p><p
lang="en"><strong><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,sans-serif;"><span
style="font-size: medium;">The Future of Wearable Computers</span></span></span></strong></p><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">In spite of various niggles Google Glass is almost certainly a major step towards ubiquitous computing. Perhaps Google will successfully integrate the technology with fashionable sunglasses or reading glasses, making it less conspicuous to wear.</span></span></span></p><p
lang="en"><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Another possibility is a Silicon Valley competitor beating Google to the first widely adopted device of this nature. Google Glass is expected to be commercially available towards the end of 2013, but Sony also has similar patents filed and Apple and Microsoft are likely contenders too. The first developer of a technology is not necessarily the most successful at implementing it.</span></span></span></p><p><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">Other fascinating advances are on the way, such as </span></span></span><a
href="http://www.youtube.com/watch?v=I2l0qklSzks&amp;feature=share"><span
style="color: #0000ff;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;"><span
style="text-decoration: underline;">Fujitsu’s new display</span></span></span></span></a><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;"> which can read, manipulate and interact with data-containing objects such as magazines in real time. We can only hope that one day we’ll all have the kinds of user interface experiences featured in the </span></span></span><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;"><i>Minority Report</i></span></span></span><span
style="color: #000000;"><span
style="font-family: Arial,sans-serif;"><span
style="font-size: small;">, though hopefully, without all those scary adverts. Then again, Google is primarily an advertising company…</span></span></span></p><p>&nbsp;</p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/google-glass-a-major-step-towards-ubiquitous-computing/&title=Google+Glass%3A+A+Major+Step+Towards+Ubiquitous+Computing&text=Google+Glass+might+be+a+controversial+point+of+discussion+in+the+media+%28and+not+just+because+of+how+it+looks%3B+more+on+this+later%29%2C+but+what+about+the+future%3F&tags=google+glass%2C+google%2C+glass%2C+which" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/google-glass-a-major-step-towards-ubiquitous-computing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LX Group examines the ThingSpeak IoT Platform</title><link>http://lx-group.com.au/lx-group-examines-the-thingspeak-iot-platform/</link> <comments>http://lx-group.com.au/lx-group-examines-the-thingspeak-iot-platform/#comments</comments> <pubDate>Wed, 01 May 2013 02:33:51 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[conceptual idea]]></category> <category><![CDATA[control]]></category> <category><![CDATA[industrial internet]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet of things]]></category> <category><![CDATA[IOT]]></category> <category><![CDATA[IP]]></category> <category><![CDATA[LX Articles]]></category> <category><![CDATA[M2M]]></category> <category><![CDATA[thingspeak]]></category> <category><![CDATA[data]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[industrial]]></category> <category><![CDATA[intelligence]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[of]]></category> <category><![CDATA[prototype]]></category> <category><![CDATA[remote]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[things]]></category> <category><![CDATA[wireless]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3562</guid> <description><![CDATA[Continuing from our previous articles which are focusing on a range of currently-available Internet-of-Things systems, we now move forward and explore another addition to the Internet-of-Things marketplace in more detail – the system known as “ThingSpeak”. Considered to be one of the first openly-available IoT platforms, ThingSpeak operates on their own free server platform, or you can run the software on your own personal servers – and as the entire system is open-source, it&#8217;s easier to work with and customise. As with the other systems examined, ThingSpeak gives your devices the opportunity to interact with a server for simple tasks such as data collection and analysis, to integration with your own custom APIs for specific purposes. Due to the open-source nature the start-up cost can be almost zero, and unlike other systems ThingSpeak is hardware agnostic – giving your design team many hardware options. However as always, let&#8217;s consider the &#8230; <a
href="http://lx-group.com.au/lx-group-examines-the-thingspeak-iot-platform/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Continuing from our previous <a
href="http://lx-group.com.au/articles/" target="_blank">articles</a> which are focusing on a range of currently-available Internet-of-Things systems, we now move forward and explore another addition to the Internet-of-Things marketplace in more detail – the system known as “ThingSpeak”. Considered to be one of the first openly-available IoT platforms, ThingSpeak operates on their own free server platform, or you can run the software on your own personal servers – and as the entire system is open-source, it&#8217;s easier to work with and customise.</p><p>As with the other systems examined, ThingSpeak gives your devices the opportunity to interact with a server for simple tasks such as data collection and analysis, to integration with your own custom APIs for specific purposes. Due to the open-source nature the start-up cost can be almost zero, and unlike other systems ThingSpeak is hardware agnostic – giving your design team many hardware options. However as always, let&#8217;s consider the main two components in more detail.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/thinghard.jpg"><img
class="alignright size-full wp-image-3565" alt="thinghard" src="http://lx-group.com.au/wp-content/uploads/2013/05/thinghard.jpg" width="250" height="123" /></a></p><p><em>Hardware</em> – You don&#8217;t need to purchase special base units or proprietary devices. As long as your hardware is connected to the Internet and can send and receive HTTP requests – you&#8217;re ready to go. For rapid prototyping, examples are given using many platforms including netduino, Arduino, mbed, and even with the competitive Twine hardware. This gives you a variety of MCU platforms from Atmel and ARM Cortex providers to work with, and as these development platforms are either open-source or inexpensive, your team can be up and running in a short period of time.</p><p>Furthermore creating your own devices can be quite inexpensive – a simple device based on an Atmel AVR and Ethernet interface can be manufactured for less than $20 in volume, and doesn&#8217;t require any software licensing expenses. To save on hardware costs, it could be preferable to have various sensors in a group communicate back to one connected device via inexpensive Nordic NRF24L01 wireless transceivers – and the connected device can thus gather the data into the require fields for transmission back to ThingSpeak.</p><p><em>Software</em> – Thanks to the open-source nature of ThingSpeak either working with the existing server software or creating your own APIs isn&#8217;t a challenge. Interaction is easy with simple HTTP requests to send and receive data, which has a useful form. Each data transmission is stored in a ThingSpeak “channel”. Each of these channels allows storage and transmission of eight fields with 255 alphanumeric characters each, plus four fields for location (description, latitude, longitude and elevation – ideal for GPS), a “status update” field and time/date stamp. Data sent over the channels can be public or private – with access via your own devices and software finalising the security.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/05/thingsoft.jpg"><img
class="alignright size-full wp-image-3566" alt="thingsoft" src="http://lx-group.com.au/wp-content/uploads/2013/05/thingsoft.jpg" width="250" height="141" /></a></p><p>Once sent to the server this data can be downloaded for further analysis, or monitoring using various HTTP-enabled entities – from a simple web page, mobile application or other connected device. Various triggers can be created to generate alerts for various parameters, and can be sent using email, twitter, or other connected services such as an SMS gateway. After being in operation for almost three years, the platform has matured to a reliable service that has exposed many developers to its way of doing things, so support and documentation is becoming easier to find.</p><p>Overall the ThingSpeak system offers your organisation a low barrier to the Internet of Things. Creating a proof-of-concept device or prototype hardware interface can be done with existing or inexpensive parts, and the use of ThingSpeak&#8217;s free server can make an idea become reality in a short period of time. And once you device on the service, by internalising the server software, you can have complete control and security over your data.</p><p>If you&#8217;re interested in moving forward with your own system based on the ThingSpeak, we have a wealth of experience with the required hardware options, and the team to guide you through the entire process &#8211; from understanding your needs to creating the required hardware interfaces and supplying firmware and support for your particular needs.</p><p>Our goal is to find and implement the best system for our customers, and this is where the LX Group can partner with you for your success. We can create or tailor just about anything from a wireless temperature sensor to a complete Internet-enabled system for you – within your required time-frame and your budget. For more information or a confidential discussion about your ideas and how we can help bring them to life – <a
href="http://lx-group.com.au/contact-lx/" target="_blank">click here</a> to contact us, or telephone 1800 810 124.</p><p>LX is an award-winning electronics design company based in Sydney, Australia. LX services include full turnkey design, electronics, hardware, software and firmware design. LX specialises in embedded systems and wireless technologies design. http://www.lx-group.com.au</p><p><span
style="font-size: x-small;">Published by LX Pty Ltd for itself and the LX Group of companies, including LX Design House, LX Solutions and LX Consulting, LX Innovations.</span></p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/lx-group-examines-the-thingspeak-iot-platform/&title=LX+Group+examines+the+ThingSpeak+IoT+Platform&text=Continuing+from+our+previous+articles+which+are+focusing+on+a+range+of+currently-available+Internet-of-Things+systems%2C+we+now+move+forward+and+explore+another+addition+to+the+Internet-of-Things...&tags=and+the%2C+hardware%2C+thingspeak%2C+software%2C+device%2C+system%2C+design%2C+server%2C+connected" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/lx-group-examines-the-thingspeak-iot-platform/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Smart Farming with the Internet of Things</title><link>http://lx-group.com.au/smart-farming-with-the-internet-of-things/</link> <comments>http://lx-group.com.au/smart-farming-with-the-internet-of-things/#comments</comments> <pubDate>Tue, 23 Apr 2013 05:14:42 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[agriculture]]></category> <category><![CDATA[industrial internet]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet of things]]></category> <category><![CDATA[IOT]]></category> <category><![CDATA[LX Articles]]></category> <category><![CDATA[M2M]]></category> <category><![CDATA[data]]></category> <category><![CDATA[farm]]></category> <category><![CDATA[horticulture]]></category> <category><![CDATA[livestock]]></category> <category><![CDATA[monitoring]]></category> <category><![CDATA[of]]></category> <category><![CDATA[primary]]></category> <category><![CDATA[producer]]></category> <category><![CDATA[security]]></category> <category><![CDATA[things]]></category> <category><![CDATA[water]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3553</guid> <description><![CDATA[As the “Internet of Things” becomes increasingly prevalent this year, much has been written and systems devised to allow all manner of data to be gathered, analysed and devices controlled via wireless data networks. However these systems aren’t limited to items of a technological nature, as the broad IoT can also be of great benefit to primary producers and agriculture of almost any type. But how? It’s simple – if more data about a particular item of interest is available, you can make better decisions concerning that item. If that data was available in real-time, you can make informed decisions faster. Let’s consider four areas in the farming arena that can benefit from this technology with some example possibilities. Horticulture – There’s much more to achieving profitable returns on horticulture than just planting a seed and hoping it will grow. Apart from monitoring the weather – wireless sensors can be &#8230; <a
href="http://lx-group.com.au/smart-farming-with-the-internet-of-things/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>As the “Internet of Things” becomes increasingly prevalent this year, much has been written and systems devised to allow all manner of data to be gathered, analysed and devices controlled via wireless data networks. However these systems aren’t limited to items of a technological nature, as the broad IoT can also be of great benefit to primary producers and agriculture of almost any type. But how?</p><p>It’s simple – if more data about a particular item of interest is available, you can make better decisions concerning that item. If that data was available in real-time, you can make informed decisions faster. Let’s consider four areas in the farming arena that can benefit from this technology with some example possibilities.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/vines.jpg"><img
class="alignright size-full wp-image-3555" style="margin: 15px;" alt="vines" src="http://lx-group.com.au/wp-content/uploads/2013/04/vines.jpg" width="200" height="133" /></a></p><p>Horticulture – There’s much more to achieving profitable returns on horticulture than just planting a seed and hoping it will grow. Apart from monitoring the weather – wireless sensors can be used to monitor soil temperature and moisture (even for multiple depths), greenhouse temperature and humidity, leaf wetness levels, solar radiation, and rain levels. Real-time data from these types of sensors can be useful to change crop maintenance procedures from regularly-scheduled to “when required” – saving time and money. Furthermore as data is gathered over time, more accurate predictions can be made with regards to crop success with regards to external factors.</p><p>Livestock – The monitoring of livestock is crucial, especially for expensive breeds that require a higher level of maintenance. Tracking individual beasts via a GPS connected to a local wireless network makes it easy to locate animals in a hurry, alarm you if one or more range too far from home – or if one hasn’t moved during the day, which could either mean an animal has become injured or isn’t getting enough exercise. With RFID technology counting and tracking the animals individual statistics from birth to sale becomes faster and simpler. Furthermore as animals come and go the hardware can be reused for new births or acquisitions, reducing recurring costs and further hardware investment.</p><p>Security – This is often overlooked due to the nature of the prevailing surroundings and personal relationships built over generations. However as the rest of society has an increasing number of unsavoury elements, so too does the agricultural sector. There are many ways to keep track of assets, such as: adding GPS tracking devices to expensive machinery; intrusion-monitoring sensors to sheds, gates, pump boxes and greenhouses; ultrasonic motion sensors to detect vehicle movement on out of the way tracks and access roads; tank water level sensors can detect when the level drops too quickly – alerting you of a leak or water theft; and closed circuit television cameras are now digital, and can send images that are legible during day and night allowing monitoring of any asset of interest – as well as record passers-by helping themselves to popular vegetable crops.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/cows.jpg"><img
class="alignright size-full wp-image-3554" style="margin: 15px;" alt="cows" src="http://lx-group.com.au/wp-content/uploads/2013/04/cows.jpg" width="200" height="138" /></a></p><p>Water management – In some areas the supply of water is costly. As water rights are reduced and transport costs increase, monitoring water use and wastage is crucial. Water levels can be monitored across all storage tanks, flow sensors can monitor creek and river water movement and speed, and with data from soil moisture sensors, your system can supply the minimum required for agricultural purposes instead of timed watering sessions. Furthermore automated systems can indicate faults in water supply, tank leaks, and faults with irrigation systems – letting you know immediately before wastage becomes too serious and expensive.</p><p>All of the sensors and devices mentioned can communicate via wireless networks using WiFI or Zigbee-based technology. For remote situations or multiple-site use these WiFi devices can then communicate via the mobile broadband modems and existing cellular networks. Whether you’re in town or abroad, the data can be accessed via the Internet from almost anywhere.</p><p>The examples mentioned above may sound like overkill – or replacement of the work of an experienced farmer. However by automating systems and gathering data remotely you can reduce the time required to stay on top of routine tasks, increase efficient use of expensive resources, become immediately aware of any problems – which leaves you with more time to grow your business.</p><p>As an Australian organisation led by a team with a diverse background and industry experience, the LX Group can partner with you for your success. With wireless data and bespoke hardware experience in a wide variety of industries we can help you make the most of your business with our expertise and the best technology from around the world. For more information or a confidential discussion about your ideas and how we can help bring them to life – <a
href="http://lx-group.com.au/contact-lx/">click here</a> to contact us, or telephone 1800 810 124.</p><p>LX is an award-winning electronics design company based in Sydney, Australia. LX services include full turnkey design, electronics, hardware, software and firmware design. LX specialises in embedded systems and wireless technologies design. <a
href="http://www.lx-group.com.au/">http://www.lx-group.com.au</a></p><p><span
style="font-size: x-small;">Published by LX Pty Ltd for itself and the LX Group of companies, including LX Design House, LX Solutions and LX Consulting, LX Innovations.</span></p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/smart-farming-with-the-internet-of-things/&title=Smart+Farming+with+the+Internet+of+Things&text=As+the+%26%238220%3BInternet+of+Things%26%238221%3B+becomes+increasingly+prevalent+this+year%2C+much+has+been+written+and+systems+devised+to+allow+all+manner+of+data+to+be+gathered%2C+analysed+and+devices+controlled...&tags=water%2C+sensors%2C+systems%2C+wireless%2C+design" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/smart-farming-with-the-internet-of-things/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Should We Be Worried About Machine to Machine Communication?</title><link>http://lx-group.com.au/should-we-be-worried-about-machine-to-machine-communication/</link> <comments>http://lx-group.com.au/should-we-be-worried-about-machine-to-machine-communication/#comments</comments> <pubDate>Wed, 17 Apr 2013 11:51:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Awards]]></category> <category><![CDATA[. analysis]]></category> <category><![CDATA[cause and effect]]></category> <category><![CDATA[communication systems]]></category> <category><![CDATA[fundamental principles]]></category> <category><![CDATA[machine communication]]></category> <category><![CDATA[new technology]]></category> <category><![CDATA[technology revolution]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3546</guid> <description><![CDATA[We’re at a stage in the technology revolution where it’s difficult to tell whether the idea of machine to machine communication (M2M) is genuinely creepy, or if we’ve all just been watching too many sci-fi movies. If cinema classics such as the Terminator and The Matrix franchises are to be believed, encouraging too many advances in M2M may not bode well for the future of humanity. In the real world however, this new technology means miracles performed for business, medicine, education and day-to-day life. In 2012 the machine to machine communication industry generated over $26 billion, and that’s expected to rise to $33 billion by the end of 2013. &#160; From Fiction to Fact And therein lies the rub. There are different levels of M2M and, in fact, this technology has been used in more basic forms for many years in technology engines and industry. We certainly don’t lose any &#8230; <a
href="http://lx-group.com.au/should-we-be-worried-about-machine-to-machine-communication/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/terminator.jpg"><img
class="alignright  wp-image-3547" style="margin-left: 20px; margin-right: 20px;" alt="terminator" src="http://lx-group.com.au/wp-content/uploads/2013/04/terminator-300x240.jpg" width="240" height="192" /></a>We’re at a stage in the technology revolution where it’s difficult to tell whether the idea of machine to machine communication (M2M) is genuinely creepy, or if we’ve all just been watching too many sci-fi movies.</p><p>If cinema classics such as the <i>Terminator </i>and <i>The Matrix </i>franchises are to be believed, encouraging too many advances in M2M may not bode well for the future of humanity. In the real world however, this new technology means miracles performed for business, medicine, education and day-to-day life. In 2012 the machine to machine communication industry generated over $26 billion, and that’s expected to rise to $33 billion by the end of 2013.</p><p>&nbsp;</p><h2>From Fiction to Fact</h2><p>And therein lies the rub. There are different levels of M2M and, in fact, this technology has been used in more basic forms for many years in technology engines and industry. We certainly don’t lose any sleep over the idea that our trusted automobile is about to spring into sentient life and try and terminate us in our sleep, yet a modern vehicle contains extensive M2M communication systems.</p><p>We’re talking about the more basic <i>cause-and-effect</i> or <i>action-and-reaction</i> style of communication which will play its role in the <a
href="http://lx-group.com.au/should-you-be-excited-about-the-internet-of-things/"><span
style="color: #1155cc;"><span
style="text-decoration: underline;">Internet of Things</span></span></a> which we discussed last week. Firstly, let’s take a look at the underlying fundamental principles of how M2M works.</p><p>&nbsp;</p><h2>How it Works</h2><p>The series of sequential events which allow machines to communicate with one another are as follows.</p><p>&nbsp;</p><p><b>1. </b>An event happens and is subsequently recorded by a sensor of some kind</p><p><b>2. </b>The data recorded by the sensor is sent into a network</p><p><b>3. </b>That data is read by software and becomes computerised information known as ‘telemetry’</p><p><b>4. </b>This information is used by other computers (or machines) to react accordingly to the event</p><p>&nbsp;</p><p>It seems like a relatively straightforward process and, in many respects, it is. Let’s take a look at each of the individual steps in a little more detail.</p><p>&nbsp;</p><p><i><b>The Event</b></i></p><p>All around us is a massive and complex series of intertwined tiny events. The sensor data collected could be anything from a shift in temperature, to a change in stock inventory, human, animal or plant biometric data, time, distance or just about anything else.</p><p>&nbsp;</p><p><i><b>The Network</b></i></p><p>The network could be wired, wireless or a hybrid of both. The network is the mode of communication used by one or more machines to transfer the data between one another. This is not new, wireless M2M was pioneered by Siemens in 1995.</p><p>&nbsp;</p><p><i><b>The Translation</b></i></p><p>It’s easy for a human to look at a thermometer and understand that it’s around 37°. For the purposes of machine communication, this metric (or any other) must be translated into telematics code before being sent to another computer so it understands exactly what has been measured and where.</p><p>&nbsp;</p><p><i><b>The Action</b></i></p><p>An event happens, it is recorded and translated into telemetry and communicated to another device. This device takes action based on the information received, completing the M2M cycle.</p><p>&nbsp;</p><h2><span
style="font-family: Arial,serif;">The Possibilities </span></h2><p>A reduction in costs and increase in both quality and availability of the necessary technology to carry out Machine to Machine communication means we’re soon to enter the next phase of its evolution. Examples of this include applications such as:</p><p>&nbsp;</p><ul><li>Measuring biometric data from hospital patients which will automatically administer life-sustaining medicines based on the condition of their body.</li><li>Streamlining and automating processes behind international logistics companies which could save them millions of dollars annually.</li></ul><p>&nbsp;</p><p>It’s won’t be long before widespread adoption of M2M is experienced at the consumer level. This will have profound effects on our daily lives, many of which we cannot even envision yet.</p><p>&nbsp;</p><p>The idea of smart homes and even cities will be a hot topic at the <a
href="http://www.m2mconference.com/"><span
style="color: #1155cc;"><span
style="text-decoration: underline;">annual M2M conference</span></span></a> being held in London this year, and the attendees will be the Who’s Who of global ICT companies.</p><p>&nbsp;</p><h2>Do We Need to Start Worrying?</h2><p>For those who have indeed watched too much science fiction, or if you just have an overactive imagination, it’s worth noting that we probably have some time before we need to start worrying about the overthrow of the human race.</p><p>The reality of what makes a truly sentient being is still debated, and there is no indication that the answers are just round the corner. However, advanced M2M is likely to be a significant building block in the creation of a sentient artificial life form &#8211; if we ever get there.</p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/should-we-be-worried-about-machine-to-machine-communication/&title=Should+We+Be+Worried+About+Machine+to+Machine+Communication%3F&text=We%26%238217%3Bre+at+a+stage+in+the+technology+revolution+where+it%26%238217%3Bs+difficult+to+tell+whether+the+idea+of+machine+to+machine+communication+%28M2M%29+is+genuinely+creepy%2C+or+if+we%26%238217%3Bve+all+just+been...&tags=machine+communication%2C+%26nbsp%3B+the%2C+%26nbsp%3B%2C+communication%2C+machine%2C+which%2C+it%E2%80%99s%2C+technology" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/should-we-be-worried-about-machine-to-machine-communication/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LX Group examines the Ninja Blocks system</title><link>http://lx-group.com.au/lx-group-examines-the-ninja-blocks-system/</link> <comments>http://lx-group.com.au/lx-group-examines-the-ninja-blocks-system/#comments</comments> <pubDate>Wed, 17 Apr 2013 02:43:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[industrial internet]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet of things]]></category> <category><![CDATA[IOT]]></category> <category><![CDATA[LX Articles]]></category> <category><![CDATA[M2M]]></category> <category><![CDATA[ninja blocks]]></category> <category><![CDATA[product design]]></category> <category><![CDATA[prototype product]]></category> <category><![CDATA[blocks]]></category> <category><![CDATA[cloud]]></category> <category><![CDATA[control]]></category> <category><![CDATA[design]]></category> <category><![CDATA[group]]></category> <category><![CDATA[house]]></category> <category><![CDATA[lx]]></category> <category><![CDATA[ninja]]></category> <category><![CDATA[of]]></category> <category><![CDATA[remote]]></category> <category><![CDATA[things]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3537</guid> <description><![CDATA[Continuing from our previous articles which are focusing on a range of currently-available Internet-of-Things systems, we now move forward and explore another successful addition to the Internet-of-Things marketplace in more detail – the system known as “Ninja Blocks”. An Australian invention, developed only last year and originally released via the ubiquitous Kickstarter crowd funding system – Ninja Blocks are now a commercial product and available for use. It is billed as the “ Internet of things for the rest of us” – however anyone person or organisation can make good use of it. Like other systems the Ninja Blocks consist of two major elements – the hardware devices and attached I/O devices, and the software environment. Using this combination you can create sets of “rules” that allow interaction between the hardware and the end user with a variety of methods. For example temperature can be monitored remotely, alerts can be sent when &#8230; <a
href="http://lx-group.com.au/lx-group-examines-the-ninja-blocks-system/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Continuing from our previous <a
href="http://lx-group.com.au/articles/" target="_blank">articles</a> which are focusing on a range of currently-available Internet-of-Things systems, we now move forward and explore another successful addition to the Internet-of-Things marketplace in more detail – the system known as “Ninja Blocks”. An Australian invention, developed only last year and originally released via the ubiquitous Kickstarter crowd funding system – Ninja Blocks are now a commercial product and available for use. It is billed as the “ Internet of things for the rest of us” – however anyone person or organisation can make good use of it.</p><p>Like other systems the Ninja Blocks consist of two major elements – the hardware devices and attached I/O devices, and the software environment. Using this combination you can create sets of “rules” that allow interaction between the hardware and the end user with a variety of methods. For example temperature can be monitored remotely, alerts can be sent when a button is pressed, or an image can be emailed from the connected webcam – ideal for remote monitoring, security or personal interest applications.</p><p>Furthermore the entire system is open hardware, and can be modified at whim – all the design files are available for download and examination. So creating your own devices to interact using the system is a possibility, and we can easily help you integrate your existing hardware to make use of Nina Blocks connectivity. Now let’s examine the hardware and software in more detail.</p><p><em>Hardware</em> – Housed inside an enclosure (that you’re encouraged to open) is a “BeagleBone”, which is a single-board Linux-based computer running a 720 MHz super-scalar ARM Cortex-A8 processor. Attached is a daughter board which contains an Arduino-compatible microcontroller and a 433 MHz wireless data link. There’s also three USB ports to connect various sensors (such as temperature, motion detectors), actuators (such as radio-controlled AC outlets) and the aforementioned USB webcam. Connection to the Internet is via a typical RJ45 connection or a Wi-Fi USB adaptor.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/hw.png"><img
class="alignright size-full wp-image-3542" alt="hardware" src="http://lx-group.com.au/wp-content/uploads/2013/04/hw.png" width="200" height="133" /></a></p><p>Included in the Ninja Blocks retail package is a wireless passive infra-red motion detector, a wireless button (similar to a doorbell button), a wireless temperature/humidity sensor and a wireless door sensor (which is a magnet/reed switch, ideal for doors and windows). This allows experimentation and a rapid method of getting familiar with the system.</p><p>The wireless hardware operates in the consumer product 433 MHz frequency area, which allows integration with a wide variety of commercially-available products. If you can decode or understand the protocols used by such hardware it can be used with Ninja Blocks. For example the use of wireless AC outlets is a perfect example of how quickly (and safely) almost any device can be controlled remotely. In doing so this also removes the requirement for customised AC wiring and certification.</p><p><em>Software</em> – Getting started is incredibly simple, as the cloud-based environment allows you to create sets of rules that generate actions based on the data coming from the hardware. Like any other IoT system you can also create specific applications for your own needs to work with the cloud service. Further you can also update the firmware on the Arduino-compatible hardware inside the Ninja Block to allow for customised hardware interactions.</p><p>Just like the hardware design, there’s no secrets to the software and the Ninja Blocks API is documented including various examples that is growing over time. Any programmer with contemporary experience can get up to speed within a reasonable amount of time. However the system can remain “code-less” as the owner can simply work with the graphical cloud interface if need be.</p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/sw.png"><img
class="alignright size-full wp-image-3543" alt="software" src="http://lx-group.com.au/wp-content/uploads/2013/04/sw.png" width="200" height="171" /></a></p><p>The Ninja Blocks system spans almost every user type, from the interested beginner to the organisation who knows what they want and doesn’t have the resources to “reinvent the wheel”. It may look like a simple product however there is a huge scope for customisation and adapting existing hardware is a genuine possibility.</p><p>If you’re interested in moving forward with your own system based on the Ninja Blocks, we have existing experience with the platform, a relationship with the Ninja Blocks organisation and thus can guide you through the entire process – from understanding your needs to creating the required hardware interfaces and supplying firmware and support for your particular needs.</p><p>Our goal is to find and implement the best system for our customers, and this is where the LX Group can partner with you for your success. We can create or tailor just about anything from a wireless temperature sensor to a complete Internet-enabled system for you – within your required time-frame and your budget. For more information or a confidential discussion about your ideas and how we can help bring them to life – <a
href="http://lx-group.com.au/contact-lx/" target="_blank">click here</a> to contact us, or telephone 1800 810 124.</p><p>LX is an award-winning electronics design company based in Sydney, Australia. LX services include full turnkey design, electronics, hardware, software and firmware design. LX specialises in embedded systems and wireless technologies design. <a
href="http://www.lx-group.com.au" target="_blank">http://www.lx-group.com.au</a></p><p><span
style="font-size: x-small;">Published by LX Pty Ltd for itself and the LX Group of companies, including LX Design House, LX Solutions and LX Consulting, LX Innovations.</span></p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/lx-group-examines-the-ninja-blocks-system/&title=LX+Group+examines+the+Ninja+Blocks+system&text=Continuing+from+our+previous+articles+which+are+focusing+on+a+range+of+currently-available+Internet-of-Things+systems%2C+we+now+move+forward+and+explore+another+successful+addition+to+the...&tags=the+ninja%2C+you+can%2C+the+hardware%2C+ninja+blocks%2C+hardware%2C+system%2C+wireless%2C+blocks%2C+ninja%2C+design" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/lx-group-examines-the-ninja-blocks-system/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LX Group examines the Electric Imp system</title><link>http://lx-group.com.au/lx-group-examines-the-electric-imp-system/</link> <comments>http://lx-group.com.au/lx-group-examines-the-electric-imp-system/#comments</comments> <pubDate>Wed, 10 Apr 2013 00:18:28 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[electric imp]]></category> <category><![CDATA[industrial internet]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet of things]]></category> <category><![CDATA[IOT]]></category> <category><![CDATA[LX Articles]]></category> <category><![CDATA[M2M]]></category> <category><![CDATA[product design]]></category> <category><![CDATA[product evolution]]></category> <category><![CDATA[cloud]]></category> <category><![CDATA[control]]></category> <category><![CDATA[design]]></category> <category><![CDATA[electric]]></category> <category><![CDATA[group]]></category> <category><![CDATA[house]]></category> <category><![CDATA[imp]]></category> <category><![CDATA[iot]]></category> <category><![CDATA[lx]]></category> <category><![CDATA[of]]></category> <category><![CDATA[remote]]></category> <category><![CDATA[service]]></category> <category><![CDATA[things]]></category> <category><![CDATA[wireless]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3527</guid> <description><![CDATA[Continuing from our article last week which examined the Twine wireless sensor blocks, we now move forward and explore another recent addition to the Internet-of-Things marketplace in more detail – the “Electric Imp”. Although the name sounds somewhat toy-like, the system itself is quite the opposite. It&#8217;s a unified hardware, software and connectivity solution that&#8217;s easy to implement and quite powerful. It offers your devices WiFi connectivity and an incredibly simple development and end-user experience. That&#8217;s a big call, however the system comprises of a relatively simple hardware solution and software development environment that has a low financial and learning entry level yet is quite customisable. Like other systems it comprises of a hardware and software component, so let&#8217;s examine those in more detail. Hardware – Unlike other IoT systems such as Twine or cosm, the Electric Imp has a very well-defined and customisable hardware structure that is both affordable &#8230; <a
href="http://lx-group.com.au/lx-group-examines-the-electric-imp-system/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><span
style="font-size: medium; font-family: Arial, sans-serif; color: #232323;">Continuing from our article <a
href="http://lx-group.com.au/lx-group-examines-twine-wireless-sensor-blocks/" target="_blank">last week</a> which examined the Twine wireless sensor blocks, we now move forward and explore another recent addition to the Internet-of-Things marketplace in more detail – the “Electric Imp”. Although the name sounds somewhat toy-like, the system itself is quite the opposite. It&#8217;s a unified hardware, software and connectivity solution that&#8217;s easy to implement and quite powerful. It offers your devices WiFi connectivity and an incredibly simple development and end-user experience.</span></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">That&#8217;s a big call, however the system comprises of a relatively simple hardware solution and software development environment that has a low financial and learning entry level yet is quite customisable. Like other systems it comprises of a hardware and software component, so let&#8217;s examine those in more detail.</span></span></span></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"><i>Hardware – </i></span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">Unlike other IoT systems such as Twine or cosm, the Electric Imp has a very well-define</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">d and customisable</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"> hardware structure that is both affordable and incredibly compact. Almost all of the hardware is in a package the size of an SD memory card, and the only external parts required are a matching SD socket to </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">physically contain and connect with</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"> the Imp card with your project, and supporting circuitry for an Atmel ATSHA204 authentication chip </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">which enables Imp cards to identify themselves as unique units</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">in the system.</span></span></span></p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/im1.jpg"><img
class="alignright size-medium wp-image-3528" alt="Imp" src="http://lx-group.com.au/wp-content/uploads/2013/04/im1-300x198.jpg" width="300" height="198" /></a></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">Connection to the cloud service is via a secure </span></span></span><span><span
style="font-family: freight-sans-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;"><span
style="font-size: medium;">802.11b/g/n</span></span></span> <span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">WiFi network and supports </span></span></span><span><span
style="font-family: freight-sans-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;"><span
style="font-size: medium;">WEP, WPA and WPA2 encryption, </span></span></span><span><span
style="font-family: freight-sans-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;"><span
style="font-size: medium;">however due to the size of the Imp th</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">ere isn&#8217;t an option for a wired connection. </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">The external support schematic is made available by the Imp team so you can easily implement it into almost any prototype or existing product. </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">But how?</span></span></span></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">Imagine a tiny development board with GPIO pins, an SPI and I2C-bus, a serial UART, and a 16-bit ADC inside your project that is controlled via WiFi – this is what the Imp offers. It&#8217;s quite exciting to imagine the possibilities that can be introduced to existing projects with this level of control and connectivity. From remote control to data gathering, system monitoring to advanced remote messaging systems – it&#8217;s all possible. Furthermore, due to the possibility of completely internal embedding of the Imp system inside your product, system reliability can be improved greatly as there&#8217;s no points of weakness such as network cables, removable parts or secondary enclosures.</span></span></span></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"><i>Software</i> – As each Imp is uniquely identifiable on the Imp cloud service, you can use more than one in any application. Furthermore, your Imp firmware is created and transmitted to each Imp card online – which allows remote firmware updates as long as the Imp has a network connection; and a cloud-based IDE to allow collaboration and removes the need for customised programming devices, JTAGs, or local IDE installations. This saves time, money, development costs and offers a more portable support solution.</span></span></span></p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/imp2.png"><img
class="alignright size-medium wp-image-3529" style="margin: 5px;" alt="Imp" src="http://lx-group.com.au/wp-content/uploads/2013/04/imp2-300x100.png" width="300" height="100" /></a></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">The firmware is written in a C-like language named “Squirrel”, which is created using the aforementioned online IDE. Once uploaded to the Imp card the firmware can still operate if it loses a network connection – or if a run-time error occurs and a network is available, the details will be sent back to the IDE. This allows developers the ability to remotely debug Imp applications in real-time – saving on-site visits and unwanted client-supplier interactions.</span></span></span></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">Furthermore, Imps have an inbuilt LED which can be utilised to display status modes if an application fails or other information which can be used to a clients&#8217; benefit, helping them describe possible issues if a network connection isn&#8217;t available. There is a detailed language description, a wide range of tutorials and example code to help developers get started &#8211; and although some features are still in the beta-stage, the core advertised features are available at the time of writing.</span></span></span></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">If you&#8217;re interested in moving forward with the Electric Imp, we can guide you through the entire process, from understanding your needs to creating the required hardware interfaces and supplying firmware and support for your particular needs. The up-front hardware cost is much lower than other systems, and with volume pricing the implementation costs can be reduced further.</span></span></span></p><p><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">Our goal is to find and implement the best system for our customers, and </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">this is where the LX Group can partner with you for your success. </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">We can </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">create or tailor just about</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"> anything from a </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">wireless temperature </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">sensor to a complete Internet-enabled system for you –</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"> within your required time-frame and your budget</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">. </span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">For more information or a confidential discussi</span></span></span><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;">on about your ideas and how we can help bring them to life – </span></span></span><a
href="http://lx-group.com.au/contact-lx/" target="_blank"><span
style="color: #da0700;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"><span>click here</span></span></span></span></a><span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"> to contact us, or telephone 1800 810 124.</span></span></span></p><p><span
style="font-family: Arial, sans-serif;"><span
style="font-size: medium;"><span
style="color: #232323;">LX is an award-winning electronics design company based in Sydney, Australia. LX services include full turnkey design, electronics, hardware, software and firmware design. LX specialises in embedded systems and wireless technologies design.</span><span
style="color: #da0700;"> http://www.lx-group.com.au</span></span></span></p><p
align="LEFT"><span
style="font-size: x-small;"> <span
style="color: #232323;"><span
style="font-family: Arial, sans-serif;">Published by LX Pty Ltd for itself and the LX Group of companies, including LX Design House, LX Solutions and LX Consulting, LX Innovations.</span></span></span></p><p
align="LEFT"> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/lx-group-examines-the-electric-imp-system/&title=LX+Group+examines+the+Electric+Imp+system&text=Continuing+from+our+article+last+week+which+examined+the+Twine+wireless+sensor+blocks%2C+we+now+move+forward+and+explore+another+recent+addition+to+the+Internet-of-Things+marketplace+in+more+detail...&tags=the+imp%2C+hardware%2C+system%2C+network%2C+which%2C+firmware%2C+design%2C+software%2C+systems" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/lx-group-examines-the-electric-imp-system/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Should You Be Excited About the ‘Internet of Things’?</title><link>http://lx-group.com.au/should-you-be-excited-about-the-internet-of-things/</link> <comments>http://lx-group.com.au/should-you-be-excited-about-the-internet-of-things/#comments</comments> <pubDate>Mon, 08 Apr 2013 22:18:05 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Awards]]></category> <category><![CDATA[institute of technology]]></category> <category><![CDATA[pollution levels]]></category> <category><![CDATA[radio frequency identification]]></category> <category><![CDATA[radio frequency identification rfid]]></category> <category><![CDATA[sensors]]></category> <category><![CDATA[technological transition]]></category> <category><![CDATA[wireless chips]]></category> <category><![CDATA[wireless technology]]></category> <category><![CDATA[zigbee]]></category><guid
isPermaLink="false">http://lx-group.com.au/?p=3514</guid> <description><![CDATA[&#160; The statement “we’re on the brink of a revolution” typically induces an eye rolling response. The phrase has been bandied around by just about every marketing company which, frankly, makes it sound boring. Furthermore, if anything genuinely ‘revolutionary’ was imminent for humanity, surely we’d know all about it? Well, not necessarily, and for those unaware: we really are on the brink of a revolution. This particular revolution comes in the form of a very tangible technological transition referred to as ‘the Internet of Things’ (IoT). The phrase was coined in 1999 by Kevin Ashton, a tech guru hailing from the Massachusetts Institute of Technology (MIT). ‘Things’ in this instance refers to day-to-day material objects and devices which historically have not been connected to the Internet. But we are now entering an age where everything is connected via the Internet, rather than just the varying types of computers that we &#8230; <a
href="http://lx-group.com.au/should-you-be-excited-about-the-internet-of-things/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>&nbsp;</p><p><span
style="color: #000000;"><span
style="font-family: Arial,serif;">The statement “we’re on the brink of a revolution” typically induces an eye rolling response. The phrase has been bandied around by just about every marketing company which, frankly, makes it sound boring. Furthermore, if anything genuinely ‘revolutionary’ was imminent for humanity, surely we’d know all about it? Well, not necessarily, and for those unaware: we really are on the brink of a revolution.</span></span></p><p><a
href="http://lx-group.com.au/wp-content/uploads/2013/04/digital-era.jpg"><img
class="size-medium wp-image-3516 alignleft" style="margin-left: 20px; margin-right: 20px;" alt="digital-era" src="http://lx-group.com.au/wp-content/uploads/2013/04/digital-era-300x213.jpg" width="300" height="213" /></a></p><p><span
style="color: #000000;"><span
style="font-family: Arial,serif;">This particular revolution comes in the form of a very tangible technological transition referred to as ‘the Internet of Things’ (IoT). The phrase was coined in 1999 by Kevin Ashton, a tech guru hailing from the Massachusetts Institute of Technology (MIT). ‘Things’ in this instance refers to day-to-day material objects and devices which historically have not been connected to the Internet. But we are now entering an age where everything is connected via the Internet, rather than just the varying types of computers that we are used to. This is the IoT revolution, and in this article we’re going to take a look at the ramifications therein.</span></span></p><p>&nbsp;</p><p>&nbsp;</p><p><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,serif;"><span
style="font-size: medium;"><b>How Does It Work?</b></span></span></span></p><p><span
style="color: #000000;">‘<span
style="font-family: Arial,serif;">Wirelessly’ is the short answer to that question. Wireless technology is advancing and being adopted at an incredible pace, and organisations such as </span></span><a
href="http://www.abiresearch.com/"><span
style="color: #1155cc;"><span
style="font-family: Arial,serif;"><span
style="text-decoration: underline;">ABI Research</span></span></span></a><span
style="color: #000000;"><span
style="font-family: Arial,serif;"> estimate over 5 billion wireless chips will ship in 2013. In addition to the kind of wireless chips which might be used for WiFi connection, other technologies are also on the rise including radio frequency identification (RFID) chips, improved Bluetooth, ZigBee, and plenty more besides.</p><p>With this relatively inexpensive method of information transfer in place, the next element of the Internet of Things is sensors. If everything from temperature readings, to the contents of your stomach (more on this later), to geolocation of just-about-anything, to pollution levels, can be measured and reported on, the potential is genuinely limitless.</span></span></p><p>&nbsp;</p><p><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,serif;"><span
style="font-size: medium;"><b>Is It Too Early to Start Getting Excited?</b></span></span></span></p><p><span
style="color: #000000;"><span
style="font-family: Arial,serif;">It’s easy to see many products incorporating aspects of this technology even today. One better-known example would be the </span></span><span
style="color: #000000;"><span
style="font-family: Arial,serif;"><i>Nike+ </i></span></span><span
style="color: #000000;"><span
style="font-family: Arial,serif;">System which records and monitors your workout data with sensors installed in trainers. Earlier this year, President and COO of KORE Telematics, Alex Brisbourne had an article published in Forbes also pointing out that the Internet of Things isn’t such a new concept when you consider that telemetry systems such as those used in black box airplane recorders, and homing devices, have been around for a long time.</span></span></p><p><span
style="color: #000000;"><span
style="font-family: Arial,serif;">However, many respectable organisations and forecasters believe 2013 will be the year of IoT, and MIT is counted among them. For example, while the </span></span><span
style="color: #000000;"><span
style="font-family: Arial,serif;"><i>Google Glass </i></span></span><span
style="color: #000000;"><span
style="font-family: Arial,serif;">reality augmentation headset is being met with considerable scepticism, a story in the Washington Post suggests that the product could offer an ideal method to control, manage and interact with various IoT objects with the necessary wireless communication hardware installed.</span></span></p><p>&nbsp;</p><p><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,serif;"><span
style="font-size: medium;"><b>A Day in the Life of the Internet of Things</b></span></span></span></p><p><span
style="color: #000000;"><span
style="font-family: Arial,serif;">Whether your interest in the IoT stems from a business profit perspective or more of a geeky tech enthusiast angle, the ramifications are as significant as they are exciting. A simple example might be if you had an early flight to catch, let’s say you’re taking a two-week holiday. Your smart phone would communicate with the airport timetable and be aware of any changes to the flight times, and this information would be shared with your local IoT. You would be automatically woken up in good time to make the airport, and your electronic appliances that had automatically activated early would switch to energy-saving holiday mode once they detected that you had left the house. Your vehicle navigation would determine the best route to take based on real time information from traffic and weather sensors, and would guide you to the closest or lowest cost vacant parking space when you reached the airport. While on holiday similar interactions with your accommodation environment would ensure a comfortable, effortless and energy efficient experience. Then on your return the process would reverse, your household appliances would be informed of your schedule and activate in advance so you returned to a warm and organised house.</span></span></p><p>&nbsp;</p><p><span
style="color: #000000;"><span
style="font-family: Trebuchet MS,serif;"><span
style="font-size: medium;"><b>Examples Pending Release</b></span></span></span></p><p><span
style="color: #000000;"><span
style="font-family: Arial,serif;">Naturally, as this revolution has been unfolding, so has a race between commercial technology companies. Some great examples include</span></span></p><p>&nbsp;</p><ul><li><span
style="color: #000000;"><span
style="font-family: Arial,serif;">A digestible sensor which stays in your stomach and communicates optimal timings for consumption of prescribed medicines &#8211; </span></span><a
href="http://proteusdigitalhealth.com/proteus-digital-health-announces-fda-clearance-of-ingestible-sensor/"><span
style="color: #1155cc;"><span
style="font-family: Arial,serif;"><span
style="text-decoration: underline;">Source</span></span></span></a></li></ul><ul><li><span
style="color: #000000;"><span
style="font-family: Arial,serif;">A baby monitoring garment to make sure we know what’s going on with our toddlers when we’re not around &#8211; </span></span><a
href="http://www.restdevices.com/blog/"><span
style="color: #1155cc;"><span
style="font-family: Arial,serif;"><span
style="text-decoration: underline;">Source</span></span></span></a></li></ul><ul><li><span
style="color: #000000;"><span
style="font-family: Arial,serif;">Significantly improved energy efficiency (the world over) &#8211; </span></span><a
href="http://www.nest.com/"><span
style="color: #1155cc;"><span
style="font-family: Arial,serif;"><span
style="text-decoration: underline;">Source</span></span></span></a></li></ul><ul><li><span
style="color: #000000;"><span
style="font-family: Arial,serif;">Monitoring the successful growth of plants, both commercially and domestically &#8211; </span></span><a
href="http://postscapes.com/wireless-plant-sensors"><span
style="color: #1155cc;"><span
style="font-family: Arial,serif;"><span
style="text-decoration: underline;">Source</span></span></span></a></li></ul><ul><li><span
style="color: #000000;"><span
style="font-family: Arial,serif;">Finding parking spaces in heavily congested cities more easily &#8211; </span></span><a
href="http://www.streetline.com/parksight/"><span
style="color: #1155cc;"><span
style="font-family: Arial,serif;"><span
style="text-decoration: underline;">Source</span></span></span></a></li></ul><p>&nbsp;</p><p><span
style="color: #000000;"><span
style="font-family: Arial,serif;">It’s an exciting time and IoT technology may genuinely revolutionise humanity. Ideally, it will greatly support reductions in energy consumption and consequently global warming, plus it has the potential to increase human productivity and quality of life in hundreds of ways that we haven’t even thought of yet.</span></span></p> <br/><a
href="http://www.socialmarker.com/?link=http://lx-group.com.au/should-you-be-excited-about-the-internet-of-things/&title=Should+You+Be+Excited+About+the+%26%238216%3BInternet+of+Things%26%238217%3B%3F&text=%26nbsp%3B+The+statement+%26%238220%3Bwe%26%238217%3Bre+on+the+brink+of+a+revolution%26%238221%3B+typically+induces+an+eye+rolling+response.&tags=the+internet%2C+would%2C+%26nbsp%3B%2C+internet%2C+source%2C+%26%238211%3B%2C+technology%2C+which" target="_blank"><img
src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a
href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded> <wfw:commentRss>http://lx-group.com.au/should-you-be-excited-about-the-internet-of-things/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>