• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Search results

Homebrew Talk

Help Support Homebrew Talk:

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

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Kal, In your code you have "src="img/tap/". Is that because the path to your images is "var/www/img/tap" and that's where you put all the snooker ball images and the code you added is pointing to that directory? If my assumption is right, ad if I don't make a "tap" sub directory under img, do...
  2. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    2kegger, I haven't worked with php before so I want to make sure I understand how to do this. do I put the image files in the "var/www/img folder, and then edit the index.php line to this: <span class= "tapcircle"><img src="img/<?php echo $i; ?>-Tap.jpg" alt=""></span> save the index.php...
  3. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Using 3/16 ID bev line, and using the 1/4 barb, did you have to use clamps to prevent leaking?
  4. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Here's the current image of my rpi2 with the stacked alamode in the case built by Gupper and shown in post# 1686
  5. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Are you willing to design one for an rpi2 with an alamode mounted on top and 4 plugins for the flow meters. Pm me if so. I can send you my idea.
  6. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    day_trippr, Kal, Thanks for all the assistance with this. I switched the wires around and now everything works with blowing into the flow meters. Now I just have to plum everything into the Keezer. day_trippr, The extra code you built into the rpints.ino file that makes the alamode blink...
  7. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    In the rpints installation instructions it says to connect the flow meter to the alamode: Pin1(red) -> Ground Pin2 (middle)-> Any digital pin 2-13. Be sure to set this at the top of the Arduino code Pin3 -> VIN So that's how I connected my meters. However, I just looked at the adafruit flow...
  8. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I have 4 meters and I have all 4 of the ground wires going to one gnd pin and all 4 of the power wires going to one power pin, and the middle wire is going to pin 8,9,10 &11. Could it be too much to power all 4 meters? Does it sound like the alamode is working. Bathe I should edit the...
  9. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Kal, Here's what I see: pi@raspberrypi:~ $ sudo python /var/www/python/flow_monitor.py ^CExiting Traceback (most recent call last): File "/var/www/python/flow_monitor.py", line 23, in <module> msg = arduino.readline() File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line...
  10. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Kal, I reuploaded the raspberrypints.ino and rebooted. the blink sketch has stopped. I did not start flowmon, and I ran the sudo python /var/www/python/flow_monitor.py and gently blew into all 4 of my flow meters. Nothing happens.
  11. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    2 things, but one of them is very stupid. In the getty screen, I uploaded the example blink sketch to make sure my alamode was working. So now the led light associated with pin 13 is blinking and I don't know how to make it stop. The other problem is I don't I'm not recognizing pours. One...
  12. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Kal, I did execute cd /var/www/python and then sudo cp flowman /etc/init.d then I executed the permissions command. Just to be sure I did it again, and I confirmed that flowmon is in the /etc/init.d directory. Then I executed the sudo /etc/init.d/flowmon start flowmon started then I executed...
  13. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    day_trippr, I looked at the flow_monitor.py file and it is showing #The following line is for serial over GPIO port = '/dev/ttyS0' Is the info displayed when I ran the ps aux command ok? it says I should see: pi 3508 0.0 0.9 8796 4112 ? S 15:35 0:00 /usr/bin/python...
  14. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I'm building some confidence, so I went ahead and ran the following: At this point you should be ready to run the python script. Copy the flowmon file from the python (/var/www/python) directory to /etc/init.d $ sudo cp flowmon /etc/init.d Then give it the proper permissions: $ sudo chmod...
  15. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I had to do a couple things to get the serial port active: - I had to modify the boot/config.txt and add the following enable_uart=0 - I had to disable the console $ sudo systemctl stop [email protected] $ sudo systemctl disable [email protected] - i also had to remove...
  16. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok, I have rpints up and running, but can't get past configuring the alamode board. I have went into the /boot/config.txt and added enable_uart=1 and I've also tried it with enable_uart=0 however, when I go into the gui and made the necessary changes to the raspberrypints.ino file and chose...
  17. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok, I modified the /boot/config.txt file to enable_uart=0 and saved it and rebooted. then I executed the following from day_trippers roll-up "wget https://github.com/wyolum/alamode/raw/master/bundles/alamode-setup.tar.gz - Unpack it from your /home/pi folder: pi@raspberrypi ~ $ tar -xvzf...
  18. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Could I do this: Sudo nano /boot/config.txt And then at the bottom add Enable_uart=0 And then save the boot file? That is if I'm in the right file to begin with.
  19. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Kal or day_tripper. I've got things set up through step 5 and am working with day_trippers following info. "To get an AlaMode working with RaspberryPints (Jessie) do the following: $ sudo apt-get update $ sudo apt-get install dos2unix - Disable Serial Port messaging: Sudo Nano...
  20. GMAN-62

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok, So in order for me to get wifi or ethernet to work, I have to unplug and replug in either the usb wifi or the ethernet cable to get my internet to work again. Any ideas why this is happening? Thanks.
Back
Top