Translate

Showing posts with label M2M. Show all posts
Showing posts with label M2M. Show all posts

Saturday, October 18, 2014

M2M - digunakan untuk deteksi sapi

Freitag: Translating M2M vehicles to M2M animals

 0
It’s Freitag and the weekend is upon us. Each week this column will focus on light hearted musings of the wireless industry and all of the moving parts that make this industry work. Claudia Bacco, Managing Director – EMEA, has spent her entire career the telecom, IT and Security. Having experience at an operator, software and hardware vendors and as a well-known industry analyst, she has many opinions on the market. She’ll be sharing those opinions along with ongoing trend analysis for RCR Wireless News through daily contributions going forward.
A Swiss company named Anemon is working with local dairy farmers to provide a better alternative to knowing when their cows are in heat. Sounds like a strange machine-to-machine application, but just hold on. And first a bit of background, because like me you probably aren’t a cow reproductive expert.
In order for a dairy cow to be able to produce milk she needs to have a baby. This translates into one baby per year to keep milk production at desired levels. If you aren’t successful in having a calf, you are likely out between 300 – 500 Euros in lost milk revenue per cow per year that doesn’t have a calf. That doesn’t sound like a lot, but if you have a high number of cows in your herd it can add up.  And if this is your only source of income it’s even more important.
How do you know when your cow is in heat? First of all, only about 60% of cows show external symptoms when they are in heat. This means the farmer must watch the cow’s behavior and take their internal temperature four times per day for signs of it being the right time to breed. Twice during the day and twice during the night the cow’s temperature needs to be checked. So farmers aren’t getting much sleep or having much time for other farm requirements. This causes the prospects for surviving on dairy farming alone to be difficult.
Anemon’s solution not only measures the cow’s temperature but the cow’s movement. There is an internal device which is easily inserted to take the cow’s temperature and transmit that information to a small box on the cow’s bell collar. The temperature and level of movement is transmitted to the farmer’s smartphone to alert him it’s time to breed the cow. Anemon
So what do vehicles have to do with this? I spoke with Kurt Hug, chairman of the board of directors for Anemon. He is also a professor at the University of Applied Sciences in Bern, Switzerland, in the Automotive Telemetry division. When he was originally approached to help solve this problem he went to his roots in automotive telemetry to develop a solution. Why couldn’t cows with sensors be tracked in the same fashion as a vehicle fleet? You monitor a moving organism, transmit the data via the cloud to a server and take action as a result of that data. Pretty cool.
KoalaIn yet another animal-related M2M application, Telit Wireless Solutions is helping to track the threatened Koala population in Australia. The Australian Koala population is targeted to be around 100,000 with 4,000 killed annually by dogs and cars. They are hard to track as they live high up in trees and their anatomy is not conducive to a normal collar.
A Koala specific collar was developed that can track their location, level of moment and if they have been involved in a vehicular accident. Similar to the cow scenario, the information is transmitted via wireless base stations to the cloud where the data can be downloaded and analyzed.
As a self-professed animal lover, it’s great to see technology being used to help provide higher levels of understanding and care for animals. I hope there’s more to come from these companies and others.
Like what you read? Visit me on Twitter!

Thursday, July 25, 2013

Koneki Open-Source Development Tools Simplify M2M Development

Koneki Open-Source Development Tools Simplify M2M Development


As the first pillar in the M2M IWG effort and the initiative that spawned the entire project, Koneki aims to solve one of the biggest problems for M2M developers: a lack of effective tools for developing embedded applications.

