Skip to content

basilean/fumenbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/*
 * FumenBot v0.71
 * http://fumenbot.sourceforge.net/
 *
 * Andres Basile GPLv3
 * http://www.gnu.org/licenses/gpl-3.0.en.html
 */

TODO:
 While its better than before, there still work to do
- Global
	* Get rid of globals and start using references.
	* Merge all convertion functions at one tools.c library.
	* Normalize coding style.
- fumenbot.c
	* Loop and semaphores, standarize way libraries are invoked.
- time.c
	* Alarm related functions better but still nasty.
	* Needed better way to handle next day and date set.
- i2c.c
	* Conditions at ISR just handle Master and not in its best way.
	* ds1307 handler is just working, needs to be improved it.

WISHLIST:
	* Write eeprom library to store configuration there.
	* Add more handlers for sensors.
	* Add more handlers for TWI.
	* Rewrite serial library and add rs485 mode.

HISTORY:
- v0.71
	* Improved firmware, same electronics.
	* Got rid of third party code but still using avr gcc libs.
	* New time keeper using counter1 and fastest algoritm for alarms.
	* New TWI interface using interrupts, including a wrap for ds1307.
	* New ADC interface using interrupts. including a wrap for lm35.
	* New DIO interface including PWM.

- v0.7
First implementation with Arduino, an ugly firmware written in C using third party code.

- v0.6
This implementation uses an old PC and its parallel port.
Written on Perl, it has a web interface and uses motion to control a webcam.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published