pBasic Displays
Discovery
Posts: 606
in Propeller 1
Guys,
Now that I can program my Propeller Controllers in pBasic, I would like to send system data to a flat screen display. What, in your opinion, would be the most compatible display for the Propeller and the pBasic micro controller?
I would like to display alphanumeric characters...about sixty, at any location on the display. Color would be nice but not required. A sample data set would be
MAIN Pump Output Tank A Level: 0 to 100%
Pressure: 0 to 4,000 psig Tank B Level: 0 to 100%
Temperature: -20 to 200 Degrees F Mixing Tank Level: 0 to 100%
Flow Rate: 0 to 2 Gallons per Minute
Reactor Humidity: 0 to 100% CO2: 0 to 500 ppm
One-wire data will be gathered by the Propeller and displayed. Calculations will be performed by the Propeller and displayed.
All micro controller code will be developed on a computer, downloaded to the micro controller then the USB cable disconnected.
Your assistance will be helpful.
Discovery
Now that I can program my Propeller Controllers in pBasic, I would like to send system data to a flat screen display. What, in your opinion, would be the most compatible display for the Propeller and the pBasic micro controller?
I would like to display alphanumeric characters...about sixty, at any location on the display. Color would be nice but not required. A sample data set would be
MAIN Pump Output Tank A Level: 0 to 100%
Pressure: 0 to 4,000 psig Tank B Level: 0 to 100%
Temperature: -20 to 200 Degrees F Mixing Tank Level: 0 to 100%
Flow Rate: 0 to 2 Gallons per Minute
Reactor Humidity: 0 to 100% CO2: 0 to 500 ppm
One-wire data will be gathered by the Propeller and displayed. Calculations will be performed by the Propeller and displayed.
All micro controller code will be developed on a computer, downloaded to the micro controller then the USB cable disconnected.
Your assistance will be helpful.
Discovery
Comments
But, after it is all said and done, the display from Seetron is very easy to use, and I should add that the 3.3 volt out from the propeller is enough to run the display, as the input to the display, requires 5 volts.
THe following is a code snippit that I use to send data to the propeller....to give you an example...notice the CONSTANTS list, as I like to set alot of them, to make the code easier to read..hope this helps...
Thank you.
Discovery