-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
012f305
commit bfc0a9a
Showing
6 changed files
with
18,092 additions
and
18,342 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Adventronics Calendar Challenge","text":"<p>1. Light me up! (1)</p> <p>Day 01</p> <p>2. Say cheeeeese! (1)</p> <p>Day 02</p> <ol> <li>Be creative</li> </ol> <p>3. Sticker Challenge (1)</p> <p>Day 03</p> <ol> <li>Let's see your graphic design skills</li> </ol> <p>4. Talk morse to me (1)</p> <ol> <li>-... .- .-. -.. ..- .. -. ---</li> </ol> <p>5. Jingle Bells! (1)</p> <ol> <li>Sing with me</li> </ol> <p>6. Barduino wishes you a Merry Christmas! (1)</p> <ol> <li>Don't forget the stamp</li> </ol> <p>7. Pianino (1)</p> <ol> <li>Play me!</li> </ol> <p>8. Will you get the lowest temperature? (1)</p> <ol> <li>Challenge accepted</li> </ol> <p>9. LED's get artistic (1)</p> <ol> <li>Try using one of those apps: Iphone Android</li> </ol> <p>10. Can you imagine the new Barduino? (1)</p> <ol> <li>How it should be?</li> </ol> <p>11. Christmas lights (1)</p> <ol> <li>Colorful lights</li> </ol> <p>12. Ligth a candle in the dark (1)</p> <ol> <li>Try using the light sensor...</li> </ol> <p>13. Visual effects (1)</p> <ol> <li>Maybe with p5js?</li> </ol> <p>14. Dress me up (1)</p> <ol> <li>Protect me</li> </ol> <p>15. Keyboard (1)</p> <ol> <li>UP RIGHT DOWN LEFT</li> </ol> <p>16. Let's play! (1)</p> <ol> <li>Can I be the controller?</li> </ol> <p>17. How AI imagines me? (1)</p> <ol> <li>A picture is worth a thousand words</li> </ol> <p>18. How is the weather? (1)</p> <ol> <li>Check this API</li> </ol> <p>19. Let's party! (1)</p> <ol> <li></li> </ol> <p>20. Change my name (1)</p> <ol> <li>How should I be called in the future?</li> </ol> <p>21. ChatGPT can you help me write a Cristmas card? (1)</p> <ol> <li>From the Barduino?</li> </ol> <p>22. Let's send it to someone (1)</p> <ol> <li>From Barduino with love </li> </ol> <p>23. Barduino meets traditions (1)</p> <ol> <li>Make me feel part of the family</li> </ol> <p>24. Caga tioino (1)</p> <ol> <li>Don't forget I'm from Barcelona!</li> </ol> <p>Made with from Fablab Barcelona </p>"},{"location":"barduino/","title":"Barduino","text":"<p>Here you can find a bit more info about the Barduino.</p>"},{"location":"howto/","title":"How to participate","text":"<p>Embark on a dynamic journey with our Adventronics Calendar \u2013 an electrifying twist on the traditional advent calendar! Instead of the usual sweet treats, each of the 24 windows reveals a challenge centered around the Barduino. Every day we will share with you in this page more details of the challenge and a possible solution, but be creative with your own solutions. These challenges encompass coding, design, and entertaining activities that you can seamlessly weave into your December routine. While the first five participants to finish the challenge will earn a coveted Barduino sweatshirt*, the true essence lies in the joy of learning, the thrill of tackling electronics, and the camaraderie of sharing your experiences with fellow participants. </p>"},{"location":"howto/#progress","title":"Progress","text":"<p>To track your progress, share a video or photo in our dedicated Telegram group using the hashtag #AdventronicsDay followed by the day's number (e.g., #AdventronicsDay05). Utilize this group to seek guidance, pose questions, and exchange insights with the vibrant community of participants. Get ready for 24 days of innovation, learning, and festive fun! </p>"},{"location":"howto/#social-media","title":"Social media","text":"<p>You can share it on social media tagging @fablabbcn and using the hashtag #adventronics and/or #barduino and we will repost so we can have a collection of challenges. </p>"},{"location":"howto/#schedule","title":"Schedule","text":"<p>Every morning the exercise for the day will be explained in this page and an example will be proposed. </p> <p><sup>* If there is less than 5 finishers, the prize will be given to the ones with more challenges done if they completed more than 12.</sup></p>"},{"location":"template/","title":"Solution template","text":"<p>This is a colaborative repo. We will upload a possible solution, but there are many possibilities. If you want to upload your own solution, please follow this template and you can contact us or do a pull request to upload it to the repo in the correct folder solutions/day#. </p>"},{"location":"template/#title","title":"Title","text":""},{"location":"template/#description","title":"Description","text":"<p>Describe in a few lines which is your soution and the idea behind it.</p>"},{"location":"template/#hardware-optional","title":"Hardware (Optional)","text":"<p>If you have more hardware than the Barduino, explain what did you use and how to connect it to the board.</p>"},{"location":"template/#arduino-libraries-optional","title":"Arduino Libraries (optional)","text":"<p>You may have used some libraries to make it work, please link them here.</p>"},{"location":"template/#arduino-code","title":"Arduino code","text":"<pre><code>Paste your code here and commented if you want.\n</code></pre>"},{"location":"template/#hero-shot","title":"Hero shot","text":"<p>Upload a short video or image of the final result.</p>"},{"location":"template/#explanation-optional","title":"Explanation (optional)","text":"<p>Explain your code here.</p>"},{"location":"solutions/01/01/","title":"Day one:","text":"<p>Use the Barduino to blink an LED. </p> <p>Blinking an LED is the Hello World of electronics, the first program you upload to check that everything is up and running. No better way to start the challenge than making sure everyting is ok! Easy one to start the challnge </p> <p>You can always got to Arduino/File/Examples/01.Basic/Blink, but if you feel a bit more adventurous here you can check a possible solution:</p>"},{"location":"solutions/01/01/#possible-solution","title":"Possible solution!","text":""},{"location":"solutions/01/01/#arduino-code","title":"Arduino code","text":"<pre><code>// constants won't change. Used here to set a pin number:\nconst int led = 48; // the LED of the Barduino is connected to pin 48\n\n// Variables will change:\nint ledState = LOW; // ledState used to set the LED\n\n// Generally, you should use \"unsigned long\" for variables that hold time\n// The value will quickly become too large for an int to store\nunsigned long previousMillis = 0; // will store last time LED was updated\n\n// constants won't change:\nconst long interval = 1000; // interval at which to blink (milliseconds)\n\nvoid setup() {\n // set the digital pin as output:\n pinMode(led, OUTPUT);\n}\n\nvoid loop() {\n // check to see if it's time to blink the LED; that is, if the difference\n // between the current time and last time you blinked the LED is bigger than\n // the interval at which you want to blink the LED.\n unsigned long currentMillis = millis();\n\n if (currentMillis - previousMillis >= interval) {\n // save the last time you blinked the LED\n previousMillis = currentMillis;\n // if the LED is off turn it on and vice-versa:\n if (ledState == LOW) {\n ledState = HIGH;\n } else {\n ledState = LOW;\n }\n // set the LED with the ledState of the variable:\n digitalWrite(led, ledState);\n }\n}\n</code></pre> <p>Describe in a few lines which is your soution and the idea behind it.</p>"},{"location":"solutions/01/01/#hero-shot","title":"Hero shot","text":""},{"location":"solutions/02/02/","title":"Day two:","text":"<p>Take a selfie with the Barduino. </p> <p>We don't want to stress you..! Keep it simple and have a nice weekend! </p>"},{"location":"solutions/02/02/#hero-shot","title":"Hero shot","text":""},{"location":"solutions/03/03/","title":"Day three:","text":"<p>Barduino sticker contest!</p> <p>Today we want to test your graphic design skills... </p> <ol> <li>Design a Barduino sticker (it can be related to Adventronics or just the Barduino)</li> <li>Upload your design to the Telegram group</li> <li>Vote for your favourite designs adding a reaction to the message (you can vote for 3 proposals)</li> <li>The poll will be open until Wednesday 6 of December.</li> <li>On Thursday we will announce the winner and all the participants will have one!</li> </ol> <p>Good luck!</p> <p><sup>We reserve the right to reject a proposal if we consider it not appropiate.</sup></p>"},{"location":"solutions/03/03/#hero-shot","title":"Hero shot","text":""}]} | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Adventronics Calendar Challenge","text":"<p>1. Light me up! (1)</p> <p>Day 01</p> <p>2. Say cheeeeese! (1)</p> <p>Day 02</p> <ol> <li>Be creative</li> </ol> <p>3. Sticker Challenge (1)</p> <p>Day 03</p> <ol> <li>Let's see your graphic design skills</li> </ol> <p>4. Talk morse to me (1)</p> <ol> <li>-... .- .-. -.. ..- .. -. ---</li> </ol> <p>5. Jingle Bells! (1)</p> <ol> <li>Sing with me</li> </ol> <p>6. Barduino wishes you a Merry Christmas! (1)</p> <ol> <li>Don't forget the stamp</li> </ol> <p>7. Pianino (1)</p> <ol> <li>Play me!</li> </ol> <p>8. Will you get the lowest temperature? (1)</p> <ol> <li>Challenge accepted</li> </ol> <p>9. LED's get artistic (1)</p> <ol> <li>Try using one of those apps: Iphone Android</li> </ol> <p>10. Can you imagine the new Barduino? (1)</p> <ol> <li>How it should be?</li> </ol> <p>11. Christmas lights (1)</p> <ol> <li>Colorful lights</li> </ol> <p>12. Ligth a candle in the dark (1)</p> <ol> <li>Try using the light sensor...</li> </ol> <p>13. Visual effects (1)</p> <ol> <li>Maybe with p5js?</li> </ol> <p>14. Dress me up (1)</p> <ol> <li>Protect me</li> </ol> <p>15. Keyboard (1)</p> <ol> <li>UP RIGHT DOWN LEFT</li> </ol> <p>16. Let's play! (1)</p> <ol> <li>Can I be the controller?</li> </ol> <p>17. How AI imagines me? (1)</p> <ol> <li>A picture is worth a thousand words</li> </ol> <p>18. How is the weather? (1)</p> <ol> <li>Check this API</li> </ol> <p>19. Let's party! (1)</p> <ol> <li></li> </ol> <p>20. Change my name (1)</p> <ol> <li>How should I be called in the future?</li> </ol> <p>21. ChatGPT can you help me write a Cristmas card? (1)</p> <ol> <li>From the Barduino?</li> </ol> <p>22. Let's send it to someone (1)</p> <ol> <li>From Barduino with love </li> </ol> <p>23. Barduino meets traditions (1)</p> <ol> <li>Make me feel part of the family</li> </ol> <p>24. Caga tioino (1)</p> <ol> <li>Don't forget I'm from Barcelona!</li> </ol> <p>Made with from Fablab Barcelona </p>"},{"location":"barduino/","title":"Barduino","text":"<p>Here you can find a bit more info about the Barduino.</p>"},{"location":"howto/","title":"How to participate","text":"<p>Embark on a dynamic journey with our Adventronics Calendar \u2013 an electrifying twist on the traditional advent calendar! Instead of the usual sweet treats, each of the 24 windows reveals a challenge centered around the Barduino. Every day we will share with you in this page more details of the challenge and a possible solution, but be creative with your own solutions. These challenges encompass coding, design, and entertaining activities that you can seamlessly weave into your December routine. While the first five participants to finish the challenge will earn a coveted Barduino sweatshirt*, the true essence lies in the joy of learning, the thrill of tackling electronics, and the camaraderie of sharing your experiences with fellow participants. </p>"},{"location":"howto/#progress","title":"Progress","text":"<p>To track your progress, share a video or photo in our dedicated Telegram group using the hashtag #AdventronicsDay followed by the day's number (e.g., #AdventronicsDay05). Utilize this group to seek guidance, pose questions, and exchange insights with the vibrant community of participants. Get ready for 24 days of innovation, learning, and festive fun! </p>"},{"location":"howto/#social-media","title":"Social media","text":"<p>You can share it on social media tagging @fablabbcn and using the hashtag #adventronics and/or #barduino and we will repost so we can have a collection of challenges. </p>"},{"location":"howto/#schedule","title":"Schedule","text":"<p>Every morning the exercise for the day will be explained in this page and an example will be proposed. </p> <p><sup>* If there is less than 5 finishers, the prize will be given to the ones with more challenges done if they completed more than 12.</sup></p>"},{"location":"template/","title":"Solution template","text":"<p>This is a colaborative repo. We will upload a possible solution, but there are many possibilities. If you want to upload your own solution, please follow this template and you can contact us or do a pull request to upload it to the repo in the correct folder solutions/day#. </p>"},{"location":"template/#title","title":"Title","text":""},{"location":"template/#description","title":"Description","text":"<p>Describe in a few lines which is your soution and the idea behind it.</p>"},{"location":"template/#hardware-optional","title":"Hardware (Optional)","text":"<p>If you have more hardware than the Barduino, explain what did you use and how to connect it to the board.</p>"},{"location":"template/#arduino-libraries-optional","title":"Arduino Libraries (optional)","text":"<p>You may have used some libraries to make it work, please link them here.</p>"},{"location":"template/#arduino-code","title":"Arduino code","text":"<pre><code>Paste your code here and commented if you want.\n</code></pre>"},{"location":"template/#hero-shot","title":"Hero shot","text":"<p>Upload a short video or image of the final result.</p>"},{"location":"template/#explanation-optional","title":"Explanation (optional)","text":"<p>Explain your code here.</p>"},{"location":"solutions/01/01/","title":"Day one:","text":"<p>Use the Barduino to blink an LED. </p> <p>Blinking an LED is the Hello World of electronics, the first program you upload to check that everything is up and running. No better way to start the challenge than making sure everyting is ok! Easy one to start the challnge </p> <p>You can always got to Arduino/File/Examples/01.Basic/Blink, but if you feel a bit more adventurous here you can check a possible solution:</p>"},{"location":"solutions/01/01/#possible-solution","title":"Possible solution!","text":""},{"location":"solutions/01/01/#arduino-code","title":"Arduino code","text":"<pre><code>// constants won't change. Used here to set a pin number:\nconst int led = 48; // the LED of the Barduino is connected to pin 48\n\n// Variables will change:\nint ledState = LOW; // ledState used to set the LED\n\n// Generally, you should use \"unsigned long\" for variables that hold time\n// The value will quickly become too large for an int to store\nunsigned long previousMillis = 0; // will store last time LED was updated\n\n// constants won't change:\nconst long interval = 1000; // interval at which to blink (milliseconds)\n\nvoid setup() {\n // set the digital pin as output:\n pinMode(led, OUTPUT);\n}\n\nvoid loop() {\n // check to see if it's time to blink the LED; that is, if the difference\n // between the current time and last time you blinked the LED is bigger than\n // the interval at which you want to blink the LED.\n unsigned long currentMillis = millis();\n\n if (currentMillis - previousMillis >= interval) {\n // save the last time you blinked the LED\n previousMillis = currentMillis;\n // if the LED is off turn it on and vice-versa:\n if (ledState == LOW) {\n ledState = HIGH;\n } else {\n ledState = LOW;\n }\n // set the LED with the ledState of the variable:\n digitalWrite(led, ledState);\n }\n}\n</code></pre> <p>Describe in a few lines which is your soution and the idea behind it.</p>"},{"location":"solutions/01/01/#hero-shot","title":"Hero shot","text":""},{"location":"solutions/02/02/","title":"Day two:","text":"<p>Take a selfie with the Barduino. </p> <p>We don't want to stress you..! Keep it simple and have a nice weekend! </p>"},{"location":"solutions/02/02/#hero-shot","title":"Hero shot","text":""},{"location":"solutions/03/03/","title":"Day three:","text":"<p>Barduino sticker contest!</p> <p>Today we want to test your graphic design skills... </p> <ol> <li>Design a Barduino sticker (it can be related to Adventronics or just the Barduino)</li> <li>Upload your design to the Telegram group</li> <li>Vote for your favourite designs adding a reaction to the message (you can vote for 3 proposals)</li> <li>The poll will be open until Wednesday 6 of December.</li> <li>On Thursday we will announce the winner and all the participants will have one!</li> </ol> <p>Here you can find some SVG's of the Barduino.</p> <p>Good luck!</p> <p><sup>We reserve the right to reject a proposal if we consider it not appropiate.</sup></p>"},{"location":"solutions/03/03/#hero-shot","title":"Hero shot","text":""}]} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters