Brew Troller

Australia & New Zealand Homebrewing Forum

Help Support Australia & New Zealand Homebrewing Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
I bought one a few weeks ago, just before the price rise.

It was working well till I buggered up the code Thats what you get for "fixing" stuff that wasn't broken. :blink:
(some people might say that Farenheight is broken)

Cheers,

--Chalky

http://www.brewtroller.com

Saw this on Hack a Day.

seems quiet cool. has anyone used this kind of thing?

cheers
 
I bought one a few weeks ago, just before the price rise.

It was working well till I buggered up the code Thats what you get for "fixing" stuff that wasn't broken. :blink:
(some people might say that Farenheight is broken)

Cheers,

--Chalky

chalky , give me more detail happy to help
Theo
 
Do you have a brewtroller Theover? If you don't, none of this will make sense.

I believe my problem lies in LiquidCrystal.cpp and the fabled fix. I think what has happened is the LiquidCrystal.cpp fix file has been updated on the fix website since the last brewtroller code was written.

Do you have a working copy of LiquidCrystal.cpp??

Before:
before.jpg


After:
after.jpg


Doh...

Cheers,

--Chalky




chalky , give me more detail happy to help
Theo
 
View attachment LiquidCrystal.txtHi Chalky

I uploaded the LiquidCrystal.txt file just rename to cpp , I am using Arduino Version 17.
If you are using any previous versions remember to del the LiquidCrystal.o file and the compile and upload the build
Theo
 
Hi Theo,

I like that LiquidCrystal file better, it has less errors :rolleyes:

The answer is going to be really obvious.. eventually :rolleyes:

C:\arduino-0012\hardware\libraries\LiquidCrystal\LiquidCrystal.cpp:222: error: no 'void LiquidCrystal::shiftLeft()' member function declared in class 'LiquidCrystal'

C:\arduino-0012\hardware\libraries\LiquidCrystal\LiquidCrystal.cpp:228: error: no 'void LiquidCrystal::shiftRight()' member function declared in class 'LiquidCrystal'

C:\arduino-0012\hardware\libraries\LiquidCrystal\LiquidCrystal.cpp:234: error: no 'void LiquidCrystal::shiftIncrement()' member function declared in class 'LiquidCrystal'

C:\arduino-0012\hardware\libraries\LiquidCrystal\LiquidCrystal.cpp:240: error: no 'void LiquidCrystal::shiftDecrement()' member function declared in class 'LiquidCrystal'

Ignore the path name saying arduino 12, it is quite deffinetly running 17.

Cheers,

--Chalky

View attachment 31071Hi Chalky

I uploaded the LiquidCrystal.txt file just rename to cpp , I am using Arduino Version 17.
If you are using any previous versions remember to del the LiquidCrystal.o file and the compile and upload the build
Theo
 
Success!

I ended up using version 0016 of the IDE, Theos copy of LiquidCrystal.cpp, and a new USB-> Serial adaptor solved my failed upload problem.

Cheers,

--Chalky

View attachment 31071Hi Chalky

I uploaded the LiquidCrystal.txt file just rename to cpp , I am using Arduino Version 17.
If you are using any previous versions remember to del the LiquidCrystal.o file and the compile and upload the build
Theo
 
Back
Top