Seeed Grove User Manual

Seeed Grove User Manual

Magnetic switch
Hide thumbs Also See for Grove:

Advertisement

Quick Links

Grove - Magnetic Switch
User Manual
Release date:
Version:
Wiki:http://www.seeedstudio.com/wiki/index.php?title=Twig_-
_Magnetic_Switch
Bazaar:
http://www.seeedstudio.com/depot/Grove-Magnetic-Switch-
p-744.html
2015/9/22
1.0
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Grove and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Seeed Grove

  • Page 1 Grove - Magnetic Switch User Manual Release date: 2015/9/22 Version: Wiki:http://www.seeedstudio.com/wiki/index.php?title=Twig_- _Magnetic_Switch Bazaar: http://www.seeedstudio.com/depot/Grove-Magnetic-Switch- p-744.html...
  • Page 2: Document Revision History

    Document Revision History Revision Date Author Description Sep 22, 2015 Jiankai.li Create file...
  • Page 3: Table Of Contents

    Contents Document Revision History · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2 1.
  • Page 4 Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification. The content of this manual is subject to change without notice.
  • Page 5: Introduction

    1. Introduction This is a Grove interface compatible Magnetic switch module. It is based on encapsulated dry reed switch CT10. CT10 is single-pole, single throw (SPST) type, having normally open ruthenium contacts. The sensor is a double-ended type and may be actuated with an electromagnet, a permanent magnet or a combination of both.
  • Page 6: Features

    2. Features  Grove compatible interface  2.0cm x 2.0cm Grove module  Minimum external parts  10W rating  Rugged encapsulation...
  • Page 7: Application Ideas

    3. Application Ideas  Proximity Sensor  Security Alarm Sensor  Level Sensor  Flow Sensor  Pulse Counter...
  • Page 8: Specification

    4. Specification Items Norm Unit Working Voltage 4.75 5.25 Switched Power Switched Voltage AC,RMS value(max) < 140 Switched Current DC < 500 Carry Current DC < 0.5 Contact Resistance <200 mΩ Insulation Resistance >10 MΩ ℃ Operating Temperature Operate Range...
  • Page 9: Usage

    When you put a magnet that has enough magnetic power close to the module, the switch is closed .Then the SIG pin out put a high voltage. You can use this to control the led. Grove As the picture on the below indicates, the Magnetic switch is connected to digital port 9 of the - Basic Shield and the LED is connected to digital port 13.
  • Page 10 void loop() if(isNearMagnet())//if the magnetic switch is near the magnet? turnOnLED(); else turnOffLED(); void pinsInit() pinMode(MAGNECTIC_SWITCH, INPUT); pinMode(LED,OUTPUT); /*If the magnetic switch is near the magnet, it will return ture, */ /*otherwise it will return false boolean isNearMagnet() int sensorValue = digitalRead(MAGNECTIC_SWITCH); if(sensorValue == HIGH)//if the sensor value is HIGH? return true;//yes,return ture else...
  • Page 11: With Raspberry Pi

    2. You should have completed configuring the development enviroment, otherwise follow 3. Connection.  Plug the Magnet Switch to grovepi socket D3 by using a grove cable. 4. Navigate to the demos' directory: cd yourpath/GrovePi/Software/Python/  To see the code (this demo has the same usage with tilt switch) nano grovepi_tilt_switch.py...
  • Page 13: Resources

    Resources Grove-Magnetic Switch v1.9 Eagle File   CT10 datasheet Grove-Magnetic Switch v1.3 Eagle File  Grove-Magnetic Switch v1.3 PDF File ...
  • Page 14 X-ON Electronics Largest Supplier of Electrical and Electronic Components Click to view similar products for category: Seeed Studio Accessories Click to view products by manufacturer: Seeed Studio Other Similar products are found below : 101990565 101990564 110990984 114992111 114992067 114992283 114991948 106100003 103060000 101020004 101020006...

This manual is also suitable for:

101020038

Table of Contents