Editing Instrumentino for GreenHouse Monitor

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
= What =
+
* go to Controlino program find baudrate #define SERIAL0_BAUD 115200
This is part of the [[Instrumentino/Smart Terminal Challenge]].  In this part I am going to try to adapt the Instrumentino ( PC/Python ) [[Instrumentino Notes]] to the ( microcontroller ) [[GreenHouse Monitor Program]].
 
  
= Coming Soon =
+
* go to SmartTerminal parameters.py and define a new mode Controlino:
 +
** self.mode              = "Controlino"  # this is not really needed but this way it is easy to turn on and off the Controlino settings.
 +
** find        self.baudrate and add at end of baud rate section       
 +
<pre>
 +
        if self.mode == "Controlino"
 +
            self.baudrate          =      115200
 +
</pre>
  
So far I have not been able to figure out where to start, will be in contact with the author.  Stay tuned, see history tab to see how active this page is.
+
this way of setting it will only be in effect for the mode Controlino which for now we will implement as a straight terminal
  
 
+
Install Controlino on your arduino and fire up both the SmartTerminal and the arduino.
 
 
[[Category:SmartTerminal]]
 

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)