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.

remotewizard's Content

There have been 31 items by remotewizard (Search limited from 13-May 23)


By content type

See this member's


Sort by                Order  

#52443 Long live the Netduino

Posted by remotewizard on 29 August 2013 - 12:13 PM in General Discussion

Actually, I like my Raspberry Pi in its role as an Internet radio streamer (running nothing more exotic than mpd) controlled by a Netduino (as part of my multimode radio project).  Different tools for different jobs, and all that.

 

But I really like coding in Visual Studio on a Windows machine.  I guess I'm not all that hip. :)




#54633 "Intelligent Systems Competency:" Embedded only, or MF too?

Posted by remotewizard on 12 December 2013 - 02:11 PM in General Discussion

I'll email them as well. Thanks for the great suggestion!




#54615 "Intelligent Systems Competency:" Embedded only, or MF too?

Posted by remotewizard on 11 December 2013 - 09:59 PM in General Discussion

Sorry if this has been covered before!

 

Microsoft is rolling out a new 'Intelligent Systems Competency' for partners sometime in Q12014.  From the announcement:

 

"As an extension of our cloud commitment, the Intelligent Systems Competency will also launch to enable partners to capitalize on the fast growing opportunity related to the "Internet of Things," and other competencies will have requirement updates to account for new exams to ensure you are confident selling and implementing the newest versions of Microsoft products and services. "

 

Right now, everything points to the Windows Embedded folks. Might there be a role for .NET MicroFramework (and our beloved Netduino) as well?




#57018 Dedicated clock CPU vs thread on an N2+?

Posted by remotewizard on 23 March 2014 - 12:18 PM in General Discussion

I was hoping that would be the case, but it's nice to know for sure.  Thanks for taking the time to reply!




#56915 Dedicated clock CPU vs thread on an N2+?

Posted by remotewizard on 19 March 2014 - 02:54 PM in General Discussion

Work continues (slowly!) on my Nixie clock project.  Currently, it includes the following parts:

 

  • a conventional Windows service (running on an existing always-on PC) that periodically obtains the local weather forecast from Forecast.io, parses the results, and posts the one-word forecast for the next day to Xively
  • one (so far) Electric Imp with an Adafruit AM-2315 I2C temperature/humidity sensor, which will eventually reside outdoors; this periodically posts the current temperature and humidity to Xively
  • My Netduino (attached to an Edimax BR-6258n for WiFi access) running an MQTT client, subscribing to the forecast, temperature and humidity info on Xively.  When new data is received, the appropriate global variables are updated and action taken 
  • a lookup table on the Netduino that converts the one-word forecast ("snow") to a color ("white"); think the Gulf Building weather beacon in Pittsburgh, where lighting on the the top of the building changes color with the weather forecast.
  • currently, a tricolor LED to display the forecast color.  In the future, when I install my four DFRobot Nixie modules, I'll control the background colors of those instead
  • a RTC synced to NTP (currently by the Netduino), with an automatic adjustment for Daylight Savings time
  • finally, the four Nixie tubes which will display the clock time on request (I'll normally keep the neon part powered off, to increase the tube's lifespan.

 

It seems like a waste of the Netduino to run as a simple realtime clock, constantly updating the Nixies via SPI; I'd like to eventually add additional functionality to the Netduino (e.g. local room temperature sensor, smoke detectors, etc.) and don't want to burden the Netduino with gruntwork.  Would I be better off to move the strictly clock-related functions off to something like an ATTiny (or dedicated time clock chip), reserving the Netduino for more complex tasks?  Or am I worrying needlessly (as I often do)?

 

Did any of this make any sense at all?




#58175 Optimal interface (with snubber) for a 4 ohm telegraph sounder?

Posted by remotewizard on 16 May 2014 - 02:20 PM in General Discussion

I'm finally taking Morse Code classes, trying to learn my dits and dahs.  So I naturally poked around the various Morse projects in the forums.  But now I have a more nuts-and-bolts kind of question.

 

I purchased a nifty antique telegraph sounder (basically a relay, when the clicking and clunking represents Morse dits and dahs).  There are several projects online to interface such a sounder with a *duino or a Raspberry Pi (such as http://sigalonhowtod...since=318825083).  What I'm looking for is the best design that will protect both my Netduino and my antique sounder.

 

The sounder has a 4-ohm coil, and (according to http://www.morsetele....org/wirechief/) was designed to run off an approximately one volt 'Gravity Cell.'  The same article suggests running the sounder off a D-cell battery (current draw estimated at 200 mA).

 

As I said, there's a lot of suggestions online for how to connect the sounder.  Most use a simple transistor to switch a 5 volt power supply to energize the sounder's coil.  This seems a bit high to me, but since the sounder is built like a concrete bulldozer, I could risk it.

 

More to the point, what kind of snubbing configuration would you recommend to protect the Netduino from induced EMF.  Most folks seem to use a simple diode in parallel with the coil (which would shunt the induced current safely to ground).  Some add an LC circuit; a few suggest replacing the simple snubber diode with two Zeners (diodes wired in series, cathode-to-cathode, then attached in parallel with the coil).

 

Since I don't want to damage my sounder unnecessarily, and it's pretty much equivalent to a big low-voltage relay, I figured I'd ask the experts for the optimal solution.

 

Sorry to be so long-winded!





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.