Page 8 of 52 FirstFirst ... 56789101118 ... LastLast
Results 71 to 80 of 513
  1. #71

    Red face ULN2003AN ULN2003 Stepper Motor Driver Board Module for Arduino AVR ARM SMD @ 250.00php


    ULN2003AN ULN2003 Stepper Motor Driver Board Module for Arduino AVR ARM SMD @ 250.00php

    Item Description:
    Stepper motor driver board with ULN2003.
    A, B, C, D four-phase LED indicates the status of the stepper motor work.
    Stepper motor with a standard interface, when used directly pluggable.
    Drive Module Board Size:2.8cm x 2.8cm x 2cm

    Package Content:
    1 x ULN2003 Stepper Motor Driver Board Module

    Spoiler! 











    Last edited by titaniumbox; 03-09-2014 at 12:00 AM.

  2. #72

    Red face L9110S H-bridge Stepper Motor Dual DC motor Driver Controller Board for Arduino @ 325.00php

    L9110S H-bridge Stepper Motor Dual DC motor Driver Controller Board for Arduino @ 325.00php

    Item Description:
    Onboard two the L9110S motor control chip.
    The module can simultaneously drive two DC motors or a 4-wire 2-phase stepper motor.
    The module input voltage :2.5-12V
    The 800mA continuous current output capability per channel.
    1. Low static work current
    2. Power supply voltage: DC2.5-12V
    3. Each channel has 800mA continuous current output
    4. Low saturation pressure drop
    5. TTL/CMOS output level compatible, can be connected directly to the CPU
    6. Output built-in clamping diode, apply to the perceptual load
    7. Control and drive integrate in IC
    8. Have pin high pressure protection function
    9. Working temperature: 0-80 ℃
    10.Size:29.2(mm)x23(mm)


    51 test code:
    #include <reg51.h>
    sbit MOTOR_A_1 = P0 ^ 0;
    sbit MOTOR_A_2 = P0 ^ 1;
    sbit MOTOR_B_1 = P0 ^ 2;
    sbit MOTOR_B_2 = P0 ^ 3;
    void delay(unsigned long cnt)
    {
    while(cnt--);
    }
    void forward(void)
    {
    MOTOR_A_1 = 1;
    MOTOR_A_2 = 0;
    MOTOR_B_1 = 1;
    MOTOR_B_2 = 0;
    }
    void backward(void)
    {
    MOTOR_A_1 = 0;
    MOTOR_A_2 = 1;
    MOTOR_B_1 = 0;
    MOTOR_B_2 = 1;
    }
    void main(void)
    {
    EX0 = 1;
    EX1 = 1;
    EA = 1;
    while(1)
    {
    forward();
    delay(30000);
    backward();
    delay(30000);
    }
    }

    Package Content:
    1 x L9110S H-bridge Stepper Motor Dual DC motor Driver Controller Board

    Spoiler! 






    Last edited by titaniumbox; 03-09-2014 at 12:00 AM.

  3. #73

    Red face HMC5883L 3V-5V Triple Axis Compass Magnetometer Sensor Module For Arduino @ 325.00php

    HMC5883L 3V-5V Triple Axis Compass Magnetometer Sensor Module For Arduino @ 325.00php

    Description:
    1. Immersion Gold PCB, machine welding process to ensure quality.
    2. Name: HMC5883L module (three-axis magnetic field module).
    3. Use the chip: HMC5883L.
    4. Power supply :3-5v.
    5. Communication modes: standard IIC communication protocol.
    6. Measuring range: ± 1.3-8 Gauss.

    Package Content:
    1 x HMC5883L 3V-5V Triple Axis Compass Magnetometer Sensor Module
    Spoiler! 










    Last edited by titaniumbox; 03-09-2014 at 12:01 AM.

  4. #74

    Red face ADXL345 3-Axis Digital Acceleration of Gravity Tilt Module AVR ARM MCU Arduino @ 350.00php

    ADXL345 3-Axis Digital Acceleration of Gravity Tilt Module AVR ARM MCU Arduino @ 350.00php

    Item Description:
    1. Adxl345 digital three-axis acceleration of gravity tilt module arduino code IIC / SPI.
    2. Name: the adxl345 module (three-axis acceleration of gravity).
    3. Chip used: the Adxl345.
    4. Power supply :3-5v.
    5. Method of communication: the IIC / SPI communication protocol.
    6. Measuring range: ± 2g ± 16g.
    7. Schematics, manuals and reference documentation of relevant data.
    8. 51, the avr, the arduino microcontroller test code.
    9. 3-axis, ± 2g / ± 4g / ± 8g / ± 16g.

    Package Content:
    1 x ADXL345 3-Axis Digital Acceleration of Gravity Tilt Module
    Spoiler! 








    Last edited by titaniumbox; 03-09-2014 at 12:03 AM.

  5. #75
    buuuummppppp!!! .. !.! .! ..!!!

    thanks to some out of town buyers and members of the other site... for leaving a feedback on our transactions..

  6. #76

    Red face Arduino MMA7361 (MMA7260) Angle Sensor Inclination 3-axis Accelerometer Module @ 350.00php

    Arduino MMA7361 (MMA7260) Angle Sensor Inclination 3-axis Accelerometer Module @ 350.00php

    Description:
    Brand new and high quality.
    Onboard MMA7361 micro-capacitive acceleration sensor.
    Common pin, pin standard 100mil (2.54mm), Convenient for the matrix board.
    Size:1.9cm*1.4cm*1.1cm.

    Package Content:
    1 x Redesigned New MMA7361 module.
    Spoiler! 







  7. #77

    Red face 135W TEC Thermoelectric Cooler Cooling Peltier Plate Module TEC1-12709 @ 450.00php

    135W TEC Thermoelectric Cooler Cooling Peltier Plate Module TEC1-12709 @ 450.00php
    ((((((SOLD OUT))))))

    For those buying my TEC and using it for TEG. I'm not selling it just to anybody from now on, especially those who have no technical know how or knowledge about the science behind it. Please do your homework and educate yourself first before buying.

    They are just giving me problems. Sorry to be stricter this time. Fed up with people who don't have the slightest idea about its efficiency when used as a TEG and the item they are buying.

    Type number: TEC1-12709
    Couples: 127
    Umax (V): 15.2V
    I max (A): 9A
    Tmax (degree Celsius): 67
    Dimensions: 40mm x 40mm x 3.5mm
    Power cable: 32cm
    △TmaxQC=0(C) Maximum difference in temperature: 68 ℃
    Max power consumption : 135 Watts (Max)

    Spoiler! 










    Last edited by titaniumbox; 04-28-2014 at 09:10 AM.

  8. #78

    Red face RS232 To TTL Converter Module COM Serial Board MAX232CSE Transfer Chip atmega16 @ 235.00php

    RS232 To TTL Converter Module COM Serial Board MAX232CSE Transfer Chip atmega16

    Item Description:
    1. It is widely used in radio modification, phone flash, XBOX360 flash, GPS, vehicle detection, DVD flash, hard disk repair set-top box upgrade.
    2. It can be used to program STC MCU, NXP MCU, Renesas MCU, STM32 MCU, N+-2EC MCU
    3. Communication chip: domestic MAX322
    4. Working voltage: 3.3V-5.5V
    5. Port: TX RX VCC GND

    Package Content:
    1PCS*RS232 To TTL Converter Module Max232
    4PCS*Dupont cables.
    Spoiler! 











    Last edited by titaniumbox; 06-15-2014 at 09:30 PM.

  9. #79

    Red face ((((((SOLD OUT)))))) 180W TEC Thermoelectric Cooler Cooling Peltier Plate Module TEC1-12712 @ 650.00php

    180W TEC Thermoelectric Cooler Cooling Peltier Plate Module TEC1-12712 @ 650.00php

    ((((((SOLD OUT))))))

    For those buying my TEC and using it for TEG. I'm not selling it just to anybody from now on, especially those who have no technical know how or knowledge about the science behind it. Please do your homework and educate yourself first before buying.

    They are just giving me problems. Sorry to be stricter this time. Fed up with people who don't have the slightest idea about its efficiency when used as a TEG and the item they are buying.

    Model: TEC1-12712 @ 650php
    Voltage: 12V
    Couples: 127
    Umax(V):15.4V.
    Imax(A):12A.
    ΔTmax(℃)≥66
    QMax(W):110.88W
    Max power consumption : 180 Watts (Max)

    Spoiler! 













    Last edited by titaniumbox; 07-07-2014 at 11:25 PM.

  10. #80
    boss naa paka cutoff disc para dremel? asa imo location?

  11.    Advertisement

Page 8 of 52 FirstFirst ... 56789101118 ... LastLast

Similar Threads

 
  1. For Sale: wipweld ss electrode 308 2.6mm (3/32) and cut off wheel bosch 4"
    By Silver_deviL in forum Everything Else...
    Replies: 0
    Last Post: 08-04-2012, 08:18 PM
  2. For Sale: cut-off discs, gamit kaayo for modding cases.
    By trigun in forum Computers & Accessories
    Replies: 26
    Last Post: 05-20-2010, 08:26 AM
  3. Want To Buy: dental supplies (cut-off discs)
    By iamwaway in forum Everything Else...
    Replies: 0
    Last Post: 10-29-2009, 09:00 AM
  4. Cut off your loved one's feet
    By chad_tukes in forum General Discussions
    Replies: 16
    Last Post: 04-09-2009, 04:02 PM
  5. Cellphone Unlimited Cut-Off
    By samsungster in forum Gizmos & Gadgets (Old)
    Replies: 19
    Last Post: 12-05-2006, 04:52 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top