Offline
Newbie
Karma: 0
Posts: 9
|
 |
« on: March 01, 2013, 03:21:46 am » |
Hi guys, I want to write program for brewing beer and control it from PC. Which interface would you recommended to me? It should: - turn off/on outpin
- change variables (temperature,time) in program
- display real/desired temperature in graph from PID
- pause program

|
|
|
|
|
Logged
|
|
|
|
|
NYC, US
Offline
Sr. Member
Karma: 9
Posts: 400
I have no clue about Arduino, is it Italian coffee?
|
 |
« Reply #1 on: March 01, 2013, 10:02:53 am » |
raspberry pi + touchscreen + processing + arduino = perfect brewing beer system
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 50
Posts: 6540
Arduino rocks
|
 |
« Reply #2 on: March 01, 2013, 11:05:02 am » |
|
|
|
|
|
Logged
|
|
|
|
|
NYC, US
Offline
Sr. Member
Karma: 9
Posts: 400
I have no clue about Arduino, is it Italian coffee?
|
 |
« Reply #3 on: March 01, 2013, 12:10:03 pm » |
plan B.
if u have android phone, android tablet, iphone or ipad.
arduino+raspberry pi+processing (in headless mode) +wifi +tablet= best brewing beer system
Pro. 1. save high cost of touchscreen 2. wireless
Con. 1. need code processing in headless mode.
|
|
|
|
|
Logged
|
|
|
|
|
NYC, US
Offline
Sr. Member
Karma: 9
Posts: 400
I have no clue about Arduino, is it Italian coffee?
|
 |
« Reply #4 on: March 01, 2013, 12:28:06 pm » |
one more thing;-
raspberry pi support up to 127 arduinos same time. and u could run multiple processing app same time as well.
add one more arduino for BBQ, add one more for food processor, one more for intelligent toilet... drink it, eat it, and sh*t on it. Let's have fun!
|
|
|
|
« Last Edit: March 01, 2013, 12:41:33 pm by sonnyyu »
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 9
|
 |
« Reply #5 on: March 01, 2013, 01:18:54 pm » |
why do you recomend me raspberry? I dont want to buy anything else, I think arduino is enought..
|
|
|
|
|
Logged
|
|
|
|
|
NYC, US
Offline
Sr. Member
Karma: 9
Posts: 400
I have no clue about Arduino, is it Italian coffee?
|
 |
« Reply #6 on: March 01, 2013, 01:34:41 pm » |
I want to write program for brewing beer and control it from PC. once u have raspberry pi, no PC is needed. Plan C arduino+PC+processing +wifi +tablet= an other best brewing beer system if you want PC based system.
|
|
|
|
« Last Edit: March 01, 2013, 01:36:23 pm by sonnyyu »
|
Logged
|
|
|
|
|
NYC, US
Offline
Sr. Member
Karma: 9
Posts: 400
I have no clue about Arduino, is it Italian coffee?
|
 |
« Reply #7 on: March 01, 2013, 01:53:21 pm » |
Plan D. http://brewpi.com/arduino+raspberry pi solution. I love the design. and seem part price is fair. I like your gui design, but implement it u need some kind of processing program. http://playground.arduino.cc/interfacing/processingone sample is: 
|
|
|
|
« Last Edit: March 01, 2013, 01:59:25 pm by sonnyyu »
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 50
Posts: 6540
Arduino rocks
|
 |
« Reply #8 on: March 01, 2013, 03:23:35 pm » |
why do you recomend me raspberry? I dont want to buy anything else, I think arduino is enought.. Probably is. You need to work on the application that will display on the pc.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 37
Posts: 974
Get Bitlash: http://bitlash.net
|
 |
« Reply #9 on: March 01, 2013, 03:29:20 pm » |
It might be worth taking a look at Bitlash Commander: https://github.com/billroy/bitlash-commanderCommander is a PC application that serves Arduino control panels you design over the web. It's optimized for talking to Bitlash over usbserial or ethernet but it's easy to use with any Arduino-side application over the serial port with minor adjustments. All the controls you show in your example are supported, and a few more (the Slider and Meter, for example.) Good luck with your project, -br
|
|
|
|
|
Logged
|
|
|
|
|
NYC, US
Offline
Sr. Member
Karma: 9
Posts: 400
I have no clue about Arduino, is it Italian coffee?
|
 |
« Reply #10 on: March 01, 2013, 04:21:02 pm » |
https://github.com/billroy?tab=repositoriesa batch of good staffs here, check them out. Arduino - Live Chart  bitlash-commander 
|
|
|
|
|
Logged
|
|
|
|
|
NYC, US
Offline
Sr. Member
Karma: 9
Posts: 400
I have no clue about Arduino, is it Italian coffee?
|
 |
« Reply #11 on: March 01, 2013, 04:27:58 pm » |
just steal this thread;-
Billroy, how fast realtime Arduino - Live Chart could show, 10ms or 100ms per sample? I never use D3 to display chart but only html5 canvas with ajax. It can not go well fast.
|
|
|
|
« Last Edit: March 01, 2013, 04:29:56 pm by sonnyyu »
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 37
Posts: 974
Get Bitlash: http://bitlash.net
|
 |
« Reply #12 on: March 02, 2013, 09:00:07 pm » |
Commander is intended for dozens of updates per second, not hundreds or thousands.
I agree that HTML5 canvas speed is one of the issues. The serial port speed is the main bottleneck, though.
-br
|
|
|
|
|
Logged
|
|
|
|
|
|