RSS 4 projects tagged "Arduino"

Download Website Updated 22 Mar 2010 Tinyserial

Screenshot
Pop 53.63
Vit 34.06

The Tinyserial library is a space-saving alternative to the Arduino software distribution's libraries for reading and writing characters and strings to the USART0 serial port on the Atmel ATmega168 and ATmega328p MCUs found on Arduino Diecimilla and Duemilanove boards. While the Arduino software distribution's libraries provide interrupt-driven serial I/O with far more features and support more MCUs, the Tinyserial library provides only the most basic polling-based serial I/O. However, the Tinyserial library uses far less Flash and SRAM, thereby giving you room to implement larger and more complicated applications on your boards. The Tinyserial library respects the GNU libc ABI, so you can call into it from C and C++ programs.

No download Website Updated 01 May 2012 gnoduino

Screenshot
Pop 124.64
Vit 3.16

gnoduino is an implementation of the well-known Arduino IDE for GNOME. The original Arduino IDE software is written in Java. This is a Python implementation and it is targeted at GNOME. Its purpose is to be light, while maintaining compatibility with the original Arduino IDE. The source editor is based on gtksourceview.

Download Website Updated 08 Dec 2011 HC-SR04 Ultrasonic Arduino Library

Screenshot
Pop 216.71
Vit 1.49

HC-SR04 Ultrasonic Arduino Library is specifically for the HC-SR04 ultrasonic sensor. It features timing, metric conversion, and standard deviation methods, plus a few support methods. It is written in C++ to conserve the namespace. The conversion formula can be easily modified to optimize the accuracy of conversion at different distances for inches and centimeters. Multiple buffers of different lengths can be created for determining standard deviation.

No download Website Updated 06 May 2012 Ardpicprog

Screenshot
Pop 35.47
Vit 1.00

Ardpicprog is an Arduino-based solution for programming PIC microcontrollers from Microchip Technology Inc, such as the PIC16F84, PIC16F628A, PIC12F675, etc. The solution consists of a circuit that is built on one or more shields, a sketch that runs on the Arduino to directly interface to the PIC, and a host program to control the HEX file reading and writing process.

Screenshot

Project Spotlight

FrontAccounting

A user-friendly, Web-based accounting system.

Screenshot

Project Spotlight

HIDSharp

A .NET library for USB HID devices.