Recent content by redbenn

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. redbenn

    TeensyPi Networked Temperature Controller

    Jimmay, if you have some time do you think you could explain a bit how the serial communication works w/ the TeensyPi. I have been trying to dissect the makeasocket.php and understand that part of sending the various commands and the TeensyPi will run the 'softserialprocess' based on the...
  2. redbenn

    TeensyPi Networked Temperature Controller

    Been away for a while, but have been using the Teensy setup for multiple projects. Currently building a semi-automatic keg washer that uses the switches to open solenoid valves. Right now I have programs/actions built in the MySQL database, load them via a PHP front end, and Javascript to run...
  3. redbenn

    TeensyPi Networked Temperature Controller

    In case anyone missed it, Teensyduino 1.13 has been released.
  4. redbenn

    TeensyPi Networked Temperature Controller

    Ah, needed python-mysqldb library installed.
  5. redbenn

    TeensyPi Networked Temperature Controller

    did you need to install new python libraries?
  6. redbenn

    TeensyPi Networked Temperature Controller

    Do you have the python code on your GitHub?
  7. redbenn

    TeensyPi Networked Temperature Controller

    Thanks for the help, didn't think of turning the pot to the left :drunk:! Helibrewer was correct, the backlight was too bright... so it was working all along :smack:. Also the RGB code was causing the screen to go out, and using the LCD.RED fixed that. Once I get some free time I am going to...
  8. redbenn

    TeensyPi Networked Temperature Controller

    I thought about that, I just have the blue and white LCD, so I'm not sure if the RGB code is messing it up.
  9. redbenn

    TeensyPi Networked Temperature Controller

    What's odd, when I run the adafruit test script for the i2c LCD plate, it registers the buttons when I push them, but no characters show up on the screen. The backlight lights but nothing else. I've checked my connections over and over and resoldered some. Going to give it a rest tonight and...
  10. redbenn

    TeensyPi Networked Temperature Controller

    Also, did you ever figure out the LCD's? I got the Raspberry Pi LCD Plate from Adafruit (i2c and buttons) and cannot seem to get it to work. I'm not sure if it is because of a conflict with the Teensy... I am currently troubleshooting.
  11. redbenn

    TeensyPi Networked Temperature Controller

    Any thought of using that blank area for a bus to connect temp sensors and another for switches?
  12. redbenn

    TeensyPi Networked Temperature Controller

    What are the dimensions of the board? Thickness you used?
  13. redbenn

    TeensyPi Networked Temperature Controller

    Been away for a while have the 1st version plugging away as just a remote temp monitor for now, got a new Pi and Teensy this week. I am considering using the Pi locally with a screen to access the Teensy controls. If I were to use the Occidentalis distro and loaded a Apache/MySQL/PHP what...
  14. redbenn

    TeensyPi Networked Temperature Controller

    For me that does not seem to be the problem. I can access everything on the TeensyPi (ssh, phpmyadmin, html pages, ftp, etc) just not pages with the MakeASocket.PHP include. I created some dummy .php pages to confirm it wasn't PHP. I have it hooked up to a monitor to confirm the boot is complete.
  15. redbenn

    TeensyPi Networked Temperature Controller

    If you click on the debug console in COSM does anything show up if you access teensypi.local/cosm.php in another window? When you update the names does it create datafeeds for the new chips?
Back
Top