Machine-to-machine (M2M) communications is one of the most exciting and fastest-growing technology areas today, with a projected 50 billion connected devices deployed by 2020.1 And yet M2M technology is still not evolving as quickly as it could because too many basic development functions remain closed and proprietary.
Most M2M technology solutions were created as custom pieces of software, built for a specific purpose, usually with proprietary protocols, operating systems, and server implementations. This industry fragmentation prevents developers from freely reusing software and skills or from tapping into the knowledge of a large community of fellow developers working on similar problems.
Indeed, when it comes to M2M development, it barely makes sense to classify it as a single field. Developers may become experts in one vendor’s development environment and hardware, but there have been very few areas where that knowledge or expertise could be ported from one closed environment to another. 
The M2M Industry Working Group (M2M IWG – http://m2m.eclipse.org), established by the Eclipse Foundation and Sierra Wireless, aims to change this by developing a universal, end-to-end open-source software stack for building embedded applications. The M2M IWG effort encompasses several areas, including:
• Koneki: a large and growing set of open-source M2M developer tools and libraries designed to simplify M2M development (www.eclipse.org/koneki/)
• Mihini: an open-source embedded application framework on top of Linux to provide a common platform for M2M applications (www.eclipse.org/mihini/)
• Paho: a growing set of standardized, open-source communication protocols for embedded applications (www.eclipse.org/paho/)
Together, these tools will help to standardize and accelerate embedded application development and, ideally, spur new innovation in M2M technology. By making it possible for virtually anyone to build M2M solutions, the M2M IWG hopes to inspire a new generation of developers to turn their creativity and talents to building unique new connected applications. Koneki M2M development tools are the first and most advanced of these M2M open-source efforts.
The Pressing Need For M2M Development Tools
As the first pillar in the M2M IWG effort and the initiative that spawned the entire project, Koneki aims to solve one of the biggest problems for M2M developers: a lack of effective tools for developing embedded applications.
Fundamentally, implementing an M2M solution means programming an embedded device—linking a sensor or other connected device to the Internet or another network. And historically, there have been no good, common tools available to simplify that process. Instead, developers have had to rely on low-level editors for basic code development or closed, proprietary integrated development environments (IDEs) built for a specific type of hardware.
For an application developer, especially one seeking to implement a basic connected solution for the first time, there was no way to reuse familiar programming tools and environments. Instead, building an embedded application meant installing and learning an entirely new set of complicated tools from the ground up. Thus, the birth of Koneki (and of the M2M IWG itself) can be boiled down to a simple plea: we need tools! We need to make it easier to develop, debug, and simulate embedded applications.
Koneki Tools
Koneki provides an ecosystem of tools for M2M developers, primarily in the form of an IDE for the Lua programming language, built for the Eclipse open-source framework. This includes debugging and simulation tools on a level that previously were available only for specific, proprietary hardware, if they were available at all. By providing an IDE and a growing set of M2M tools for Eclipse, Koneki will make it easy for even first-time M2M developers to create embedded applications. Koneki includes:
• Lua development tools: Koneki development tools are designed to support Lua, a simple, easy-to-learn scripting language (see “Use Lua To Develop M2M Embedded Applications”). Seasoned developers can master Lua in a few hours. But even more importantly, by embracing Lua, embedded applications can become accessible to a much larger group of potential developers. For example, someone may want to connect a greenhouse to be able to remotely check temperature and humidity. This person may not be an advanced programmer. He just wants a simple way to connect some sensors to the Internet. With a Lua-based IDE running in Eclipse, he can write a few lines of script and get his application online. The Lua IDE provided within Koneki also includes advanced code completion features, debuggers, source control systems integration such as Git, and a variety of other functions that operate transparently under the hood to make it easier to develop an application.
• Simulation tools: People developing an embedded application, especially those attempting one for the first time, may not have access to all the hardware that the application will use when they begin development. Koneki helps simulating the various sensors and communication scenarios the application will use.
• Remote development: Koneki makes it much easier to write source code and deploy it on an embedded device for testing, a process that was historically very complex. With Koneki and Eclipse, developers can write their application and click a button, and under the hood, the application is transferred to the remote system and launched automatically.
Ultimately, the combination of these tools will create a “one-stop shop” for developing M2M applications. It also will allow developers to cultivate and build on their embedded application skills and knowledge in a way that wasn’t possible before.
Capitalizing On Eclipse
Early on in the process of trying to create a body of common M2M development tools, our team at Sierra Wireless decided that the Eclipse Foundation was the right home for an open-source M2M IDE. Eclipse is not only an open-source foundation, but historically it also has been a platform built to support common development tools.
From the beginning, Eclipse was meant to provide an extensible IDE that would support a large, constantly growing body of plug-ins, debuggers, source code management systems, and other tools across a variety of development environments to make it easier to develop applications. This is exactly what has been missing for embedded applications.
When developers rely on proprietary tools from a manufacturer or hardware vendor, they can’t use many of the common tools and enhancements that they can apply to other types of development to work more productively. Eclipse makes that possible by supporting all manner of plug-ins and making M2M tools extensible for the first time. With an embedded application IDE and tools within Eclipse, developers can develop M2M applications in much the same way they develop any other application, using common tools, within a single development framework.
A developer can create an entire M2M solution—for example, an embedded application that communicates with a back-end application that’s accessible through a mobile user interface (UI) in an Android app—within the same Eclipse environment. And, because Eclipse is an open environment, it will continue to evolve to support more tools and enhancements, making it faster and easier to create powerful embedded applications.
Laying The Groundwork For More M2M Innovation
Koneki development tools provide an important first step in creating a common, open, and easy to use IDE for supporting developers of M2M applications. Today, any developer interested in using these tools can visit the Eclipse Web site at www.eclipse.org/koneki/and download and begin using these tools.
In fact, the Lua development tools within Koneki are now mature enough that we recently released an official 1.0 version of Lua Development Tools, available for download right now. Developers can also download an OMA-DM simulator for simulating the popular device management protocol from the Open Mobile Alliance.
As more developers embrace these open-source tools, as well as other elements of the M2M IWG initiative—the Mihini open-source framework and a growing body of open-source M2M protocols—we believe we can begin to unlock the full potential of M2M applications.
Reference
“The Internet of Things,” Cisco, http://share.cisco.com/internet-of-things.html
Benjamin Cabé is an open-source evangelist at Sierra Wireless. He has a longtime passion for Eclipse and its ecosystem and is a committer on several Eclipse projects and contributor to numerous other open source projects. In his day-to-day job, and as the chair of the Eclipse M2M Industry Working Group, he advocates the use of innovative technologies for the Internet of Things. He also co-leads Eclipse projects Koneki and Mihini. When not wandering on the Internets engaging M2M/IoT developers, he is building crazy machines with Arduino kits and Raspberry Pis. You can find him online on Twitter (@kartben) or on his blog, http://blog.benjamin-cabe.com. He can be reached at bcabe@sierrawireless.com.

Saturday, July 20, 2013

Ide ide implementasi M2M




CTL308

About this Solution
Smart Energy display (Zigbee)

Founded in 1974, Computime is one of the world's biggest providers of innovative automation and control solutions to customers in commercial, industrial and consumer markets. Computime is a reliable development and manufacturing partner with more than 7,000 employees, headquarter in Hong Kong and factories in Southern China.

Our CTL308 In-Home Display is a feature-rich ZigBee Smart Energy display that is both easy to use and cost effective, providing real-time and accumulated energy usage data as well as message and price information from the utility.

The In-Home Display unit shows current energy usage, history of energy usage and forecast of energy usage (based on the history data). The smart ZigBee™Technology enables the unit to communicate with utility company so the user can receive messages specific to utility and the user selected consumer program.

Key features:
  • Shows the current level of energy that is consuming and the cost per hour (usage information available for today / last 24 hours / last 30 days)
  • Forecasts the current month’s energy usage based on the average daily usage/cost for the last 30 days
  • Shows today’s energy usage and compares it to the average daily usage and cost for the last 30 days
  • Graphical display of energy consumption history
  • Supporting Smart Energy clsuters: price, simple metering, messages
  • Choose between three levels of LCD back light brightness
  • With high power Zigbee module designed by Computime for 400m communication range in open area
  • 24 hours AM/PM with day display
  • 5V DC power supply
  • 3.5” full dot matrix LCD display
  • 16Mbit flash memory.
  • Certified by Zigbee Alliance (SEP 1.0)
This Solution is intended for:
Energy, Consumer Electronics.
Solution Benefits:
Gives consumers information about their energy consumption and helps to identify energy saving potential Receive price information and messages from the utility provider, e.g on promotions, energy saving tips Four menu driven navigation buttons provide simple and user friendly operations Information is easy to read due to graphical display
Segments:
  • Smart Energy Solutions
  • Consumer Solutions
  • M2M Devices
Media
Images:
CTL308
CTL308

Ide ide implementasi M2M




Airnet Plus HSPA Router

About this Solution
2G/3G Multi Service Router with PoE with optional 802.11 b/g/n WiFi module
Technical Paramteres Power supply:
  • 12V DC, 1A Dimesions: 200*115*35 mm
  • Case: alluminium
  • Operating temperature range: 0°C -> +50°C
  • Radio Modem Characteristics
  • CPU: Atheros AR7130, 300Mhz RAM: 32 MB DDR SDRAM (on-board)
  • Network Interface: 1 FastEthernet 10/100 MBit/s with Auto-MDI/X
  • Reset: by internal switch
  • Power supply: external or Power over Ethernet 10-28 V DC
  • Power consumption: typical 3W, maximum 12W USB
  • Interfaces: 1 Frequency: 4.920-6,100 Mhz (at steps of 5 Mhz or multiples)
  • Radio module: Atheros AR5414
  • Security: WEP 64/128 bit / WPA 802.1x / TKIP / AES-CCM
  • Supported networks: UMTS/HSPA and GSM/GPRS/EDGE
  • Maximum output power: 24 dBm Sensitivity: 102 dBm
  • Included accessories: External power supply 230V AC - 12V DC Stilo antenna
Supported Data Protocols Routing and Management - TCP/IP, Firewall and NAT, port range, IP protocol (ICMP type, TCP flags and MSS), ToS (DSCP) byte Data Rate Management - Hierarchical HTB QoS system with bursts;
  • per IP / protocol / subnet / port / firewall mark;
  • PCQ, RED, SFQ, FIFO queue;
  • CIR, MIR, contention ratios, dynamic client rate equalizing (PCQ), bursts, Peer-to-Peer protocol limitation Point-to-Point tunneling protocols - PPTP, PPPoE e L2TP;
  • PAP, CHAP, MSCHAPv1 e MSCHAPv2;
  • autenticazione RADIUS;
  • MPPE encryption;
  • PPPoE;
  • data rate limitation;
  • differentiated firewall DHCP - DHCP server; DHCP relay;
  • DHCP client; DHCP in multiple networks;
  • RADIUS support Simple tunnels - IPIP tunnels, EoIP (Ethernet over IP) IPsec - IP security AH e ESP;
  • MODP Diffie-Hellman 1,2,5;
  • hasing MD5;
  • encryption DES, 3DES, AES-128, AES-192, AES-256;
  • Perfect Forwarding Secrecy (PFS) MODP 1,2,
This Solution is intended for:
Hardware, Secuirity, Industrial Automation, Consumer Electronics, Retail & Commerce
Solution Benefits:
Key Features
  • Download up to 7.2 MBit/s and Upload up to 2 MBit/s
  • Integrated cellular modem 2G GSM/GPRS/EDGE and 3G
  • UMTS/HSPA Quad-band: 900/1800/1900/2100 Mhz
  • Optimized for video transmission and custom data transfer applications
  • Software customization possible
  • Configuration by Urmet Airnet configuration utility
  • Optional WiFi 802.11 b/g/n
Segments:
  • Security Solutions
  • Automation Solutions
  • Consumer Solutions
  • Retail Solutions
  • M2M Devices
Media
Images:
Airnet Plus HSPA Router

Ide ide implementasi M2M




CCTV Security Solutions

About this Solution
Urmet has a consistent and modular offer for security surveillance.
Knowledge of the market, attention to customer requirements, and constant technogical evolution: Urmet is putting all it's energy and experience of the group into providing you with a complete range of integrated products which are put together from real solutions for the different environments.

Efficiency

Urmet CCTV systems have been designed and produces to create stable solution composed by products of maximum realiability and high performance able to protect, monitor, verify, and integrate.

Professionality

The professionality of Urmet CCTV systems is a result of a portfolio composed by technolgically advanced products, beginning from the demand analisys and competent consulting to the realization of the full solution.

Research and Development

Only constant activities in research and development guarantee products which are technologically up-to-date and innovative.

Versatility

Each application context requires its own dedicated solutions. Urmet has created a complete offer serving three different market segments: Standard, Full Level, and High Profile.

Simplicity and Integration: the Software

Urmet has developed dedicated software solutions enabling the user to centrally manage the systems using an intuitive graphical user interface.
This Solution is intended for:
All segments of the video surveillance market
Solution Benefits:
Urmet is putting all it's energy and experience of the group into providing you with a complete range of integrated products which are put together from real solutions for the different environments.
Segments:
  • Logistics Solutions
  • Government Solutions
  • Security Solutions
  • Automation Solutions
  • Consumer Solutions
  • Retail Solutions
  • M2M Devices
  • M2M Applications
Media
Images:
CCTV Security Solutions