NerdKits - electronics education for a digital generation

You are not logged in. [log in]

NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.

NerdKits Newsletter Archives » NerdKits Newsletter #5 - printf/scanf Video, IEEE Award, and Customer Projects

September 01, 2009
by mrobbins
(NerdKits Staff)

mrobbins's Avatar

This newsletter was released on September 1st, 2009.

Hi! This is the fifth edition of the NerdKits newsletter, which we use to keep you updated about things going on at NerdKits.

In this issue:

  1. New Projects from You: Laser/iPhone, Hamometer, Tractor Sled Puller
  2. New Video: printf and scanf in C Programming
  3. NerdKits Wins IEEE "Engineering Your World" Contest
  4. More Parts Available in the NerdKits Store

AWESOME CUSTOMER PROJECTS

We'd like to call attention to a few cool customer projects that are emerging on our forums:

First, pedroh96 made a video called "HOW-TO: Control a Laser with your Computer and your iPhone!":

http://www.youtube.com/watch?v=QiFpD1lpR60
http://www.nerdkits.com/forum/thread/193/

This video demonstrates how to connect a laser pointer to the microcontroller, and how to control it from a computer.

Next, hijohng made a "NerdKit Hamometer" for tracking how far his hamster ran at night:

https://sites.google.com/site/hamometer/
http://www.nerdkits.com/forum/thread/197/

This discusses connecting a magnetic Hall-effect sensor to the NerdKit, and reading the data to a PC. (We were really surprised to see how far the little guy got!)

And finally, JKITSON has two NerdKits communicating wirelessly for his "Tractor Sled Monitor":

http://www.nerdkits.com/forum/thread/58/#post1232

Jim, let us know how it's going!

NEW VIDEO: PRINTF AND SCANF FUNCTIONS IN C PROGRAMMING

We've released a new video tutorial that talks about how to use the printf and scanf functions, as well as their program-space counterparts printf_P and scanf_P. These are incredibly useful functions for writing to the LCD, or for reading and writing to the serial port. This is one of our first tutorials that is centered around a programming concept rather than a project, so let us know what you think -- should we make more like this one?

http://www.nerdkits.com/videos/printf_and_scanf/

NERDKITS WINS IEEE "ENGINEERING YOUR WORLD" COMPETITION

In the last newsletter, we told you that NerdKits had been selected as one of the finalists in an IEEE video contest. The IEEE is the leading professional society for electrical engineering, and it held a competition requesting videos that demonstrate how people can use engineering to make their lives better.

We're happy to announce that with all of your votes, we won the contest "for the planet's most fun and innovative use of science, engineering and technology to enhance the world around us"!

http://www.ieee125.org/celebrate/engineering-your-world/index.html

We will be using the prize money to help us bring you more innovative, educational videos about programming and electronics. Thanks again for your support and your votes!

MORE PARTS AVAILABLE IN THE NERDKITS STORE

We're not in the business of being a major electronics parts distributor -- Digi-Key, Mouser, and Newark can hold that throne. But we do like to take care of our customers, so we've provided extra parts on our online store, only for existing NerdKits customers. For your convenience, we've recently expanded the list of available parts, now to include individual ATmega168 microcontrollers, MOSFETs, temperature sensors, USB-Serial adapters, switches, and more:

http://www.nerdkits.com/store/

As always, orders generally ship the same or next business day, so you'll have your parts fast! And you can still e-mail us to request other parts that we may have available.

THANKS!

Thank you for taking the time to read this, and for being such great customers. Make sure you tell your friends and neighbors about NerdKits so we can keep the world's DIY spirit alive (now with NerdKits in 39 countries)!

Best wishes,

Humberto & Mike
NerdKits, L.L.C.
http://www.nerdkits.com/

Subscribe on YouTube: http://www.youtube.com/NerdKits
Follow us on Twitter: http://www.twitter.com/NerdKits
Be our Fan on Facebook: http://www.facebook.com/NerdKits

Post a Reply

Sorry, this thread is closed. No further replies are permitted.

Did you know that binary numbers use base 2 to represent numbers, and these are important for understanding microcontroller registers? Learn more...