Powerful New Features For Edison |
Written by Harry Fairhead | |||
Thursday, 21 May 2015 | |||
Intel has updated the firmware and software for its Edison IoT device. The new features open up the potential for what you can do with this embedded microcontroller. The major step forward with Release 2.1 is that Edison now has an SDK for the MCU that so far has been inaccessible to the average programmer. The MCU is a separate small CPU that handles the interfacing with the outside world. Most of the time you can ignore it because the main Atom CPU talks to it on your behalf. The dual core Atom runs the Linux OS and the MCU is the microcontroller in the system running its own RTOS derived operating system. The MCU is a full 32 bit Intel Quark microcontroller running at 100MHz, which makes it more powerful than your average microcontroller.
In many ways it is the MCU that makes the Edison special ;so it has been frustrating for many programmers not to be able to gain access to it. Now you can write programs that let the MCU take some of the processing burden. For example you can blink an LED using just the MCU:
Of course not everyone will want or need to program the MCU, but if you have a complex data processing task the MCU can deal with the low level data management and the CPUs can process the data at a higher level. The SDK gives you access to UART, I2C, GPIO, and the PWM pins. There is also a new integrated Windows 64-bit installer and installers for OS X and Linux systems will be coming soon. As well as the star of the show - the MCU there are two other important improvements:
If you've not met the Edison yet this unboxing video provides a beginner's introduction:
And see our previous coverage of the Edison and Intel's IoT platform. More InformationRelated ArticlesIntel's New Edison Is As Small As A Postage Stamp Exploring Edison - Meet Edison Exploring Edison - Setting Up The Breakout Boards (to be updated) Intel IoT Dev Kit Reaches v1.0
To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin, or sign up for our weekly newsletter.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Tuesday, 02 June 2015 ) |