Search results

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.
  1. MaxN68

    Matho's controller

    https://www.dropbox.com/sh/r5j37dqm6ctuap0/AACxVUDE1soCFBUrDzwjj0exa?dl=0
  2. MaxN68

    Matho's controller

    In my archives I have the version 2.8.4 never published with some predetermined mash profiles and some bugs correction on cooling and whirlpool process and a first partial 3.0.0 rewriting version.
  3. MaxN68

    Matho's controller

    Smartpid is a personal project by Davide.
  4. MaxN68

    Matho's controller

    Hi everyone, it's been a long time since I started working for ArdBir, and after the break-up of the working group I never even craft beer. Are there any news? What firmware version are you using?
  5. MaxN68

    Matho's controller

    I'm sure
  6. MaxN68

    Matho's controller

    Ardbir use the PID only during the mash. Until reaching the boiling point the power are 100% and then is maintained through a PWM directly adjustable
  7. MaxN68

    Matho's controller

    You can use a speakon plug for 240v
  8. MaxN68

    Matho's controller

    ArdBir use system time of Arduino, if you want to use a rtc you need coding for rtc. Using rtc you need a new pcb board and an Arduino Mega only for a graphical pid? In the code you can find a graphical PID, temperature and pump BUT this is for helping the pid setting. You need other code for...
  9. MaxN68

    Matho's controller

    I tried to insert a routine for the check printing via PC and the problem is not only the space for the code. The routine generates a lag that makes necessary the use a rtc to properly manage the mash.
  10. MaxN68

    Matho's controller

    PCB OpenArdbir by DanielXan (bmp file or CAD file) is for Arduino Uno PCB GTO Controllet by Guto is for Arduino Nano
  11. MaxN68

    Matho's controller

    I'm happy with 0.125 accuracy on my ArdFerm :P
  12. MaxN68

    Matho's controller

    An increase by 0.25 is the standard. If we lower the resolution to 0.50 we have a faster response of the probe (minimum sampling time to reading) but the controller would not have reason to be a control to 0.25, if we raise the resolution we will have sampling times more lenses and an increased...
  13. MaxN68

    Matho's controller

    You can set the probe with any Dallas Library example
  14. MaxN68

    Matho's controller

    the benefit you get going from 0.25 to 0125 does not justify the amount of work and recoding necessary hardware and software, regardless of the increase in spending.
  15. MaxN68

    Matho's controller

    If you want to use 0.125 resolution you need to rewrite timing code using a RTC module and a new PCB and use 3 new library (1 for the probe and 2 for the RTC).
  16. MaxN68

    Matho's controller

    The max resolution of the probe is 0.0625. In ArdBir and Brauduino has always used a resolution of 0.25, it is clear also from the temperature settings that have just steps of 0.25. If you set 0.125 resolution you have the 60sec of timer = 96sec real time
  17. MaxN68

    Matho's controller

    It's not an ArdBir Version problem!!!! The probe resolution is RESIDENTIAL in the probe. If you have used the DS18x20 whit another resolution these is permanent in probe. You must reprogram the resolution probe with any example sketch of Dallas Library it's NOT a space question, the Mega is...
  18. MaxN68

    Matho's controller

    The probe resolution with oneWire library is 0.25. You can put the probe resolution at 0.125 or 0.0625 whit Dallas additional library. The space for coding is 99.9% full, you can use Arduino Mega for this solution but the probe resolution (0.125) cause a delay of 65%, for 0.0625 probe...
  19. MaxN68

    Matho's controller

    Sorry for the lack of maintenance of GitHub but I can not do it. I don't have a DSL connection and I had to delegate the maintenance to others. My only possibility to connect at internet is my phone, but I have low GB profile of data traffic. I can connect in office also, but in this moment I...
  20. MaxN68

    Matho's controller

    The released code is Open Source nature and as such is maintained, particularly as regards the various translations. The files in question are sent by people they did a tremendous job for the good of the community, some of them even make beer. I can not verify every time the accuracy of that...
Back
Top