Arduino

Getting Started with Arduino Workshop

Kwartzlab is hosting a getting started with Arduino workshop.

Fits in your hand

The Arduino is a micro controller that can read inputs such as push buttons, switches, sensors and control output devices such as motors, lights, buzzers and much more.

Some things you can do with the Arduino are:
infrared limit switches
hijack a remote control
analog needle gauge
reflective infrared detector
buzz a buzzer
twirly knobs, we call pots
drive an LCD
If you are wondering “can I do this with an Arduino?”, why don’t you ask us?

We will have computers with Arduinos already set up to demonstrate some of their many uses. If attendees wish to bring there laptops in we will help them get the software running.
There will be a $20 fee to cover cost of materials. We are getting some new boards in for the event for people to try out.

When: Saturday February 27, 1-4 PM

Where: Kwartzlab 283 Duke St. W, Unit 106, Kitchener, ON

Cost: $20

RSVP to events@kwartzlab.ca

Hosts: Andrew Mackie and Bevan Lantz

Remote debugging an Arduino

I don't have a fancy JTAG or ICE system for Arduino debugging. AVR simulators can only take you so far. So I've been working on creating a remote debugging stub, so you can use GDB (the GNU Debugger) and Insight (a graphical interface to GDB) on your PC to remotely debug code running on the Arduino board (or any AVR-based board.)

Arduino XBee communication

This past week, i finally got 2 Arduinos (Arduini?) to communicate with the XBee shield.

Syndicate content