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

    Homebrewing Facebook Group

BrewPi Remix – What’s Old is New Again

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
You will have to sudo that setcap command as pi, you will not have access as brewpi.
It still asks for a password that I apparently dont have. Maybe I will find an older version of Raspbian and try the install process again.
 
If you are logged in as pi and cannot sudo, something else is changed. As a matter of fact the install command line uses sudo. I’ve used the latest Raspbian without issues.
 
1644158668059.png


So with Buster, the install seemed to take longer, and this happened for quite some time. I walked away to get more coffee and it had completed but I would guess it did this for 15 minutes minimum. The script wont run at all with Buster. Im not sure what Im doing wrong. I am using the Pi Imager, Im not doing anything funky in the settings. I turn on SSH and VNC. I use the install script. Single chamber, blue tilt, I set the hostname to brewpiremix as you suggested, its frustrating, I just wanna brew with this device.

1644159044465.png
 
ah the numpy wait.

@LBussy had to fix that for me when I went all rogue on him and was changing os versions, but it did work out with python-something-or-ether issue.
 
Hey all, about to make the jump and start my first build. I didn't realize until tonight I had to use a Arduino board in addition to a RPI. I am going to use a RPI 3 B and was looking at the Inland Uno's as the Arduino as the Uno's are the suggested for ease, are these considered the "cheap" ones which we should stay away from or should I spring for the office Arduino ones? To note, im going to be starting off with a multi chamber setup.
 
I am going to use a RPI 3 B and was looking at the Inland Uno's as the Arduino as the Uno's are the suggested for ease, are these considered the "cheap" ones which we should stay away from or should I spring for the office Arduino ones? To note, im going to be starting off with a multi chamber setup.
Understanding that Microcenter may change their supplier at any time - I have purchased from them with no issues. It's been a while since coming across an Uno that would not work, but it's certainly possible.
 
I know you have all been losing sleep, waiting for some information on one of my laptop-arduino-BrewPiRemix systems. To recap, there are two identical laptops, two arduinos, only one system has the double-solenoid board for a true BPR setup while the other just datalogs. Both use 3, 1 or 2m, DS18b20 sensors. And only the datalogging system runs without issue.

I disassembled and reassembled the BPR-tru, and set to just log, as was seeing random 5°F readings:
1645993021625.png

1645993058453.png

and I came across this
1645993135833.png


The datalogger system that works:
1645993222125.png


The BPRTru that has random spikes:
1645993288148.png


Coincidence?

Ponder at will.
 
I dunno, I don't know anything about any of that to be honest.
I just went through about half of my ~3 dozen ds18b20 sensors and only found one that seems to be "cloney".
But it's also a probe I've used for maybe 10 years now and has never given flakey readings...

Cheers!
 
my understanding of the documentation is the USB cable from the raspberry pi is what powers the Arduino(s). So, that being said, what, if any, would be the downside of pulling the 5 volt line out of the cable and running that to a separate 5 volt power supply to take the load of the 5v bus of the pi?
 
I have many Arduinos slaved to RPIs but none of them are powered via USB. Most of the UNOs use Bluetooth comms (so no USB connection at all) and have their own 9V wall wart plugged into the barrel receptacle; the Alamodes get 5V directly from the RPi they're stacked upon and have a specific jumper for that purpose; and finally for the two UNOs that do communicate over USB from an RPi I desoldered the FET that gates the USB 5V (see drawing) and jumper wired from an RPi 5V pin directly to an UNO 5V pin.

fwiw, I have read of folks jumpering from 5V to 5V pins but not removing the FET without experiencing issues.
I'm an EE with over 45 years of computer server and solid state storage design and just couldn't wing it like that :)

Cheers!

Uno_R3_markup_mini.jpg


Uno_R3_FET.jpg
 
@day_trippr does putting 5V on the Vin pin shut the FET off so power doesn’t get drawn from the USB? Is the desoldering necessary, or is it a belt and braces approach?

