Menu
Your Cart

16 Channel PWM Servo Driver Module 12 Bit I2C

16 Channel PWM Servo Driver Module 12 Bit I2C
16 Channel PWM Servo Driver Module 12 Bit I2C
16 Channel PWM Servo Driver Module 12 Bit I2C
New
16 Channel PWM Servo Driver Module 12 Bit I2C
16 Channel PWM Servo Driver Module 12 Bit I2C
16 Channel PWM Servo Driver Module 12 Bit I2C
16 Channel PWM Servo Driver Module 12 Bit I2C
$3.40
Ex Tax: $3.40
  • Stock: In Stock
157 views


16 Channel PWM Servo Driver Module 12 Bit I2C covers the following specs:


·It's an i2c-controlled PWM driver with a built in clock. That means that, unlike the TLC5940 family, you do not need to continuously send it signal tying up your microcontroller, its completely free running!


·It is 5V compliant, which means you can control it from a 3.3V microcontroller and still safely drive up to 6V outputs (this is good for when you want to control white or blue LEDs with 3.4+ forward voltages)


·6 address select pins so you can wire up to 62 of these on a single i2c bus, a total of 992 outputs - that's a lot of servos or LEDs


·Adjustable frequency PWM up to about 1.6 KHz


·12-bit resolution for each output - for servos, that means about 4us resolution at 60Hz update rate


·Configurable push-pull or open-drain output


·Output enable pin to quickly disable all the outputs


·We wrapped up this lovely chip into a breakout board with a couple nice extras


function changePrice(ele){ let total = Number($('.total-price').find('.total').text()) let totalItems = $('#mix-box').find('.product-thumb input[type="checkbox"]:checked').length*1 +1 let price = $(ele).parent('.image').siblings('.caption').find('.price-normal').text() price = Number(price.replace(/[^0-9\.]+/g,"")); if($(ele).prop("checked")){ total += price }else{ total -= price } total = fomatFloat(total,2) $('.total-price').find('.total').text(total) $('.total-items').find('span').text(totalItems) } function getPrice(){ let total =Number($('#mix-box').find('.product-price').text().replace(/[^0-9\.]+/g,"")); let totalItems = 1 $('#mix-box').find('.price-normal').each(function(i,ele){ total += Number($(this).text().replace(/[^0-9\.]+/g,"")); totalItems++ }) total = fomatFloat(total,2) $('.total-price').find('.total').text(total) $('.total-items').find('span').text(totalItems) } function fomatFloat(number, v){ var vv = Math.pow(10, v); return Math.round(number * vv)/ vv; }