openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
B
brewtroller
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 1 hour
ago.
Aug 26, 2024 — Aug 26, 2025
Showing page 9 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Saved 0.3KB using some EEPROM block functions in place of for loops.
mattreba
More...
over 14 years ago
Reworked valve logic. Instead of tracking active valve bits, active profiles are tracked. Valve outputs are updated via brewcore. Valves are only updated if the active profiles have changed since last update. This code is easier to follow IMO and resolves issues were valves shared by valave profiles could cause unexpected unwanted results. Thanks, Mylo, for the suggestion to rework this code.
mattreba
More...
almost 15 years ago
Updated version to 2.2.
mattreba
More...
almost 15 years ago
Branching 2.1 for testing, then stable.
mattreba
More...
almost 15 years ago
Add logic to turn the sparge in valve profile off at the start of fly sparge, and then on once a hysteresis amount has been pumped into the kettle, and off again once an equal amount has been pumped out of the HLT into the MLT.
devon_dallmann
More...
almost 15 years ago
Added HLS_AS_KETTLE fixes from 2.0
mattreba
More...
almost 15 years ago
update the PID pump flow control code to use the flow rate of the kettle instead of the mash for fly sparge sense the volume reading of the MLT with grain in it tends to be inconsistent. Also the value from the MLT would have been negative and we want a positive value.
devon_dallmann
More...
almost 15 years ago
Fix a bug where it was possible with the 8khz outputs to pulse the pin high for a few clock cycles after power on because the output equivalent was not set to the proper init value.
devon_dallmann
More...
almost 15 years ago
Add code to run the flow rate calcs into the PID code in order to flow rate feed back control a sparge pump.
devon_dallmann
More...
almost 15 years ago
Finish implementation of Get/Set EEPROM. These functions are only available if the schema is set to 1. Both Get and Set EEPROM are limited to 48 bytes of data because of the 128 byte limit on the UART receive buffer. If the Set message is longer than 128 bytes, there is a chance that the BT will not get the data out fast enough which will result in a buffer overflow.The calls in BTCommunicator will break request for more than 48 byte into legal requests
tomontee
More...
almost 15 years ago
Added HLT Heat Valve profile and Autovalve logic.
mattreba
More...
almost 15 years ago
Add additional informatin pin assignments and test perl commit script in BrewTroller project.
tomontee
More...
almost 15 years ago
Bump BUILD to latest svn rev
tomontee
More...
almost 15 years ago
Fix a bug that was found where if the setpoint was 0 it was possible for the mash heat output to turn on if the FFBias was not 0, thus tuning on the mash heat output when it was not supposed to be turned on.
devon_dallmann
More...
almost 15 years ago
Yet another but fix... the value for the PIDOutput was not always set right for each possible case when calling the resetHeatOutput function.
devon_dallmann
More...
almost 15 years ago
Fix another but where it was possible to set the PID output on for 1 brew core loop or 1 8khz clock tick if we had just initialized cycleStart[] from its zero value.
devon_dallmann
More...
almost 15 years ago
Fix another bug where it was possible to skip either one brewcore loop or one counter/timer 8khz tick when at 100% duty cycle for any PID output. Also add interrupt protected regions where they were needed.
devon_dallmann
More...
almost 15 years ago
Fix a bug where if an 8khz PWM output had its PID cycle changed through the UI it would cause problems. Also fixed a bug where the initial 8khz PIDCycle was not set properly to display correctly on the UI and on the log.
devon_dallmann
More...
almost 15 years ago
Fix a bug that looked at the wrong variable in counter/timer 1 compare A and B ISR's, also is a performance improvement for said ISR's by reducing total instructions in the ISR.
devon_dallmann
More...
almost 15 years ago
Add code to control PWM outputs with counter/timer interrupts. Allows for more precise PWM control and allows for up to 2 outputs that run at 8khz. I did this because I needed one to use for my fly sparge PWM pump control.
devon_dallmann
More...
almost 15 years ago
Logging Updates Split COMSCHEMA into two fields COMTYPE and COMSCHEMA Fix GET_PROG in Log_BTnic
tomontee
More...
almost 15 years ago
Renamed Log_Sch01 to Log_ASCII and Log_Sch23 to Log_BTnic Moved logVersion to Log.pde and renamed logASCIIVersion Modified Log_ASCII to call logASCIIVersion Log_BTnic Change Schema values to 20/21 (were 2/3) Swapped "G" (was Get_VlvCfg) & 'd' {was Get_Ver) commands "GET_VERSION" calls logASCIIVersion "G" logs version in BTnic format Fixed bug with Get/Set BoilPwr commands
tomontee
More...
almost 15 years ago
Moved COMSCHEMA Compile Option to Config.h Moved COMSCHEMA 0&1 Logic to own PDE Added COMSCHEMA 2&3 PDE Original Log.pde contains code shared by multiple COMSCHEMAs
mattreba
More...
almost 15 years ago
Fixed buffer overflow with sTitle in calibration menu caused by 21 char string in 20 char array (20 char + trailing NULL char).
mattreba
More...
almost 15 years ago
Update Serial Communication
tomontee
More...
almost 15 years ago
Calibration volume values were not deleted in the previous checkin.
shimodabt
More...
almost 15 years ago
Bug fix on the volume calibration "Manual Entry" that was not saving value properly.
shimodabt
More...
almost 15 years ago
For advanced users who know their system, sensors... Volume calibration menu now support "Manual Entry". Then, a volume sensor value can be manually entered instead of being read from the pressure sensor. So, if you know your system you do not need to fill your tanks in order so register volume readings (that you lost for some reason, or you want to add intermediary volume value but you would like to redo everything again...)
shimodabt
More...
almost 15 years ago
Added MENU as a constant and some added comments.
shimodabt
More...
almost 15 years ago
return config.h to proper defaults
devon_dallmann
More...
almost 15 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree