Product Description

1PC 3p/4p Brick Tilt Sensor Switch Module Angle Sensor Module Fit @ po

Features:
1.Electronic brick of tilt switch can be connected to analog I/O port and used in tilt sensor for smart car or robot.
2.When the sensor is in the horizontal position, the output is high level; when the sensor rotates counterclockwise to form an angle of more than 15 °with the horizontal line, the output is low level.
3.Compatible with the mainstream 2.54 interfaces and 4-Pin Grove interfaces in the market.
4. Compatible with M4-standard kits such as Lego and Makeblock with M4 standard fixed holes.
5.Plug and play, easy to use.

Specification:
PCB size:24.0mm X 21.0mm X 1.6mm
Working voltage:3.3 or 5V DC
Digital output voltage:(VCC=5V)0-5V
Working current(VCC=5V):450uA
Operating voltage:3.3 or 5V DC
Compatible interfaces:2.54 3-pin interface and 4-pin Grove interface

Direction:
Connect S port of electronic brick of tilt switch to D2 port of Arduino board, and we will use the following program to read its digital value.
When the digital value read is high level, LED lamp will be ON;
when the digital value read is low level, LED lamp will be OFF.
1. int tilt=2; //connect tilt to D2
2. int LED=13;
3. void setup()
4. {
5. pinMode(LED, OUTPUT);
6. pinMode(tilt, INPUT);
7. }
8.
9. void loop()
10. {
11. if(digitalRead(tilt)==HIGH) //when the digital output value of tilt is high, turn on the LED.
12. {
13. digitalWrite(LED, HIGH);
14. }
15. if(digitalRead(tilt)==LOW) //when the digital output value of tilt is low, turn off the LED.
16. {
17. digitalWrite(LED, LOW);
18. }
19. }

Package Included:1pc Electronic Brick Tilt Sensor Switch Module



About Us

1. All our stock is located in China and all shipments will originate here. Your purchase will be shipped via standard airmail as soon as possible after payment clears except those custom products.
2. Import duties, taxes and charges are not included in the item price or shipping charges. These charges are the buyer responsibility.Please check with your country customs office to determine what these additional costs will be prior to bidding/buying.
3. Shipping to USA is via Speedpak or EMS or UPS or Fedex. Other shipments will be shipped from china by Speedpak or EMS or DHL or Fedex. A tracking No. is provided once the item is dispatched. Delivery normally takes 7-20 business days if it can go smoothly through customs. 
4. We do not ship on holidays or weekends
5. You need to contact your local post office or customs department in the following cases:
Delivery mistake by the post office man
Delayed shipping due to customs detention
Delivery failure caused by wrong address

Payment

We only accept PayPal payment.

Returns

1. If you receive any damaged or defective items, we will exchange it as quickly as possible.
2. You must contact us within 7 days of delivery of the product to notify us of any defects.
3. You need to send a picture to prove the problems by using ebay's attaching files button
4. Items must be in original box and kept in good condition.
5. Buyer is responsible for return shipping cost if there isn't any problem with the product. No matter the item is free shipping or not, we pay money for the  shipping.You need to cover the actual shipping cost provided by us.

Contact Us

1.Do not hesitate to contact us anytime before and after your purchase, we are committed to your 100% customer satisfaction.
2.I am here and ready to assist you with any questions or concerns you might have before or after the purchase.
3.My goal is to make sure you are a happy customer and pleasant shopping with us.

Feedback

If you are satisfied with the purchase and our total service, your comment is very important in our business success. Please take a minute to leave us a positive feedback with an overall Detailed Selling Rating (DSR) of 5.
Our eBay account setup auto feedback, so eBay system gives you automatically Positive feedback back after your positive feedback left.
If you plan to give us a neutral/negative feedback Or open ebay/paypal case, please write to us immediately so that we can do our best to resolve your problem.

DataCaciques