Dexter Industries

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

Dexter Industries
Privately held
Industry Robotics Education
Founded 2009
Headquarters Washington D.C., USA
Area served
Worldwide
Products Robots, Sensors, Switches, Thermometers
Slogan OUR PASSION IS ROBOTICS. We develop fun robotic kits and sensors for LEGO MINDSTORMS, Raspberry Pi, and Arduino.
Website www.dexterindustries.com

Dexter Industries is a third-party developer best known for their robotic sensors for the Raspberry Pi and Lego Mindstorms system. Dexter Industries has several products that expand the LEGO Mindstorms system, Raspberry Pi, and Arduino prototyping system. The products range from sensors to switches and may be used for projects outside the scope of Lego Mindstorms.

History

Dexter Industries was founded in July 2009 by a group of engineers with an interest in robotics — specifically in the Lego Mindstorms NXT system. Their first product was the dSwitch and have since created several products for the Lego Mindstorms NXT system. Dexter Industries is located in Washington D.C..

In 2013 and 2014, the company launched a series of Kickstarter campaigns to raise funding for their Raspberry Pi accessories.

Raspberry Pi Accessories

Dexter Industries designs and manufactures accessory boards for the Raspberry Pi.[1]

BrickPi The BrickPi is a robotic system add-on board for the Raspberry Pi. This board allows a user to connect LEGO Mindstorm parts, motors, and sensors to the Raspberry Pi. The company funded the launch of the BrickPi with a Kickstarter campaign in June 2013.

File:The BrickPi For Raspberry Pi and LEGO Mindstorms.JPG
A shooter robot controlled with the BrickPi and a Raspberry Pi and built with LEGO Mindstorms.

Arduberry The Arduberry is an add-on board for the Raspberry Pi that connects Arduino Shields to the Raspberry Pi.

File:Arduberry for Raspberry Pi and Arduino.JPG
An image of the Arduberry, an add-on board for the Raspberry Pi that connects the Raspberry Pi with the Arduino.

GrovePi The GrovePi is an add-on board for the Raspberry Pi that connects modular sensors to the Raspberry Pi.

GoPiGo The GoPiGo is a robotic platform for the Raspberry Pi. The GoPiGo is designed to be a complete robot package for the Raspberry Pi. The package includes a robot body, motors, controls, and a robotic power supply.


File:GoPiGo Office Drone War.PNG
The GoPiGo Raspberry Pi Robot with a USB rocket launcher attached.

Lego Sensors

Dexter Industries produces a flexible motion sensor, a pressure sensor, a temperature sensors, a solar sensor, a GPS sensor, a XBee radio sensor, and others.

Flexible Sensor

The dFlex is the flexible sensor available from Dexter Industries. This sensor measures the bend of the sensor and records mechanical motion. dFlex is the newest product from Dexter Industries and is reviewed on several robotics blogs.[2]

Temperature Sensors

For the temperature sensors, there are two versions: an open version and a protected version. The sensors come with a two meter long cord.[3] The temperature sensors are thermistor-based; they are read as an analog sensor by the NXT.

Pressure Sensor

The dPressure sensor is made specifically for the Lego NXT Mindstorms system. It is capable of measuring up to 250 kPa (30 psi) and 500 kPa (70 psi) of pressure and gauge vacuum.

Solar Sensor

For the dSolar sensor, there are two 9V versions with different wattages: a 2W and a 4W model, both of which can power the NXT system or a user's robot. Dexter Industries also produces three additional adapters that relate to the solar sensor. The first is an optional capacitor bank that serves as a mini-battery; it provides continuous power for NXT projects if the system runs under a shadow or cloud. Second, there is an adapter that allows three solar panels to be plugged in simultaneously; this can provide up to 750 mA at 10 volts. The third adapter is a battery pack that can recharge the NXT battery pack utilizing solar power.[4][5]

Global Positioning System (GPS) Sensor

The dGPS sensor provides GPS coordinate information to the user's robot and calculates navigation information. The sensor provides latitude, longitude, time, speed and heading to the user's project or robot. The sensor can also navigate to target coordinates. Since the LEGO NXT has limited computing capability and can’t interface directly with a GPS module, the sensor includes a micro-controller and software that translates and checks the signal from the GPS, and also performs additional calculations and functions to aid navigation. The sensor can be used to build things like autonomous vehicles and mapping vehicles.[6]

Compatibility with Google Maps

