New: public mailing lists!

HacDC has two new public e-mailing lists, and we invite our friends to subscribe:

  • The announcements list is a moderated, low-traffic list for the distribution of announcements related to HacDC.
  • The blabber list is an unmoderated list, expected to experience high traffic, for general hacker-y discussion.
Categories: Uncategorized

Microcontroller Monday: I2C

Monday night (Nov 10) I’ll be going over the I2C protocol and how to make it work for you.  I2C is used in all sorts of sensors these days, and understanding how to make the AVR’s speak it is useful stuff!

I’ll bring in some I2C external memory chips, a temperature sensor, and a 3-axis accelerometer.  There’ll also surely be steaming hot, AVR-to-AVR, master-slave action.  After a little bit of lecture and some code demo, we’ll see how many of them we can get working…

7pm.  The Space.

Programming with Ruby: update

If you have signed up for the Programming Ruby classes, thanks!  

Remember you’ll need to do all of the following steps to participate:

1) If you don’t have an IRC client, you can log into the #hacDC channel using a web based client (requires javascript) located here

2) Use your favorite SSH client and use the following login information:

  • host: rubyprog.dyndns.org
  • port: 2210
  • username: rubyhacker
  • password: [will be sent to you via e-mail, if you have signed up]

3) Download the installation and configuration guide for the Free VNC Viewer at https://downloads.elitefrontier.org/VNC-Viewer-HOWTO.pdf  The hostname is in the .PDF file, and the password will be e-mailed to you if you have signed up for the class.

4) Show up online on Wednesday 15th at 7:45pm Eastern Standard, class starts promptly at 8:00pm.

If you have any questions,  send e-mail to:  rubyprog@elitefrontier.org or reply  to this blog entry.

Categories: Uncategorized