Forget PID... go Arduino - Page 2

Need help with equipment usage or want to share your latest discovery?
JimG
Posts: 659
Joined: 18 years ago

#11: Post by JimG »

adriel wrote:Keeping in mind that my Rocket's instruction manual suggested not touching the power source (i.e. no outlet timers), what solutions have Home-Barista.commers employed?
Thinking out loud here....

Shouldn't be too hard to insert a timer switch into the circuit for the heating element. During "off" times, the switch would inhibit power from reaching only the heater. All other systems would remain fully controlled by the main switch.

Jim

User avatar
adriel (original poster)
Posts: 20
Joined: 12 years ago

#12: Post by adriel (original poster) »

That sounds like a straightforward enough patch, Jim.
I wonder if it would mess with the ECU computer unit and/or other components, though.

Has anyone tried this or similar? (or are there other posts relating to this?)

Advertisement
Billc
Posts: 304
Joined: 15 years ago

#13: Post by Billc »

Normally the manufacturers code in a safety feature to show an error when the boiler does not heat to set temp in a certain amount of time. You can always check this by unplugging the heating element and let the machine sit for an hour.


Bill

cmin
Posts: 1393
Joined: 12 years ago

#14: Post by cmin »

Be cool if I could do pressure profiling on my CC1 lol

JimG
Posts: 659
Joined: 18 years ago

#15: Post by JimG »

Billc wrote:Normally the manufacturers code in a safety feature to show an error when the boiler does not heat to set temp in a certain amount of time.
I had wondered if that might be an issue with externally switching the heater. Some commercial PID controllers I've worked with include a similar feature, although it can usually be disabled with a parameter change.

Thanks for sharing your experience!

Jim

Billc
Posts: 304
Joined: 15 years ago

#16: Post by Billc »

Jim,
Followed your stuff for quite a while. Great to chat with you here. Some software allows you to change this variable but most do not. Unfortunate. However there are quite a few boards that use the atmel chip so potentially, with a FTDI you could reprogram the board and use the arduino IDE......?

JimG
Posts: 659
Joined: 18 years ago

#17: Post by JimG »

Billc wrote:However there are quite a few boards that use the atmel chip so potentially, with a FTDI you could reprogram the board and use the arduino IDE......?
It would take someone waaaay smarter than me to reverse engineer a control unit :)

Jim

Advertisement
User avatar
dsc
Posts: 1166
Joined: 17 years ago

#18: Post by dsc »

Wouldn't it be easier to simply ditch the factory ECU and go with a custom built ECU using an Atmel, ATmega, PIC etc.? It's a coffee machine, not a space rocket, so writing a bit of code to do what you want it do it shouldn't take too long and it would be much easier to add custom bits and optimise operation.

Regards,
dsc.

User avatar
adriel (original poster)
Posts: 20
Joined: 12 years ago

#19: Post by adriel (original poster) »

dsc, I suspect many of us here only understand "C+" to mean a passing test score... :mrgreen:

User avatar
dsc
Posts: 1166
Joined: 17 years ago

#20: Post by dsc »

C+? I thought ASM would be more fun;)

Seriously though, if someone is planning to rip into an existing ECU, I reckon he/she has enough knowledge to write the code from scratch.

Regards,
dsc.