issue108:arduino
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue108:arduino [2016/04/30 18:18] – créée auntiee | issue108:arduino [2016/05/03 14:42] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | Not much left to do on the Brewduino now. | + | **Not much left to do on the Brewduino now. |
I’ve added some LEDs just to indicate what’s going on. The green LED is to show that the device is on and OK. The red LED shows that the switch is on and, thus, the heat mat is on and heating up the fermenting vessel. Finally, the blue LED shows that the switch, and heat mat, are off, and that the vessel is cooling down to room temperature. | I’ve added some LEDs just to indicate what’s going on. The green LED is to show that the device is on and OK. The red LED shows that the switch is on and, thus, the heat mat is on and heating up the fermenting vessel. Finally, the blue LED shows that the switch, and heat mat, are off, and that the vessel is cooling down to room temperature. | ||
Ligne 11: | Ligne 11: | ||
int blue = 39; | int blue = 39; | ||
- | Then, set the modes to output, and put the (power) green LED on (code is shown on the next page, top right). | + | Then, set the modes to output, and put the (power) green LED on (code is shown on the next page, top right).** |
- | The temperature check statement now includes the states for the red and blue LEDs (code is shown bottom right). | + | Maintenant, il ne reste plus grand chose à faire sur le Brasse-duino. |
+ | |||
+ | J'ai ajouté quelques LED pour tout simplement indiquer ce qui tourne. La LED verte sert à montrer que l' | ||
+ | |||
+ | La meilleure façon que j'ai trouvée pour tester l' | ||
+ | |||
+ | Les seuls ajustements du code sont pour définir les picots des LED : | ||
+ | |||
+ | int power = 43; | ||
+ | int red = 47; | ||
+ | int blue = 39; | ||
+ | |||
+ | Ensuite, mettez les modes sur sortie et allumez la LED verte (mise sous tension) - le code est présenté en haut à droite, sur la page suivante. | ||
+ | |||
+ | **The temperature check statement now includes the states for the red and blue LEDs (code is shown bottom right). | ||
You’ll note that I’ve also fixed the SSR state so that the light is LOW (on) when the temperature is below 24, and HIGH (off) when above 24. This is the correct procedure for the heat mat. | You’ll note that I’ve also fixed the SSR state so that the light is LOW (on) when the temperature is below 24, and HIGH (off) when above 24. This is the correct procedure for the heat mat. | ||
Ligne 21: | Ligne 35: | ||
No doubt I’ll be tinkering with the code between writing this up, and you reading it, but the code referred to here is at: https:// | No doubt I’ll be tinkering with the code between writing this up, and you reading it, but the code referred to here is at: https:// | ||
- | If you can think of anything to add/change in the Brewduino, please feel free to email me your suggestions: | + | If you can think of anything to add/change in the Brewduino, please feel free to email me your suggestions: |
+ | |||
+ | La déclaration de vérification de la température inclut maintenant l' | ||
+ | |||
+ | Vous noterez que j'ai aussi réglé l' | ||
+ | |||
+ | Bien ! Nous arrivons près de la fin du Brasse-duino. À part le remplacement de la lampe par la couverture chauffante, tout est en place et fonctionnel. Évidemment, | ||
+ | |||
+ | Je vais sans doute encore bricoler le code entre maintenant où je l' | ||
+ | |||
+ | Si vous pensez à quelque chose d' |
issue108/arduino.1462033109.txt.gz · Dernière modification : 2016/04/30 18:18 de auntiee