Edit: Answered my own question by looking up the specs. That regulator needs 7V to reliably put out 5V.
 
Last edited:
wow, okay. So, since I accidentally purchased my UNO's without the usb cables and I refuse to spend more on a cable than the UNO itself, what would you recommend I do? I was going to repurpose some cables I have, they are only 2 inches long so i was going to cut the A end off to extend them, hence why I thought about pulling the 5v line out but if I can power over Bluetooth and use the barrel connector...

I guess I don't want to over complicate my first shot at the build also don't want to build out waste in a mk1
 
My Unos are right next to the Pi, so I have short cables and power over USB. Any reason not to just use the 2” ones? You’ll need an external module to do Bluetooth which will cost more than a usb cable.
 
ah, fair point.. I haven't worked with an Arduino yet... I forgot they dont have native Bluetooth. The cables I have are recycled from old desktops which have custom ends on them (case form factor for external drives) so I would only be able to get 1 maybe 2 of the 3 into the RPI, another reason i was going to cut then ends off to replace with standard ones.

I'm going to keep searching the office to see if I can find some cables.... of course we binned all the personal printers years ago for network ones but I have hope there was an office pack rat who kept some
 
so I would only be able to get 1 maybe 2 of the 3 into the RPI
If you have more than a couple of Arduinos, you may want to consider a powered USB hub. I'd have to do the math, but at some point running the Unos with relays will exceed the capacity of the Pi's USB bus.
 
If you have more than a couple of Arduinos, you may want to consider a powered USB hub. I'd have to do the math, but at some point running the Unos with relays will exceed the capacity of the Pi's USB bus.

Will most like do that or if I have to end up making custom USB cables isolating the voltage lines and putting in a dedicated power supply.
 
I threw together a quick diagram of how I plan to wire my system up. Can someone give it a sanity check or correct me if I'm way off in my understanding of how the tech works?

I have decided to do a dedicated 15 watt power supply and use the power barrels on the Arduino to utilize the onboard power circuit for extra protection and self modulation.
 
Last edited:
Off the bat: I think the Arduino power connection is 7-12VDC (6-20VVDC at the limits).

ETA: If you will use the I2C LED, you will want to use Pin A0. Also, I am not sure what you mean by "Data Bar Bus" but you won't be able to tie all three data lines together. You'd need a separate pull-up for each.
 
Off the bat: I think the Arduino power connection is 7-12VDC (6-20VVDC at the limits).

ETA: If you will use the I2C LED, you will want to use Pin A0. Also, I am not sure what you mean by "Data Bar Bus" but you won't be able to tie all three data lines together. You'd need a separate pull-up for each.



Yes, I didn't quite understand the power requirements (not sure I still do) and thought I could power the Uno from the 5V power and ground and thought the board ran of 5v at 3amp, I realize from more research I can see that by using the barrel plug and possibly the USB connection USB connection you can take advantage of the power regulator, which can operate between 6-20v but if less than 7 then the board could be unstable. So I would most likely use a 12v power adapter. My ultimate end goal is to power the Uno's locally and not rely on the Raspberry Pi, to not overload the USB, not sure if this is really necessary though..

Good to know about the data lines, I thought I had read in the documentation you could tie them all together because they each had an address but now that I think about it, that was one board with multiple probes and not multiple boards. This would explain the issue I was having in detecting components in the maintenance panel.
 
The sweet spot for the barrel connected power is 9V.
7.5V is too low for reliable operation particularly if there are peripherals involved, while 12V will require the three terminal 5V linear regulator to sink excessive heat...

Cheers!
 
I am having trouble getting brewpi remix to display tilt data from a tiltbridge. The tiltbridge is reading the tilt and relaying to brewpi however below is what is displayed along with the log. Any advice is greatly appreciated.
Screenshot 2022-04-22 113321.png
 
Thanks for the fast response, I am running
Brewpi version: 0.8.0 (main) [ 3eb9c37 - Addresses sensor save ]
and TiltBridge: v1.1.1 [master] (5dd0f00)
 
Back
Top