Texas Instruments Introduces SimpleLink Wi-Fi CC3000 BoosterPack

Texas Instrument launched SimpleLink Wi-Fi CC3000 in Q1 2012 in order to bring WiFi connectivity to any device including 8-bit or 16-bit MCU, as CC3300 internally handled all networking tasks, and exchange data with the MCU via an SPI interface. This Wi-Fi processor allows to use Wi-Fi for data transmission for the Internet of Things, and offers much better battery than other system relying on software to handle network traffic. Today, the company has just announced SimpleLink Wi-Fi CC3000 BoosterPack, a low cost evaluation platform that works with both MSP430 and Tiva C Series LaunchPad evaluation kits, and sells for $35. SimpleLink Wi-Fi CC3000 BoosterPack features and benefits as seen in the press release: SmartConfig technology: One-step Wi-Fi configuration using smartphones, tablets or PCs Easy network setup for display-less (headless) devices Simultaneous multiple device provisioning iOS, Android and Java sample applications available Royalty-free software Flexible memory size – Small memory foot print […]

Souliss Automation and IoT Framework Makes Your Home Smarter

Souliss is an open-source framework written in C/C++ for the Internet of Things and home automation that runs on Arduino boards, or other Atmel AVR MCU based boards, and let your control lighting, heating, or anything else you can think of via your Android device, or switches connected to your board(s). You can get started with Souliss in 3 steps: Getting the building blocks, for example: Arduino, Olimex, or other AVR boards (See list of supported boards) Relay boards ON/OFF Switches, Lights, etc… Wi-Fi router Download and load Souliss to an AVR powered board controlling real things such as lights. Monitor and/or control via Souliss Home Automation App for Android. A detailed getting started guide is provided on Souliss Google Code page. Internally, the framework is composed of three parts: Souliss, an application level layer, MaCaco, a communication protocol and vNet, a transport layer. I’ll skip details in this post, […]

Design West Summit – 23-25 April 2013

Design West 2013, previously known as the Embedded Systems Confertence, will take place later this month, on 23-25 April to be exact, at San Jose McEnery Convention Center in San Jose, California, US. The event will be divided into 22 tracks dealing with software development, hardware design, operating systems, security and more: Android Certificate Program – Two-day hands-on embedded android workshop. Black Hat Summit – The Black Hat Embedded Security Summit will provide electronics professionals with essential information and tools, as well as a forum for the discussion and evaluation of the latest solutions for securing their embedded systems. Training courses will focus on topics such as Network Security, Incident Response, Web Application Security, and Exploit Development. Connectivity and Networking – The Connectivity and Networking track educates design engineers on wired and wireless communications, spanning need-to-know topics from essentials of USB device development to antenna and RF system design. Debugging […]

Thingsquare Mist – Open Source Firmware for The Internet of Things

Thingsquare recently released the source code for the Thingsquare Mist firmware, an ultra lightweight router software (<4 kB memory) for the Internet of Things based on open Internet standards such as IPv6, RPL (Routing Protocol for Lossy networks), and 6lowpan. Thingsquare Mist allows to connect battery-powered wireless micro-controllers to the Internet, and is currently used in applications such as smart light bulbs, connected home appliances, and connected cities. The IPv6 mesh network is composted of nodes with a low power radio that communicate with the Mist router (Green), which in turn connect to the Internet and Thingsquare Cloud backend (Thingsquare Haven) to store the data, and/or receive control commands via Ethernet or Wi-Fi. The end users can then use an App to monitor, and/or control the devices remotely. Thingsquare Mist uses IETF RPL IPv6 mesh routing protocol (pronounced “ripple”) for IPv6 nodes communications. Thingsquare Mist runs on several low-power wireless […]

Sierra Wireless Airprime WP & AR Series Modules Feature Tricore M2M SoC

Sierra Wireless, a company providing machine-to-machine (M2M) solutions, has recently introduced a new (nameless) architecture for embedded wireless communications comprised of a multicore (again, nameless) “high speed application processor” + Cortex M0 MCU + Radio SoC, secure cloud services (AirVantage) to store the data, and an open application framework with M2M libraries and development tools. This new architecture will be available in the company’s AirPrime WP & AR Series wireless modules to provide 2G to 4G technologies for the Internet of things. WP Series are industrial grade modules to be embedded into applications such as smart metering, remote monitoring, transportation, security systems, networking, and healthcare, whereas AR series will be used for automotive applications. The 2G versions will feature an M2M system-on-a-chip with a advanced tri-core architecture that includes a 2G EDGE modem, a Cortex A5 ARM application processor, and an ARM Cortex-M0 processor to enable ultra-low power operation. The […]

Weightless Overview and Neul Iceni, The First Weightless Chip

The Weightless Special Interest Group (SIG) has recently announced the world’s first transceiver chip using the Weightless Specification and operating over white space spectrum. Neul Iceni chipset makes use of the entire TV white space spectrum to provide low power connectivity for M2M and IoT applications using the Weightless Standard. Weightless Standard Overview Since this is the first time I write about the Weightless standard, let’s see what it is and what will be used for. There has been a lot of talk about the Internet of Things (IoT) and machine to machine communication (M2M), but one of the limiting factor is currently the cost of technology (and networks?) to provide communication. That is where “white space” spectrum comes into play. A large spectrum was used by analog TV channels, and since many countries have now switched to digital TV, part of this spectrum is unallocated (hence the name “white […]

Beaglebone: The Perfect Telemetry Platform? – ELCE 2012

Matt Ranostay, technical staff at Ranostay Industries, gives a presentation about a telemetry system based on Beaglebone at the Embedded Linux Conference Europe on November 5, 2012. Abstract: The author will discuss his ongoing and other team members efforts to develop hardware and software that reports sensor data to the community. This talk will be split into several parts a) types of useful sensors b) hardware design of Beaglebone capes c) and telemetry reports to Pachube/Cosm. Demonstrating that in the new world of cheap prototyping boards with I2C, GPIO, and SPI that anyone can setup a decent monitoring system for home security, automation, and weather reporting. There will be a live demo of prototype geiger counter + weather station. The audience targeted is the professional hobbyist who likes to hack on microcontrollers in their spare time. It will take little to medium knowledge of electrical engineering to follow this talk. […]

Wireless Networking with IEEE 802.15.4 and 6LoWPAN – ELCE 2012

Alan Ott, founder of Signal 11 Software, gives a presentation dealing with wireless networking for the internet of things in Linux, especially with 802.15.4 and 6LoWPAN standards at the Embedded Linux Conference in Barcelona, Spain on November 5, 2012. Abstract: With the rise of the internet of things, low-power wireless devices will become increasingly prevalent. IEEE 802.15.4 is a wireless networking protocol designed for low-power and low-data-rate devices, such as those used in wireless sensor networks. While some higher layer protocols based on 802.15.4 are proprietary, an open standard called 6LoWPAN enables IPv6 traffic over 802.15.4. This presentation will give overviews of 802.15.4, its status in the Linux kernel, hardware support, comparison with other wireless protocols, and a demonstration of a simple 802.15.4/6loWPAN network. This presentation is targeted toward developers who wish to create low-power, low-data-rate wireless networks for sensors or other applications. Attendees can expect to gain a basic […]