Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Solicitation for Presentation Ideas


  • Please log in to reply
11 replies to this topic

#1 Dan Morphis

Dan Morphis

    Advanced Member

  • Members
  • PipPipPip
  • 188 posts

Posted 31 May 2011 - 11:55 PM

In about 3 weeks, I'm doing a presentation on NETMF and Netduino to the Alaska .NET Users Group.

I was planning to touch on
  • The history of NETMF (SPOT)
  • Limitations
  • Fun things you can do

as well as demos
  • The standard blinking LED
  • Reading serial data from a RFID reader
  • Displaying data on a LCD
  • Reading analog values

and vendors
  • Secret Labs, LLC
  • GHI
  • Device Solutions

And Arduino shield compatibility. Does anyone have suggestions for things I should cover or a neat demo I could do?

I was also planning to mention a few of the projects people on this board
  • Chris's QuadCoptor
  • Fabien's Water Heater Energy Saver
  • etc

Thank you for your input!

-dan

#2 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 01 June 2011 - 06:46 AM

Perhaps a sample in PWM, SPI and I2C? Perhaps even SingleWire? Just to show how to use those features.
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#3 Eric Burdo

Eric Burdo

    Advanced Member

  • Members
  • PipPipPip
  • 130 posts

Posted 01 June 2011 - 11:15 AM

I did a presentation about... 6 months ago I think.

I covered most of what you talked about... and I also had a 7-segment LED that I hooked up to a trim-pot to show variable speed.

Most folks (at our local user group - BAND"Bangor Area .NET Developers") were interested in:

1) shields
2) that "tool chain" is free (visual studio, etc)
3) the fact that it's C#, and means no big learning curve.
4) The ability to connect Netduino's together via ethernet (or other communication channels)

(and congrats on the presentation, from a former Alaskan)
~ Eric D. Burdo ~ http://brick-labs.com/

Today LED's, tomorrow, the world!!! Well, OK, maybe servos.

#4 Dan Morphis

Dan Morphis

    Advanced Member

  • Members
  • PipPipPip
  • 188 posts

Posted 01 June 2011 - 04:15 PM

I did a presentation about... 6 months ago I think.

I covered most of what you talked about... and I also had a 7-segment LED that I hooked up to a trim-pot to show variable speed.

Most folks (at our local user group - BAND"Bangor Area .NET Developers") were interested in:

1) shields
2) that "tool chain" is free (visual studio, etc)
3) the fact that it's C#, and means no big learning curve.
4) The ability to connect Netduino's together via ethernet (or other communication channels)

(and congrats on the presentation, from a former Alaskan)


Eric,
Thank you for your input. I had completely forgotten to mention specifics of the tool chain!

What part of Alaska are you from? I live in Chugiak (a suburb of Anchorage).

-dan

#5 Eric Burdo

Eric Burdo

    Advanced Member

  • Members
  • PipPipPip
  • 130 posts

Posted 01 June 2011 - 09:38 PM

Eric,
Thank you for your input. I had completely forgotten to mention specifics of the tool chain!

What part of Alaska are you from? I live in Chugiak (a suburb of Anchorage).

-dan


Hi Dan,

I lived in Anchorage for about a year... then Wasilla for 6. My father was stationed at Elmendorf.

And yes... the tool chain is nice... free software (that works) is always good. ;)
~ Eric D. Burdo ~ http://brick-labs.com/

Today LED's, tomorrow, the world!!! Well, OK, maybe servos.

#6 Dan Morphis

Dan Morphis

    Advanced Member

  • Members
  • PipPipPip
  • 188 posts

Posted 08 June 2011 - 05:20 AM

Perhaps a sample in PWM, SPI and I2C? Perhaps even SingleWire? Just to show how to use those features.


Stefan, just noticed your comment. Yeah, I plan on doing PWM with an LED (I don't have any servo's avail to show talking PWM to a servo), and SPI with a '595 to show how you can get more outputs.

#7 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 08 June 2011 - 07:28 AM

(I don't have any servo's avail to show talking PWM to a servo)

Unplug the pc speaker from your PC and connect it to your netduino. way more fun then a led :)
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#8 Dan Morphis

Dan Morphis

    Advanced Member

  • Members
  • PipPipPip
  • 188 posts

Posted 08 June 2011 - 05:07 PM

Unplug the pc speaker from your PC and connect it to your netduino. way more fun then a led :)


I didn't think of that, thanks Stefan!

-dan

#9 Christoc

Christoc

    Advanced Member

  • Members
  • PipPipPip
  • 127 posts
  • LocationBallwin, MO

Posted 08 June 2011 - 08:23 PM

Anyone up for sharing presentations when they are done? I'm doing a session at the St. Louis Day of .NET in August, an Introduction to Netduino.

View my blog at ChrisHammond.com

Projects: Netduino Tank/Tracked Vehicle, DNNFoos, Random other bits


#10 Dan Morphis

Dan Morphis

    Advanced Member

  • Members
  • PipPipPip
  • 188 posts

Posted 08 June 2011 - 10:19 PM

Anyone up for sharing presentations when they are done? I'm doing a session at the St. Louis Day of .NET in August, an Introduction to Netduino.


Chris, when I get my slide deck done, I'll post it up, along with my notes and schematics for the demos I'm going to do. Look for it in the next week or two.

-dan

#11 Fabien Royer

Fabien Royer

    Advanced Member

  • Members
  • PipPipPip
  • 406 posts
  • LocationRedmond, WA

Posted 08 June 2011 - 11:54 PM

Hey Dan,

Regarding your PWM demo: feel free to use this sample which plays RTTL ring tones. http://netduinohelpe...Test/Program.cs

There are many other samples that you could leverage for other areas. If you have an 8x8 LED matrix, you could use your 74HC595 shift-register to drive with using persistence of vision: http://netduinohelpe...oWorld/Tests.cs

This sample also uses analog joysticks to demo analog inputs.

I hope this helps.

Cheers,
-Fabien.

#12 Dan Morphis

Dan Morphis

    Advanced Member

  • Members
  • PipPipPip
  • 188 posts

Posted 09 June 2011 - 06:05 PM

Hey Dan,

Regarding your PWM demo: feel free to use this sample which plays RTTL ring tones. http://netduinohelpe...Test/Program.cs

There are many other samples that you could leverage for other areas. If you have an 8x8 LED matrix, you could use your 74HC595 shift-register to drive with using persistence of vision: http://netduinohelpe...oWorld/Tests.cs

This sample also uses analog joysticks to demo analog inputs.

I hope this helps.

Cheers,
-Fabien.


Fabien, thank you for the link to the RTTL stuff. I will add that to the demo list!

-dan




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.