Editor Version ×
Standard

1.Easy to use and quick to get started

2.The process supports design scales of 300 devices or 1000 pads

3.Supports simple circuit simulation

4.For students, teachers, creators

Profession

1.Brand new interactions and interfaces

2.Smooth support for design sizes of over 5,000 devices or 10,000 pads

3.More rigorous design constraints, more standardized processes

4.For enterprises, more professional users

Ongoing

STD Xadow - Vibration Motor

License:

Mode: Editors' pick

  • 1.1k
  • 0
  • 0
Update time: 2021-04-10 20:04:50
Creation time: 2016-01-16 02:07:53
Description
This small vibrator motor can vibrate like your phone. When using it, You only need to power for the module and then send "Vibration" command. In fact, The "Vibration" command is setting control pins to high level, then it will work. I like this module because it can creat a short-term shock to prompt me whether one operation was successful, such as shaking my arm to switch my iPhone songs, which sound terrible, and it is not like the buzzer which sound terrible. ![enter image description here][1] Xadow is a though small but perfectly formed Arduino(TM) compatible board series containing several modules. It's a kit extremely suitable for space-sensitive projects such as wearable devices & arts designs, which have higher request on size, weight and flexible cascade connection. You can find more modules here. For more detail, please visit: http://www.seeedstudio.com/item_detail.html?p_id=1517 Demonstration Here is a Demo Code showing how to turn on the vibration motor. Hardware Installation: ![enter image description here][2] Note: when connect Xadow Vibrator Motor to Xadow Main Board, you should concern about the connection direction. The connection method is that the unfilled corner of one Xadow module need to connect to the right angle of another module(see four corners of each Xadow module). Demo code like this: void setup() { DDRF |= 0x01; DDRB |= 0x04; } void loop() { //turn on the vibration motor PORTF |= 0x01; PORTB |= 0x04; delay(1000); //turn off the vibration motor PORTF &= ~(0x01); PORTB |= 0x04; delay(1000); //turn on the vibration motor PORTF |= 0x01; PORTB |= 0x04; delay(1000); //turn off the vibration motor PORTF |= 0x01; PORTB &= ~(0x04); delay(1000); //turn on the vibration motor PORTF |= 0x01; PORTB |= 0x04; delay(1000); //turn off the vibration motor PORTF &= ~(0x01); PORTB &= ~(0x04); delay(1000); } [1]: http://www.seeedstudio.com/depot/bmz_cache/1/16ef4e4ed63a020058c0f789a56c666c.image.530x397.jpg [2]: http://www.seeedstudio.com/wiki/images/thumb/d/d1/XadowVibration.jpg/600px-XadowVibration.jpg
Design Drawing
schematic diagram
1 /
PCB
1 /
The preview image was not generated, please save it again in the editor.
ID Name Designator Quantity
1 FPC052002-12LT J2,J3 2
2 SEEEDSTUDIO_SCH_FRAME U$1 1
3 EXT_MOUDLE_MOTOR_1CM M1 1
4 s9013 Q2,Q1 2
5 1R R4 1
6 3.9k R5,R1 2
7 D* D1 1

Unfold

Project Attachments
Empty
Project Members
Target complaint
Related Projects
Change a batch
Loading...
Add to album ×

Loading...

reminder ×

Do you need to add this project to the album?

服务时间

周一至周五 9:00~18:00
  • 0755 - 2382 4495
  • 153 6159 2675

服务时间

周一至周五 9:00~18:00
  • 立创EDA微信号

    easyeda

  • QQ交流群

    664186054

  • 立创EDA公众号

    lceda-cn