Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Solar-Oriented-Clock ... and also displays the current moon phase. Software: Arduino 1.0 External Libraries: #include // for using atmega eeprom #include // debounced button library #include v 1.6 // for LCD #include // ...
  • Herduino ... control for home appliances with a shutdown timer This is the first working version of my Herduino - which is an Arduino-inspired, ATMega 168 based IR receiver - controlling up to 3 physical 110V/220V devices. Portions of IR library were taken from this ...
  • demitasse ... is what Traumflug has started on Teacup but it is much easier to implement completely on the Pic32 chips than it is the Atmega chips without due to the practical availability of 64 bit operators. The step pulse generation is where the code deviates ...
  • pongbox ... with the leds or uses the board's open ressources like ADC or RS232. Pongbox ======= This is a project that deals with the atmega-powered ping pong game sold by conrad (http://bit.ly/mqiSTQ). We'd like to create more own software that plays around with ...
  • autopilot ... a kalman filter in floating point with matrices and/or quaternions. This is a bit of overkill for a real-time process on an Atmega processor. microcopter.de is quite cool but code is a little chaotic, in German, and not freely-licensed. It's also very ...
  • tgy tgy -- Open Source Firmware for ATmega-based Brushless ESCs https://github.com/sim-/tgy **Binary Downloads**: http://0x.ca/tgy/downloads/ This tree contains Atmel AVR assembly code for ATmega-based 3-phase sensor-less motor electronic speed control ( ...
  • LEDMatrixControl ... RGB LED Matrix using an Arduino. ![Picture](https://github.com/nrj/LEDMatrixControl/raw/master/picture.png) ## Hardware * Arduino Duemilanove *(any ATMega based board should work)* * 8x8 RGB LED Matrix *(I am using [this](http://cgi.ebay.com.sg/8-8-60- ...
  • LeoStick ... it down to a tiny size. Features: * Tiny format similar to a USB memory stick * Headers to match those on the Leonardo * ATmega 32u4 MCU * RGB LED to display power, TX, and RX * RGB LED for user control * Piezo transducer for sound output * USB- ...
  • Most-Useless-Machine Rev 1.0 Readme.txt Created June 2011 by spencer owen A simple robot with only one purpose in life, to turn itself back off. Requirements: Hoby servo 1 SPST switch 1 Arduino / bareDuino or Atmega 168
  • Nyanduino ... at this point... 1) I need to grok the .mid file format (seems simple enough in hindsight now) 2) Arduino's based on the ATmega 328 have only 1k for SRAM; I would need to put some sort of sliding window in and load the .mid file in chunks. ...