issue84:critique_materiel
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue84:critique_materiel [2014/05/15 16:55] – créée andre_domenech | issue84:critique_materiel [2014/11/04 07:44] (Version actuelle) – fcm_-_ekel | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | I’ve always loved electronics. I did a couple of years of it at college before moving on to other things, but every now and then I keep going back to it. Recently, I’ve been bitten by the bug again and I got out the power supply, breadboard, resistors and multimeter to have a tinker. This time, however, I decided to take the plunge and get either an Arduino or a Raspberry Pi. The Pi seemed like overkill to me. I’m not interested in a mini-computer. I just want something that I can easily control, so I went for the Arduino (Uno) Starter Kit. | + | ===== 1 ===== |
+ | |||
+ | **I’ve always loved electronics. I did a couple of years of it at college before moving on to other things, but every now and then I keep going back to it. Recently, I’ve been bitten by the bug again and I got out the power supply, breadboard, resistors and multimeter to have a tinker. This time, however, I decided to take the plunge and get either an Arduino or a Raspberry Pi. The Pi seemed like overkill to me. I’m not interested in a mini-computer. I just want something that I can easily control, so I went for the Arduino (Uno) Starter Kit. | ||
The Starter Kit includes everything you need to complete over a dozen Arduino projects. All the projects are in the Arduino book, which is in the box, with the code being in the book also, but available in the IDE (more on that soon). The box has an impressive amount of pieces. Everything from resistors, capacitors, and transistors, | The Starter Kit includes everything you need to complete over a dozen Arduino projects. All the projects are in the Arduino book, which is in the box, with the code being in the book also, but available in the IDE (more on that soon). The box has an impressive amount of pieces. Everything from resistors, capacitors, and transistors, | ||
- | It doesn’t matter how tiny someone tells you the Arduino is... it’s not until you see it in the flesh that you realize that it’s about half the size of an iPhone/ | + | It doesn’t matter how tiny someone tells you the Arduino is... it’s not until you see it in the flesh that you realize that it’s about half the size of an iPhone/ |
- | The whole idea behind the Arduino is that you can hook electronic components up to it, and then, by running some code, you can control those components. Clumps of saved Arduino code are called ‘sketches’. These are prepared using the Arduino IDE – which can be downloaded to your desktop/ | + | J'ai toujours aimé l' |
+ | |||
+ | Ce kit de démarrage comprend tout ce qu'il faut pour terminer plus d'une douzaine de projets Arduino. Tous les projets sont dans le livre Arduino, qui est dans la boîte ; le code aussi se trouve dans le livre, mais est disponible dans l'IDE (je vous en dirai plus bientôt). La boîte contient un nombre de pièces impressionnant. Tout est là, des résistances, | ||
+ | |||
+ | Quoi qu'on puisse vous dire sur la petite taille de l' | ||
+ | |||
+ | ===== 2 ===== | ||
+ | |||
+ | **The whole idea behind the Arduino is that you can hook electronic components up to it, and then, by running some code, you can control those components. Clumps of saved Arduino code are called ‘sketches’. These are prepared using the Arduino IDE – which can be downloaded to your desktop/ | ||
sudo apt-get update && sudo apt-get install arduino arduino-core | sudo apt-get update && sudo apt-get install arduino arduino-core | ||
Ligne 11: | Ligne 21: | ||
You write your ‘sketch’ in the IDE, then click the ‘send’ button (the right arrow icon, beside the tick mark). The code is compiled (you see a progress bar), transferred to the Arduino, run on it, and the results are there for all to see. | You write your ‘sketch’ in the IDE, then click the ‘send’ button (the right arrow icon, beside the tick mark). The code is compiled (you see a progress bar), transferred to the Arduino, run on it, and the results are there for all to see. | ||
- | The supplied projects range from simple (flashing LEDs) through to the more complex ones such as the touchy-feely lamp which requires you to touch a piece of tinfoil. | + | The supplied projects range from simple (flashing LEDs) through to the more complex ones such as the touchy-feely lamp which requires you to touch a piece of tinfoil.** |
- | At almost £70 (€80), the Arduino Starter Kit may seem pricey, but, for what you get, it’s great value for money. The packaging is high quality and very well done. The book has a nice embossed cover, colour throughout; diagrams are very well done (both circuit diagrams and how things should be laid out on the Arduino and breadboard), | + | L' |
+ | |||
+ | sudo apt-get update && sudo apt-get install arduino arduino-core | ||
+ | |||
+ | Vous composez votre « sketch » dans l'IDE, puis vous cliquez sur le bouton « send » (« envoyer » : l' | ||
+ | |||
+ | La gamme des projets fournis va du plus simple (des DEL clignotantes) à ceux, plus complexes, tels que la lampe « touchy-feely » qui nécessite que vous touchiez un morceau de feuille d' | ||
+ | |||
+ | |||
+ | |||
+ | ===== 3 ===== | ||
+ | |||
+ | **At almost £70 (€80), the Arduino Starter Kit may seem pricey, but, for what you get, it’s great value for money. The packaging is high quality and very well done. The book has a nice embossed cover, colour throughout; diagrams are very well done (both circuit diagrams and how things should be laid out on the Arduino and breadboard), | ||
The one minor niggle I have (and the only reason for deducting 0.5 in my rating) is with the style of book. A ring-bound book would have been so much easier to lay flat on the workbench while working through the examples. | The one minor niggle I have (and the only reason for deducting 0.5 in my rating) is with the style of book. A ring-bound book would have been so much easier to lay flat on the workbench while working through the examples. | ||
Ligne 21: | Ligne 43: | ||
To the workbench! | To the workbench! | ||
- | I bought mine via Amazon (UK), but you can get more information on the Starter Kit (components list), and buy it, from the Arduino (EU) site: http:// | + | I bought mine via Amazon (UK), but you can get more information on the Starter Kit (components list), and buy it, from the Arduino (EU) site: http:// |
+ | |||
+ | À pas loin de 70 £ (80 €), le Starter Kit d' | ||
+ | |||
+ | La seule petite objection que j'ai (et l' | ||
+ | |||
+ | À partir du mois prochain, je vais documenter mes expériences avec l' | ||
+ | |||
+ | À l' | ||
+ | |||
+ | J'ai acheté le mien sur Amazon (UK), mais vous pouvez trouver des détails sur le Starter Kit (une liste des composants), |
issue84/critique_materiel.1400165751.txt.gz · Dernière modification : 2014/05/15 16:55 de andre_domenech