Posts tagged with ‘labview’

Posts tagged with ‘labview’

  • Connecting the Arduino and the LEGO MINDSTORMS: HowTo

    This week we got back to our hacking spree: we made an Arduino and LEGO MINDSTORMS talk.  This weeks example gets the Arduino and the NXT

    0
  • LVLM

    Labview for NXTBee and RS485

    Andrew Milluzi just posted an in-depth article on using the NXTBee radios with Labview for LEGO MINDSTORMS (LVLM).  He gives some great background information on data Throughput, Latency, and Speed. Check out his blog post here: http://08milluz.wordpress.com/2013/02/20/throughput-latency-and-bus-speed/ You can also find some software on his website for using the NXTBee’s and LVLM.  While RS485 communications are not officially supported in...

    0
    0
  • The NXTBee now with Labview for LEGO MINDSTORMS

    NXTBee and Labview for LEGO MINDSTORMS (LVLM)

    A few months back, Andrew Milluzi released Laview VI's for the NXTBee. This week we tested the NXTBee with LVLM, the LabView for LEGO MINDSTORMS (LVLM). We also are posting a few examples of LEGO MINDSTORMS programming to show how to use the NXTBee and LVLM.

    0
    0
  • New Lab: NXT Solar Powered Car

    Explore solar energy and electric vehicles by designing and testing a solar powered car using LEGO MINDSTORMS NXT and Dexter Industries dSolar 4W.

    0
    0
  • New Lab: Measure Heat from a Computer With a Thermal Infrared Sensor

    A great new lab from K12Lab.com: using the Thermal Infrared Sensor to Measure Heat From a Computer

    0
    0
  • Labview for the dIMU

    LVLM: now for the dIMU!

    0
    0
  • LVLM

    Dexter Industries now supports LabVIEW LEGO MINDSTORMS Software

    LabVIEW for LEGO MINDSTORMS NXT virtual instruments for Dexter Industries: now available for download.

    0
    0
  • Thermometer Trials

    We set out to put the new Dexter Industries Thermometers  through trials.  How accurate is it?  How quickly does it respond to temperature changes?  What kind of resolution do we get with it?  Just how good is the thermometer? First, Brian Davis wrote a great blog entry about the Lego thermometers and a really nice analysis of their performance. ...

    0
    0
  • Natural Log Iterative Calculation

    While working on some temperature programs, we found we needed to use the natural logarithm function. The natural logarithm function provided by Labview is not supported in NXT.  So we went ahead and developed this algorithm.  It works if the operator is greater than 0 (x > 0). The algorithm approaches natural logarithm by performing an iterative calculation.  The...

    0
    0