Search found 5 matches

by Homebrewer46
Thu Oct 06, 2022 12:25 pm
Forum: Help & support (English)
Topic: Raspberry Pi Alternative (Beagle Bone Black)
Replies: 7
Views: 3452

Re: Raspberry Pi Alternative (Beagle Bone Black)

I got it to work with your suggestions. I did however have to manually enable 1-wire in beaglebone in "/boot/uEnv.txt" by adding "uboot_overlay_addr4=/lib/firmware/BB-W1-P9.12-00A0.dtbo" I followed this guide for that https://elinux.org/EBC_Exercise_31_Dallas_1-Wire The standard ...
by Homebrewer46
Thu Oct 06, 2022 8:32 am
Forum: Help & support (English)
Topic: Raspberry Pi Alternative (Beagle Bone Black)
Replies: 7
Views: 3452

Re: Raspberry Pi Alternative (Beagle Bone Black)

I had issues with a module missing called "requests". Installed that and then I got this issue when running main.py manually. "BierBot Bricks RaspberryPi client started. setting GPIO to GPIO.BOARD Traceback (most recent call last): File "main.py", line 148, in <module> run()...
by Homebrewer46
Thu Oct 06, 2022 6:59 am
Forum: Help & support (English)
Topic: Raspberry Pi Alternative (Beagle Bone Black)
Replies: 7
Views: 3452

Re: Raspberry Pi Alternative (Beagle Bone Black)

Hi again. I'm trying this out on a beaglebone black and changing the main.py as you suggested after I've downloaded it. Will let you know if it works. During this I noticed there is a "sudo" lacking in the instructions https://bierbot.com/blog/howto/howto-build-a-raspberry-pi-based-brewing...
by Homebrewer46
Wed Sep 14, 2022 8:51 am
Forum: Help & support (English)
Topic: Raspberry Pi Alternative (Beagle Bone Black)
Replies: 7
Views: 3452

Raspberry Pi Alternative (Beagle Bone Black)

I was wondering if there would be any kind of issues installing BierBot on a BeagleBone Black instead of a Raspberry. Can I use the same instructions with the install script as for the Raspberry? In the past I managed to install CraftBeerPi on a BeagleBone Black (the hard part was getting the 1-wire...
by Homebrewer46
Wed May 25, 2022 3:53 pm
Forum: Help & support (English)
Topic: Relays are not switching
Replies: 4
Views: 2994

Re: Relays are not switching

Hello. I had the same issue as the above. The test script worked with the relay and the bricks.log showed that it was recieving commands and everything. I followed these commands when installing "git clone https://github.com/BernhardSchlegel/BierBot-Bricks-RaspberryPi.git cd BierBot-Bricks-Rasp...