Arduino: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Join us for Arduino-hacking sessions! ==Arduino== * What you need to start with ** ** ==Arduino hack-nights==")
 
(Update useful links for browser j5)
 
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Join us for Arduino-hacking sessions!
If you are interested in Open Source Electronics and Robots, or just make something smile or blink, join us for Arduino hack-nights in Mozilla Mountain View office!


==Arduino==
'''What is Arduino?'''
* Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.
* [http://arduino.cc/en/Guide/Introduction >> Read more about it]
'''Why Arduino?'''
* Inexpensive - The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than $50.
* Simple, clear programming environment - The Arduino programming environment is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. It requires little programing background to start with.


* Open source and extensible software/hardware - There are many libraries available to adopt or explore, and you can easily get spare parts from hardware store or your own garage.


==Arduino==
* Cross-platform - The Arduino software runs on Windows, Mac OSX, and Linux.
* What you need to start with
**
**


'''What do you need to start with?'''
* [http://www.amazon.com/Arduino-UNO-board/dp/B004CG4CN4/ref=pd_bxgy_b_img_b Buy Arduino UNO board on Amazon]  (Arduino has several pre-assembled boards and the latest model is called UNO!)
* [http://arduino.cc/en/Main/Software Download the Arduino Software (Mac or PC)]


==Arduino hack-nights==
==Arduino hack-nights==
Every Tuesday or Thursday? Proposing your first available date!
* June 9th, Thursday, 6:30 - 8:30pm (+3)
* June 10th, Friday, 4:00 - 6:00pm
* June 14th, Tuesday ,6:30 - 8:30pm (+1)
Q: Can we include a Monday/Wednesday/Friday, as opposed to just Tuesday/Thursday?
----
==Useful Links==
* iPad app - Arduino Simulator 2x [http://www.ipadappsdude.com/arduino-simulator-2x-education/]
* [[Browser Johnny Five]] - A set libraries to control Arduino on the web using pure javascript, no firmware development required.

Latest revision as of 19:42, 6 October 2015

If you are interested in Open Source Electronics and Robots, or just make something smile or blink, join us for Arduino hack-nights in Mozilla Mountain View office!

Arduino

What is Arduino?

  • Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.
  • >> Read more about it

Why Arduino?

  • Inexpensive - The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than $50.
  • Simple, clear programming environment - The Arduino programming environment is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. It requires little programing background to start with.
  • Open source and extensible software/hardware - There are many libraries available to adopt or explore, and you can easily get spare parts from hardware store or your own garage.
  • Cross-platform - The Arduino software runs on Windows, Mac OSX, and Linux.

What do you need to start with?

Arduino hack-nights

Every Tuesday or Thursday? Proposing your first available date!

  • June 9th, Thursday, 6:30 - 8:30pm (+3)
  • June 10th, Friday, 4:00 - 6:00pm
  • June 14th, Tuesday ,6:30 - 8:30pm (+1)

Q: Can we include a Monday/Wednesday/Friday, as opposed to just Tuesday/Thursday?



Useful Links

  • iPad app - Arduino Simulator 2x [1]
  • Browser Johnny Five - A set libraries to control Arduino on the web using pure javascript, no firmware development required.