Skip to main content

Home/ Electronic Everything!/ Group items tagged arduino

Rss Feed Group items tagged

Aasemoon =)

What Is an Arduino Shield and Why Should My Netduino Care? | Coding4Fun Articles | Chan... - 0 views

  • When the Arduino Duemilanove microcontroller appeared in 2005, it featured a set of female pin headers exposing most of the pins of the ATmega168 for easy hacking and for connecting accessory boards known as 'Shields'. The purpose of a shield is to provide new plug-and-play functionality to the host microcontroller, such as circuit prototyping, motion control, sensor integration, network and radio communication, or gaming interfaces, without worrying too much about the hardware implementation details. Seven years after the birth of the original Arduino, new shields keep coming out and are being cataloged on http://shieldlist.org/, a testament to the versatility of the design. It is also simple to build a DIY shield when nothing out there will meet your needs or when you want to understand how the shield concept works from the ground up.
Aasemoon =)

robots.net - Android Open Accesory framework with Arduino - 2 views

  • During the Google IO event, two new great features of the popular Android OS were announced. The most important from a robotics point of view is the Android Open Accessory standard that is Arduino based and enables Android devices to integrate with hardware via usb (or bluetooth in the near future). You can read more in the posts on engadget.com and robots-dreams.com (where the video is from). Also engadget reports on the Android @ Home framework that aspires to interconnect every home appliance, device or gadget to an integrated network. More information and details will be announced soon from Google but already the potential for various robotic applications that could take advantage of these projects looks promising.
Guillaume Sempe

Arduino auto-reset, spinlock, operating systems, random numbers - 0 views

  •  
    Implementing a recursive read-write spinlock To ensure thread safety and/or synchronisation developers often use the wrong tools available. In this article the author creates its own implementation of spinlocks and it's the best way to understand them and so to know when and where use them appropriately
1 - 4 of 4
Showing 20 items per page