(Page créée avec « {{ {{tntn|Tuto Details}} |SourceLanguage=none |Language=en |IsTranslation=0 |Main_Picture=Build_an_Easy_ISS_Notifier_1.png |Licences=Attribution (CC BY) |Description=<tran... ») |
(update property name) |
||
(3 révisions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | {{ | + | {{Tuto Details |
− | |||
− | |||
− | |||
|Main_Picture=Build_an_Easy_ISS_Notifier_1.png | |Main_Picture=Build_an_Easy_ISS_Notifier_1.png | ||
|Licences=Attribution (CC BY) | |Licences=Attribution (CC BY) | ||
− | |Description=<translate>You can easily create a hardware notifier that lifts UP a paper astronaut to alert you each time the International Space Station passes over your location. Way more fun than a text!</translate> | + | |Description=<translate><!--T:1--> You can easily create a hardware notifier that lifts UP a paper astronaut to alert you each time the International Space Station passes over your location. Way more fun than a text!</translate> |
|Area=Electronics, Machines and Tools, Robotics | |Area=Electronics, Machines and Tools, Robotics | ||
|Type=Creation | |Type=Creation | ||
Ligne 13 : | Ligne 10 : | ||
|Cost=60 | |Cost=60 | ||
|Currency=USD ($) | |Currency=USD ($) | ||
− | |Tags=Robot, Maker, IoT, Programation, Inventor, Coding, Creativity, Arduino, SteamEducation, Engineer, TokyLabs, DIY, ArduinoProject, Bartop, Arcade, Raspberry Pi | + | |Tags=Robot, Maker, IoT, Programation, Inventor, Coding, Creativity, Arduino, SteamEducation, Engineer, TokyLabs, DIY, ArduinoProject, Bartop, Arcade, Raspberry Pi, NeoPixel, NeoPixels, adafruit, LED, led 8b35e43a47ecbd42c1d421aed24e0fc6, Hardware |
+ | |SourceLanguage=none | ||
+ | |Language=en | ||
+ | |IsTranslation=0 | ||
}} | }} | ||
− | {{ | + | {{Introduction |
− | |Introduction=<translate>Tokymaker is a microcomputer from TokyLabs that lets you create inventions in 5 minutes by mixing electronics, programming, and IoT — with no prior engineering knowledge. Electronic modules connect without soldering, and everything is open source. It’s programmed from a website, which sends code over Wi-Fi — no cables, software, or plugins. Using the graphical language Google Blockly, even non-programmers can easily create code.</translate> | + | |Introduction=<translate><!--T:2--> Tokymaker is a microcomputer from TokyLabs that lets you create inventions in 5 minutes by mixing electronics, programming, and IoT — with no prior engineering knowledge. Electronic modules connect without soldering, and everything is open source. It’s programmed from a website, which sends code over Wi-Fi — no cables, software, or plugins. Using the graphical language Google Blockly, even non-programmers can easily create code.</translate> |
}} | }} | ||
− | {{ | + | {{Materials |
− | |Material=<translate>1 Tokymaker microcomputer: $50 from tokylabs.com/tokymaker | + | |Material=<translate><!--T:3--> |
+ | 1 Tokymaker microcomputer: $50 from tokylabs.com/tokymaker | ||
+ | <!--T:4--> | ||
1 Hobby servomotor | 1 Hobby servomotor | ||
+ | <!--T:5--> | ||
3 Batteries AA | 3 Batteries AA | ||
+ | <!--T:6--> | ||
Wooden craft sticks or chopsticks | Wooden craft sticks or chopsticks | ||
+ | <!--T:7--> | ||
Paper printouts of space station and astronaut images</translate> | Paper printouts of space station and astronaut images</translate> | ||
− | |Tools=<translate>Tape | + | |Tools=<translate><!--T:8--> |
+ | Tape | ||
+ | <!--T:9--> | ||
Hot glue gun | Hot glue gun | ||
+ | <!--T:10--> | ||
Box cutter or hobby knife | Box cutter or hobby knife | ||
+ | <!--T:11--> | ||
Computer with internet access</translate> | Computer with internet access</translate> | ||
− | |ExternalAttachmentsLinks={{ | + | |ExternalAttachmentsLinks={{ExternalAttachmentsLinks |
|ExternalAttachmentsLinks=www.tokylabs.com | |ExternalAttachmentsLinks=www.tokylabs.com | ||
}} | }} | ||
}} | }} | ||
− | {{ | + | {{Separator}} |
− | {{ | + | {{Tuto Step |
− | |Step_Title=<translate>Set up Adafruit IO feed</translate> | + | |Step_Title=<translate><!--T:12--> Set up Adafruit IO feed</translate> |
− | |Step_Content=<translate>Create a cloud account at io.adafruit.com. Then click on Feeds→Actions→Create a New Feed. Name it “ISS.” Click the View AIO Key button, then copy your unique '''''key''''' somewhere safe — you’ll need it later to link your Tokymaker to your Adafruit IO feed.</translate> | + | |Step_Content=<translate><!--T:13--> Create a cloud account at io.adafruit.com. Then click on Feeds→Actions→Create a New Feed. Name it “ISS.” Click the View AIO Key button, then copy your unique '''''key''''' somewhere safe — you’ll need it later to link your Tokymaker to your Adafruit IO feed.</translate> |
}} | }} | ||
− | {{ | + | {{Tuto Step |
− | |Step_Title=<translate>Set up IFTTT action</translate> | + | |Step_Title=<translate><!--T:14--> Set up IFTTT action</translate> |
− | |Step_Content=<translate>Create an account at ifttt.com. This site links Internet services in a very simple way. In our case: ''If'' the ISS passes over a specific address, ''then'' send the number 100 to your Adafruit ISS feed. | + | |Step_Content=<translate><!--T:15--> |
+ | Create an account at ifttt.com. This site links Internet services in a very simple way. In our case: ''If'' the ISS passes over a specific address, ''then'' send the number 100 to your Adafruit ISS feed. | ||
+ | <!--T:16--> | ||
First you’ll choose the '''''trigger'''''. Select New Applet, then click on “+ this” and type “Space” in the search bar. Click the Space icon, then choose “ISS passes over a specific location,” then type your address and click on “Create trigger”. | First you’ll choose the '''''trigger'''''. Select New Applet, then click on “+ this” and type “Space” in the search bar. Click the Space icon, then choose “ISS passes over a specific location,” then type your address and click on “Create trigger”. | ||
+ | <!--T:17--> | ||
Next, create the '''''action''''': sending the number 100 to the Adafruit IO feed. Click on “+ that” and choose Adafruit. Click the Connect button and complete the fields in the popup window. Then, click on “Create action.” The cloud setup is done!</translate> | Next, create the '''''action''''': sending the number 100 to the Adafruit IO feed. Click on “+ that” and choose Adafruit. Click the Connect button and complete the fields in the popup window. Then, click on “Create action.” The cloud setup is done!</translate> | ||
|Step_Picture_00=ISS.png | |Step_Picture_00=ISS.png | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
− | |Step_Title=<translate> | + | |Step_Title=<translate><!--T:18--> Program the Tokymaker</translate> |
− | + | |Step_Content=<translate><!--T:19--> Now for the physical part: Every time the number 100 is in the Adafruit IO feed, your Tokymaker will run a program to turn on a light, move a motor, whatever you want. Go to tokylabs.com/ISS and download the basic ISS Notifier code to your Tokymaker. (Or make it yourself at create.tokylabs.com!)</translate> | |
− | |||
− | |||
− | |||
− | |||
− | |Step_Content=<translate> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Step_Picture_00=Build_an_Easy_ISS_Notifier_3.png | |Step_Picture_00=Build_an_Easy_ISS_Notifier_3.png | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
− | |Step_Title=<translate>Build your ISS Notifier</translate> | + | |Step_Title=<translate><!--T:20--> Build your ISS Notifier</translate> |
− | |Step_Content=<translate>Find or make your own image of the space station, cut it out, and tape the Tokymaker onto the front. Glue the battery pack on the back. Plug the servomotor into Output 1, wrap its cable around, and glue the servo on the back so it’s standing up. Find our create your own astronaut image and tape the printed astronaut to one end of the stick. Cut the stick to size, then glue the other end to the servo arm so the astronaut faces the front.</translate> | + | |Step_Content=<translate><!--T:21--> Find or make your own image of the space station, cut it out, and tape the Tokymaker onto the front. Glue the battery pack on the back. Plug the servomotor into Output 1, wrap its cable around, and glue the servo on the back so it’s standing up. Find our create your own astronaut image and tape the printed astronaut to one end of the stick. Cut the stick to size, then glue the other end to the servo arm so the astronaut faces the front.</translate> |
|Step_Picture_00=Build_an_Easy_ISS_Notifier_4.png | |Step_Picture_00=Build_an_Easy_ISS_Notifier_4.png | ||
|Step_Picture_01=Build_an_Easy_ISS_Notifier_5.png | |Step_Picture_01=Build_an_Easy_ISS_Notifier_5.png | ||
Ligne 89 : | Ligne 82 : | ||
|Step_Picture_05=Build_an_Easy_ISS_Notifier_10.png | |Step_Picture_05=Build_an_Easy_ISS_Notifier_10.png | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
− | |Step_Title=<translate>Spacewalk!</translate> | + | |Step_Title=<translate><!--T:22--> Spacewalk!</translate> |
− | |Step_Content=<translate>Now whenever the ISS passes over your location, your Tokymaker will move the servo to raise the astronaut, light up an LED, and show a message on the OLED screen with the number of orbits that day!</translate> | + | |Step_Content=<translate><!--T:23--> Now whenever the ISS passes over your location, your Tokymaker will move the servo to raise the astronaut, light up an LED, and show a message on the OLED screen with the number of orbits that day!</translate> |
}} | }} | ||
− | {{ | + | {{Notes |
− | |Notes=<translate>[https://makezine.com/author/tokylabs TokyLabs] | + | |Notes=<translate><!--T:30--> |
+ | [https://makezine.com/author/tokylabs TokyLabs] | ||
+ | <!--T:31--> | ||
Based in Shanghai and Barcelona, TokyLabs envisions technology not as a final objective but as a tool to achieve creative goals.</translate> | Based in Shanghai and Barcelona, TokyLabs envisions technology not as a final objective but as a tool to achieve creative goals.</translate> | ||
}} | }} | ||
− | {{ | + | {{Tuto Status |
|Complete=Published | |Complete=Published | ||
}} | }} |
Auteur JaimeLC | Dernière modification 9/12/2019 par Clementflipo
Robot, Maker, IoT, Programation, Inventor, Coding, Creativity, Arduino, SteamEducation, Engineer, TokyLabs, DIY, ArduinoProject, Bartop, Arcade, Raspberry Pi, NeoPixel, NeoPixels, adafruit, LED, led 8b35e43a47ecbd42c1d421aed24e0fc6, Hardware Build_an_Easy_ISS_Notifier_1.png en none Creation 0
1 Tokymaker microcomputer: $50 from tokylabs.com/tokymaker
1 Hobby servomotor
3 Batteries AA
Wooden craft sticks or chopsticks
Paper printouts of space station and astronaut images
Tape
Hot glue gun
Box cutter or hobby knife
Computer with internet access
Create a cloud account at io.adafruit.com. Then click on Feeds→Actions→Create a New Feed. Name it “ISS.” Click the View AIO Key button, then copy your unique key somewhere safe — you’ll need it later to link your Tokymaker to your Adafruit IO feed.
Create an account at ifttt.com. This site links Internet services in a very simple way. In our case: If the ISS passes over a specific address, then send the number 100 to your Adafruit ISS feed.
First you’ll choose the trigger. Select New Applet, then click on “+ this” and type “Space” in the search bar. Click the Space icon, then choose “ISS passes over a specific location,” then type your address and click on “Create trigger”.
Next, create the action: sending the number 100 to the Adafruit IO feed. Click on “+ that” and choose Adafruit. Click the Connect button and complete the fields in the popup window. Then, click on “Create action.” The cloud setup is done!
Now for the physical part: Every time the number 100 is in the Adafruit IO feed, your Tokymaker will run a program to turn on a light, move a motor, whatever you want. Go to tokylabs.com/ISS and download the basic ISS Notifier code to your Tokymaker. (Or make it yourself at create.tokylabs.com!)
Find or make your own image of the space station, cut it out, and tape the Tokymaker onto the front. Glue the battery pack on the back. Plug the servomotor into Output 1, wrap its cable around, and glue the servo on the back so it’s standing up. Find our create your own astronaut image and tape the printed astronaut to one end of the stick. Cut the stick to size, then glue the other end to the servo arm so the astronaut faces the front.
Now whenever the ISS passes over your location, your Tokymaker will move the servo to raise the astronaut, light up an LED, and show a message on the OLED screen with the number of orbits that day!
Based in Shanghai and Barcelona, TokyLabs envisions technology not as a final objective but as a tool to achieve creative goals.
Published
Vous avez entré un nom de page invalide, avec un ou plusieurs caractères suivants :
< > @ ~ : * € £ ` + = / \ | [ ] { } ; ? #