The dGPS output data is compatible with Google Maps.[7][8] A miniature version of the Google Street View Car, which roams the streets to photograph them for Google Maps, was built by Mark Crosbie. He created his Street View car using Dexter Industries’ dGPS sensor to record coordinates and a small camera to take pictures as the vehicle drives down a street. The pictures from the camera can then be uploaded into Google Earth along with the coordinates. Using a KML format file, the Lego NXT can upload saved pictures, coordinates and data into a personal computer. Crosbie’s miniature Google Street Car can show the path that the car drove, and also shows pictures taken along the way in Google Earth.[6]

Educational Applications

An educational workbook for the dGPS, entitled "Beginning GPS with NXT Robots" was written and published by James Floyd Kelly in June 2011.[9][10] This book includes instructional projects with questions and descriptions that teach students about mapping, robotics, programming and navigational terms.[11] "Beginning GPS with NXT Robots" is an introduction to the basics of GPS, including hands-on activities and tutorials on how to use the features of the dGPS sensor in NXT robotic projects.[6]

Geocaching

According to Geocaching.com, "geocaching is a high-tech treasure hunting game played throughout the world by adventure seekers equipped with GPS devices. The basic idea is to locate hidden containers, called geocaches, outdoors and then share your experiences online."[12] By using the NXT and the dGPS sensor, the user is able to create a hand held GPS.[13] The accompanying dGPS geocaching software takes GPS coordinates of a target in decimal-degrees, references them against the coordinates of the NXT's current position, and then calculates the distance the NXT is from its destination as well as the compass angle. By turning the NXT hand held GPS in the correct direction according to the embedded compass, the user can reach the geocache. The software also allows the user to record the latitude and longitude to plot the user's journey in Google Maps.[14]

NXTBee

These NXTBee is a high-speed long-distance wireless communication sensor which allows a Lego NXT to communicate with any other device with an XBee radio. The NXTBee sensor makes the Digi XBee radio compatible with the Lego Mindstorms NXT system. The XBee 802.15 communication protocol is the wireless communication standard used by many robots and for inter-device communication. There are two types of NXTBees; the basic NXTBee can send information up to 300 feet away, and the NXTBee PRO can transmit or receive information from up to 1.2 km away. The NXTBee utilizes a high speed RS-485 line for high speed communication. The NXTBee uses the XBee protocol which can utilize both point-to-point protocol (PPP) networking and mesh networking.[15] Users can design a remote controlled car using the NXTBee.[16]

Swarm Robotics

Carnegie Mellon University’s Robotics Academy developed a multi-robot swarm robotics project using the NXTBee and the Lego Mindstorms system. Swarm robotics is a popular topic in robotics because it coordinates numerous small robots to accomplish larger tasks. Swarm robotics using the NXT and NXTBee might be capable of performing complex tasks such as PID auto-straightening, thermal imaging and even line tracking.[17] CMU's Robotics Academy also teaches how to use the NXTBee at its advanced program training courses.[18]

Thermal Infrared Sensor

The Thermal Infrared Sensor reads the surface temperatures of objects. It is a non-contact thermometer and does not need to be in contact with an object to measure its temperature. The sensor can read object temperatures between -90 °F and 700 °F (-70 °C and +380 °C). The sensor can read temperatures more than double the amounts other NXT thermometers measure.[19] The sensor has a high accuracy of 0.5 °C and a resolution of 0.02 °C. The Thermal Infrared sensor reads both the ambient temperature and the surface temperature of the object that the sensor is pointed towards. The sensor uses I2C protocol to communicate with the Mindstorms NXT.[20] The sensor can detect a flame at a range of 2 meters.[21]

dWIFI

Dexter Industries released the WiFi sensor called the dWIFI in November 2011.[22] The dWifi release was accompanied by a week-long instructional blogging campaign aimed at walking novices through the process.[23] The dWifi enables the NXT to transmit and receive information wirelessly between a computer and itself.[24] The sensor operates with standard 802.11 b/g/n access and can be configured to run on the vast majority of home networks. The Dexter Industries dWIFIs sensor connects to the NXT via the high speed communications Port 4 and is powered by an external 9V battery. The sensor comes with security options and is able to connect with WPA2-PSK, WPA, and WEP security networks.[25] Users of the dWifi can "tweet" information from the Mindstorms NXT to Twitter.[26][27] In February 2012, a dWiFi user released instructions on how to expand the range of the dWifi by using a High Gain Ariel.[28]

Inertial Motion Unit

The Inertial Motion Unit (IMU) sensor combines an accelerometer and a gyroscope in one sensor. The sensor has six degrees of freedom, measuring x,y, and z axes for both the gyroscope and the accelerometer.[29] IMU users can create a "Segway" NXT, which enables a robot to stand on its tires and move in 360 degrees around its axis.[30] In conjunction with Lego Mindstorms' NXT Ultrasonic Sensor, the robot can be trained to simultaneously sense and avoid obstacles.[31]

