<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/fumenbot/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 10 Jan 2016 08:17:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fumenbot/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -5,7 +5,7 @@
 ---
 This project born many years ago as a way to learn programming and electronics. I was a botanic enthusiast and didn't trust my friends to take care of my plants while vacationing so my challenge was to set up a solution for that.
 [[img src=dsc00095.jpg alt=FumenBot_v0.1]]
-* v0.1 over Lincsys WRT54GL *
+*v0.1 over Linksys wrt54gl*

 Overview:
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 08:17:13 -0000</pubDate><guid>https://sourceforge.net7998aaac2ba4fa70bc3bba34e0e9c2994ce43b71</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -4,7 +4,8 @@
 History:
 ---
 This project born many years ago as a way to learn programming and electronics. I was a botanic enthusiast and didn't trust my friends to take care of my plants while vacationing so my challenge was to set up a solution for that.
-
+[[img src=dsc00095.jpg alt=FumenBot_v0.1]]
+* v0.1 over Lincsys WRT54GL *

 Overview:
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 08:16:10 -0000</pubDate><guid>https://sourceforge.netef36bb74bd382968661c334cddeaef81c7ecd1c3</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -4,6 +4,7 @@
 History:
 ---
 This project born many years ago as a way to learn programming and electronics. I was a botanic enthusiast and didn't trust my friends to take care of my plants while vacationing so my challenge was to set up a solution for that.
+

 Overview:
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 08:13:36 -0000</pubDate><guid>https://sourceforge.net53b70cd5057b4b4cfb36f0fac43eae3869983c34</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -7,13 +7,13 @@

 Overview:
 ---
-The idea is to create a micro environment for any kind of vegetal using minimal space.
+The idea is to create a micro environment for any kind of plant needs using minimal space.
 It could be separated on three main parts:

 **Framework**

-* Isolated space where vegetal is going to grow.
-* Leds light frequency, quantity and location.
+* Isolated space where life is going to grow.
+* Led lights frequency and quantity.
 * Fresh air and water.

 **Electronics**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 08:00:11 -0000</pubDate><guid>https://sourceforge.nete4da8aa98fe55933abed369b978112afeee31bf4</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -33,6 +33,7 @@
 It is an at328p (from Arduino), handling mosfets with PWM to control growing leds voltage (check on electronics about led lamp design). Then you have another 4 outputs (no voltage handling) to control coolers (clasical from pc gabinet) and water pump (from a car windscreen wiper). By last connecting an RTC with TWI (ds1307 with own battery), leaving 4 analog input free for sensors (lm35 for temp, lrd to check lights working, diy for humedity). I have reserved 16bit counter for task scheduler (looking for FreeRTOS) and its IOs besides a HW interrupt (looking for low power wake up). You can check electronics below. It is running a C hardcoded firmware mostly to check functions, it has a poor uart interface and a polling task that query time to RTC and check over a cron like list for task to execute (ie: turn on lights), I could write it fast thank you to third party code (ds1307 and twi implementation), I have included it but I left it as it was, if I were changed something please would you let me know? because I don't remember it.

 [Electronics_v0.7]
+[Firmware_v0.7]

 FumenBot v0.6
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 07:05:49 -0000</pubDate><guid>https://sourceforge.net1fb1cc284741c4470d888489a0d4ee76daeee109</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -30,6 +30,8 @@
 FumenBot v0.7
 ---
 I have a poor working firmware, mostly to test, I will be posting source, schemas and instructions as I'm writing them.
+It is an at328p (from Arduino), handling mosfets with PWM to control growing leds voltage (check on electronics about led lamp design). Then you have another 4 outputs (no voltage handling) to control coolers (clasical from pc gabinet) and water pump (from a car windscreen wiper). By last connecting an RTC with TWI (ds1307 with own battery), leaving 4 analog input free for sensors (lm35 for temp, lrd to check lights working, diy for humedity). I have reserved 16bit counter for task scheduler (looking for FreeRTOS) and its IOs besides a HW interrupt (looking for low power wake up). You can check electronics below. It is running a C hardcoded firmware mostly to check functions, it has a poor uart interface and a polling task that query time to RTC and check over a cron like list for task to execute (ie: turn on lights), I could write it fast thank you to third party code (ds1307 and twi implementation), I have included it but I left it as it was, if I were changed something please would you let me know? because I don't remember it.
+
 [Electronics_v0.7]

 FumenBot v0.6
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 02:28:11 -0000</pubDate><guid>https://sourceforge.neteecd67e3536005feb1d8fccc8d70d02a732af599</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -3,11 +3,11 @@

 History:
 ---
-This project born many years ago as a way to learn programming and electronics. I was a botanic enthusiast and didn't trust my friends to take care of my plants, so my challenge was to set up a solution for that.
+This project born many years ago as a way to learn programming and electronics. I was a botanic enthusiast and didn't trust my friends to take care of my plants while vacationing so my challenge was to set up a solution for that.

 Overview:
 ---
-Nowadays idea is to create a micro environment for any kind of vegetal using minimal space.
+The idea is to create a micro environment for any kind of vegetal using minimal space.
 It could be separated on three main parts:

 **Framework**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 01:37:01 -0000</pubDate><guid>https://sourceforge.net4498c70866a3ccec824a705f1fc5e11179edf91b</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -36,4 +36,4 @@
 ---
 This instructions are out of date but they are still useful to build a bot with an old PC.
 [HowToBornVersion]
-[Electronics_v0.7]
+[Electronics_v0.6]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 01:30:19 -0000</pubDate><guid>https://sourceforge.neta7665b7f43505d95d1bc57376d1186ca9f1ec2dc</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -11,15 +11,18 @@
 It could be separated on three main parts:

 **Framework**
+
 * Isolated space where vegetal is going to grow.
 * Leds light frequency, quantity and location.
 * Fresh air and water.

 **Electronics**
+
 * Provide a way to supply light, fresh air and water.
 * Gather information about environment and time.

 **Firmware**
+
 * User interface to full control electronics.
 * Logic about needing and providing.
 * Full automatical motion once best path is found.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 01:29:16 -0000</pubDate><guid>https://sourceforge.net412c1a9f1b40b2f1ec0f6be4c166cb9ca692fc0c</guid></item><item><title>Home modified by Andres Basile</title><link>https://sourceforge.net/p/fumenbot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Basile</dc:creator><pubDate>Sun, 10 Jan 2016 01:28:39 -0000</pubDate><guid>https://sourceforge.netd20055fd6dd6a2428851cf7e8f3628f67d32e5d2</guid></item></channel></rss>