Dragino V2 MS14-S with M32 IoT Module (Seeed Studio)

SKU: SS102990008 Brand: Seeed Studio

Retired Product

Search for an alternative
This product has been retired. It is no longer available, but this page has been kept for reference.
The MS14 is the 2nd generation Dragino mother board. It lets you embed Linux into your MCU projects. It is a low cost, open hardware Linux motherboard for micro-controllers. It runs open source linux system, has USB host port and has full Ethernet and 802.11 b/g/n WiFi capabilities.
 
The goal of the MS14 is to solve the connectivity problem and greatly enhance micro-controller products such as the Arduino.
MS14 support generic OpenWrt linux version or modified OpenWrt version such as Arduino Yun.
 
Applications for MS14 include remote control of robots, data logging, web applications for data presentation, mesh networking over WiFi and many more.
 
The suffix of the name: “S”, means it contains Screw Terminal. We also sell another Dragino V2 without Screw Terminal.
 
This product also contains a M32 daughter board module.
 
 
 
 
#1: Power input, DC, 5V or 9 ~ 15V
#2: Two Ethernet ports WAN and LAN
#3: Programmable PUSH button
#4: GPIOs, SPI, I2C, SLIC, UART, LED, COLD_RESET, 3.3v/5v/raw_vcc
#5: Sensors I/Os
#6: USB host
#7: JTAG and GPIOs
#8: Processor, MIPS 24K, 400Mhz
#9: LEDs(WiFi, WAN, LAN, SYS, Heart Beat, PWR)
#10: Main antenna, chip antenna or external antenna
#11: Diversity antenna
#12: 5V ESD protection
#13: 14 positions screw terminal- OpenWrt Inside
 
Features:
  • OpenWrt Inside. OpenWrt is a reliable Linux distribution for embedded system. It is open source, under well developed and maintained. OpenWrt used package system, lots of powerful utility, software are maintained as packages form. Users can easily install, remove these packages to make a deep customized system. 
  • Open Hardware Design. Developers have the possibility to improve or do innovation on the hardware and release a new /unique product base on requirement. 
  • Low Power Consumption. Around 1 watt power consumption in working mode.
  • AP, Client or Mesh mode WiFi. Can be configured in different WiFi mode for various applications. 
  1. AP mode: as what a normal WiFi routers does, so other WiFi client can connect to MS14 and share its internet connection. 
  2. Client mode: as what a normal PC does to connect to your existent WiFi router for internet connection. 
  3. Ad-Hoc for mesh network. 
  • Stable, Flexible WiFi Design. Can be configured in different WiFi mode for various applications. 
  1. AP mode: as what a normal WiFi routers does, so other WiFi client can connect to MS14 and share its internet connection. 
  2. Client mode: as what a normal PC does to connect to your existent WiFi router for internet connection. 
  3. Ad-Hoc for mesh network. 
  • Modular Design. The most complicate and difficulty parts are built as mother board. Developers focus on the MCU daughter board design only. This helps to reduce the development time, cost, risk, difficult to release a new product to test/seize the market. 
  • Production Enclosure. MS14 has a Professional/Industrial enclosure which can be used directly for the market. 
  • Managed by Web GUI, SSH or Serial. Built-in Web server provides convenient to use/configure/upgrade/monitor or have full control by SSH/Serial.
  • Various firmware upgrade methods. Firmware can be upgraded via serial port, SSH access, GUI interface for easy maintaining. 
  • Safe Mode. Robust software/hardware interface to reduce after-sale support cost. 
  • 14 positions screw terminal with 5V ESD protection.
  • Remote upgrade AVR daughter aboard. Daughter board can be upgraded remotely to reduce the maintaining cost and provide central management/ deployment.
  • Compatible with Arduino Yun software. Reuse all the source from Arduino Yun to speed up development.
 
Specification:
  • CPU: AR9331
  • DDR RAM: 64MB
  • FLASH: 16MB
  • 2 x 10M/100M RJ45 interface
  • 1 x power input: 9 ~ 12v DC or 5v DC
  • 14 positions screw terminal 
  • Protocol: 802.11 b/g/n
  • Frequency: 2,412 - 2,472 GHz
  • Power: 100mW

 

M32 Module specification:

  • MicrocontrollerATmega32u4
  • Operating Voltage5V
  • I/O voltage5V
  • 3.3V output channel1
  • 5V output channels2
  • SRAM2.5KB
  • Flash Memory32KB(of which 4KB used by bootloader)
  • EEPROM1KB
  • Clock Speed16Mhz
  • Digital I/O pins10
  • Analog input channels8
  • PWM channels4
  • ESD-protection(IEC 61000-4-2)
  • Over Voltage Protect
  
 
Power

M32 uses 5v power from ms14. The mega32u4 avr is powered by 5v as well. M32 provides 5V or 3.3V output power. 

  • 5V: The 5V output power pin is 1+ and 6+
  • 3.3V:  pin 6+ can be used for 3.3v power output, by using the VOUT_SEL jumper. 
  • GND:2 GND pins are available in 1- and 6-. 
 
Input and Output Pins
 
Each of the 10 digital i/o pins on the m32 can be used as an input or output, using pinMode,digitalWrite,and digitalRead functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms. In addition, some pins have specialized functions:
  • TWI: 2 (SDA) and 3 (SCL). Support I2C / TWI communication using the Wire library.
  • External Interrupts: 3 (interrupt 0), 2 (interrupt 1). These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details. 
  • PWM: 3, 6, 9, 10. Provide 8-bit PWM output with the analogWrite function.
  • LED: 13. The "heart beat" LED is connected to digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off.
  • Analog Inputs: A0 - A3, [A6, A8, A10, A11 (on digital pins 4, 6, 9 and 10)]. The m32 has 8 analog inputs, all of which can also be used as digital i/o. Each analog input provide 10 bits of resolution (i.e. 1024 different values). The analog inputs measure from ground to 5 volts. 
  • RESET_MS14:11(PB7): Bring this line LOW to reset the AR9331 microprocessor on ms14. Resetting the AR9331 will cause the reboot of the ms14. All the data stored in RAM will be lost and all the programs that are running will be terminated. The reset feature is deactivate by default to avoid error program on 11. Solder a 0ohm capacitor on R14 or short the two ends of this resister will active this feature. 
 
ESD and Overvoltage Protection
Except 7+ and 7- , all other pins are Overvoltage and ESD protected following the standard IEC 61000-4-2.
 
Internal Connectors
The M32 has two on board connectors which are reserve for further development.
  • I2C Connector: This 1x4 (2.54mm) connector has SCL/SDA/5V/GND pin out, it can used to hook up a small I2C PCB and place into MS14. 
  • J2 Connector: This connector is reserved for further process the signal on 7+ and 7- pins.
 
USB Connector
M32 has a micro USB connector and can act as standard USB COM device. This USB connection can be used to upgrade firmware or debug the software via serial monitor on Arduino IDE. 
 
Includes:
  • 1x Dragino v2 mother board
  • 1xNEMA 1-15 type power supply adapter
  • 1x Screw Terminal
  • 1x M32 Internet of Things Module
 
Documents:

 

Software:

This product is listed in:

Retired

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Guides

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Projects

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...

Mailbox Delivery Notification System

Introduction During the Covid lockdown, I needed something to do. The Postman or woman does not de...
Introduction During the Covid lockdown, I needed something to do. The Postman or woman does not de...

PiicoDev Schematic System

Introduction: Hi everybody. Over the past few weeks, I have been working on an intuitive system th...
Introduction: Hi everybody. Over the past few weeks, I have been working on an intuitive system th...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.