dCompass

The dCompass is a compass sensor for Mindstorms NXT.[32] This compact sensor detects magnetic fields for navigation and works on all three axis.[33] Using a magnetic sensor, the sensor is able to measure the earth's magnetic field and returns a magnetic heading, telling you which way your robot is heading.[34] The device can be used without calibration or, if needed, can be calibrated with software to account for magnetic fields to deliver a highly accurate compass heading.[35] The sensor is supported in NXT-G, Labview, and ROBOTC. The sensor communicates with the NXT via I2C and can be placed on any port.[34]

Switches

The dSwitch is designed to control household appliances. The device acts as a switch, allowing a NXT invention to control power sources. The device may be used for turning on a power function based on temperature thresholds.[36] The device may also be used for other means, such as an automated battery recharger [37]

Software

Dexter Industries produces third-party software for support of the Lego Mindstorms NXT Systems. The company also works with other developers to create driver software for their products.[38]

External links

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. http://lego-x.blogspot.com/2010/06/dflex-ready-for-action.html
  3. http://thenxtstep.blogspot.com/2010/05/temperature-sensor-review-dexter.html
  4. http://www.engadget.com/2010/10/19/dsolar-panels-for-mindstorms-bring-green-power-to-your-lego-crea/
  5. http://gizmodo.com/5666024/inexpensive-solar-power-comes-to-lego-mindstorms-nxt
  6. 6.0 6.1 6.2 http://www.gpsworld.com/lbs/recreation-gaming/mini-guidance-11909
  7. http://www.robotc.net/blog/?p=874
  8. http://www.rjmcnamara.com/2010/11/24/nxt-gps-sensor/
  9. http://thenxtstep.blogspot.com/2011/06/beginning-gps-for-nxt-robots.html
  10. http://www.pr.com/press-release/330911
  11. http://www.americasurf.info/index.php?qq=uggc%3A%2F%2Fgurakgfgrc.oybtfcbg.pbz%2F2010%2F11%2Fqtcf.ugzy
  12. http://www.geocaching.com/
  13. http://gpsgeocaching.net/geocaching-for-einstein-with-dexter-industries-gps-sensor/
  14. http://dexterindustries.com/blog/2010/11/24/geocaching-for-einstein/
  15. http://dexterindustries.com/NXTBee1.html
  16. http://www.engadget.com/2011/02/14/nxtbee-enables-long-distance-wireless-for-mindstorms-nxt-funny/
  17. http://www.azorobotics.com/News.aspx?newsID=1794
  18. http://www.education.rec.ri.cmu.edu/content/lego/teacher_training/sub_pages/on_site_courses/sub_pages/sub_0_adv_tx.htm
  19. https://dimastero.wordpress.com/tag/dexter-industries/
  20. http://dexterindustries.com/manual/thermal-infrared-sensor/
  21. http://thenxtstep.blogspot.com/2011/06/dexter-industries-thermal-infrared.html
  22. http://botbench.com/blog/2011/11/04/released-dexter-industries-wifi-sensor/
  23. http://thenxtstep.blogspot.com/2011/11/wifi-week-dexter-industries.html
  24. http://botbench.com/blog/2011/04/14/wifi-because-we-can/
  25. http://dexterindustries.com/manual/wifi/
  26. http://techcrunch.com/2011/11/11/teach-your-lego-robot-how-to-tweet-with-a-dexter-industries-wifi-sensor/
  27. http://blog.makezine.com/2011/11/15/add-wifi-to-a-mindstorms-robot/
  28. http://www.rjmcnamara.com/2012/02/extending-nxt-wifi-sensors-range/
  29. http://dexterindustries.com/manual/imu-sensor/
  30. http://mattallen37.wordpress.com/2011/10/06/dimu-nxt-segway/
  31. http://thenxtstep.blogspot.com/2011/10/segway-balancing-with-dexter-industries.html
  32. http://thenxtstep.blogspot.com/2012/02/new-compass-sensor-from-dexter.html
  33. http://botbench.com/blog/2012/02/20/dexter-industries-dcompass/
  34. 34.0 34.1 http://dexterindustries.com/dCompass.html
  35. http://nxttime.wordpress.com/2012/02/28/things-to-do-with-the-dcompass/
  36. http://www.plastibots.com/?p=1429
  37. http://roboacademy.org/2009/12/24/dexter-industries-dswitch/
  38. http://rdpartyrobotcdr.sourceforge.net/