• Arduino Uno/Bluno Shield Template

    Arduino Uno/Bluno Shield Template

    Template for a shield connected to an Arduino Uno/Bluno. Note, the pin out for this was designed specifically for a Bluno, but it should be pin compatible with an Arduino Uno

    manojkumar14

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • Arduino Uno/Bluno Shield Template

    Arduino Uno/Bluno Shield Template

    Template for a shield connected to an Arduino Uno/Bluno. Note, the pin out for this was designed specifically for a Bluno, but it should be pin compatible with an Arduino Uno

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • BHI160B Reference design

    BHI160B Reference design

    This project is a reference design for the BHI160B sensor featuring an I2C interface with QWIIC and pin headers. The design includes decoupling capacitors and pull-up resistors for signal integrity. It's powered by a 3.3V supply. #referenceDesign #project #sensor #accelerometer #BHI160B #referenceDesign #imu #stm #template #reference-design

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • Arduino Uno/Bluno Shield Template

    Arduino Uno/Bluno Shield Template

    Template for a shield connected to an Arduino Uno/Bluno. Note, the pin out for this was designed specifically for a Bluno, but it should be pin compatible with an Arduino Uno

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • (BUG)Triple-Axis Accelerometer

    (BUG)Triple-Axis Accelerometer

    The LIS3DH is a very popular low power triple-axis accelerometer. It's low-cost, but has just about every 'extra' you'd want in an accelerometer. This sensor communicates over I2C or SPI (our library code supports both) so you can share it with a bunch of other sensors on the same I2C bus. There's an address selection pin so you can have two accelerometers share an I2C bus.

    +

    U

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • RPi TDC

    RPi TDC

    Time-to-Digital converter plug-on module (shield) for Raspberry Pi B+. The board utilizes a TDC7200 (TI) with a time resolution of ~50ps. The Start/Stop inputs to the TDC can be configured with JP2 from either external signals or coming from the RPi's GPIO5 pin in case a timing signal is present at this pin from another plug-on board on the same RPi. Start and Stop signals can be configured from different signals (coming from the input connectors) or the same source (setting "common" on JP3) either supplied from the Start input connector or GPIO5. Read-out of the TDC chip is done through the RPi's SPI bus.

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • PanelModule D-SUB25

    PanelModule D-SUB25

    Panel module for connecting D-SUB 25 via pin socket 02x13 #connector #D-SUB #25

    3 years ago

    0 Uses

    1 Comment

    0 Stars


  • Thermocouple Amplifier AD8495  5ba4

    Thermocouple Amplifier AD8495 5ba4

    The AD8495 K-type thermocouple amplifier from Analog Devices is so easy to use, we documented the whole thing on the back of the tiny PCB. Power the board with 3-18VDC and measure the output voltage on the OUT pin. You can easily convert the voltage to temperature with the following equation: Temperature = (Vout - 1.25) / 0.005 V. So for example, if the voltage is 1.5VDC, the temperature is (1.5 - 1.25) / 0.005 = 50°C with terminal block connections

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x04 Horizontal

    Connector 01x04 Horizontal

    Through hole straight pin header, 1x04, 4 pin, 4-pin, horizontal, angled, 2.54mm pitch, 6mm pin lenght single row

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x22 6bH6

    Connector 01x22 6bH6

    Generic Connector Single Row 01x22 22 pin 22-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x05 1DG7

    Connector 01x05 1DG7

    Generic Connector Single Row 01x05 5 pin 5-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x22

    Connector 01x22

    Generic Connector Single Row 01x22 22 pin 22-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x06

    Connector 01x06

    Generic Connector Single Row 01x06 6 pin 6-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x05 qMPf

    Connector 01x05 qMPf

    Generic Connector Single Row 01x05 5 pin 5-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x01

    Connector 01x01

    Generic Connector Single Row 01x01 1 pin 1-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Triple-Axis Accelerometer

    Triple-Axis Accelerometer

    The LIS3DH is a very popular low power triple-axis accelerometer. It's low-cost, but has just about every 'extra' you'd want in an accelerometer. This sensor communicates over I2C or SPI (our library code supports both) so you can share it with a bunch of other sensors on the same I2C bus. There's an address selection pin so you can have two accelerometers share an I2C bus

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x05 fF4v

    Connector 01x05 fF4v

    Generic Connector Single Row 01x05 5 pin 5-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x05 fF4v 46Nb

    Connector 01x05 fF4v 46Nb

    Generic Connector Single Row 01x05 5 pin 5-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x05

    Connector 01x05

    Generic Connector Single Row 01x05 5 pin 5-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Terrible Gray T-800

    Terrible Gray T-800

    use code and design skemetics > #include <Stepper.h> #define STEPS_PER_REVOLUTION 200 // Steps per revolution of your stepper motor #define MICROSTEPS_PER_STEP 8 // Microsteps per step of the stepper driver (DMA860H supports up to 256 microsteps) #define STEPPER_PIN1 12 // Stepper motor driver pulse pin #define STEPPER_PIN2 13 // Stepper motor driver direction pin #define STATUS_BUTTON_PIN 2 // Pin connected to status button #define EMERGENCY_BUTTON_PIN 3 // Pin connected to emergency stop button #define HOME_BUTTON_PIN 4 // Pin connected to home button // Define states for button handling enum ButtonState { Idle, Pressed, Debouncing }; ButtonState statusButtonState = Idle; ButtonState emergencyButtonState = Idle; ButtonState homeButtonState = Idle; // Create a Stepper object with 200 steps per revolution and connect to appropriate pins Stepper stepper(STEPS_PER_REVOLUTION * MICROSTEPS_PER_STEP, STEPPER_PIN1, STEPPER_PIN2); void setup() { Serial.begin(9600); stepper.setSpeed(100); // Set the speed of the stepper motor (steps per second) // Initialize button pins pinMode(STATUS_BUTTON_PIN, INPUT_PULLUP); pinMode(EMERGENCY_BUTTON_PIN, INPUT_PULLUP); pinMode(HOME_BUTTON_PIN, INPUT_PULLUP); // Attach interrupts to buttons attachInterrupt(digitalPinToInterrupt(STATUS_BUTTON_PIN), statusButtonISR, FALLING); attachInterrupt(digitalPinToInterrupt(EMERGENCY_BUTTON_PIN), emergencyButtonISR, FALLING); attachInterrupt(digitalPinToInterrupt(HOME_BUTTON_PIN), homeButtonISR, FALLING); } void loop() { // Handle button states handleButtonState(statusButtonState, statusButtonPressed); handleButtonState(emergencyButtonState, emergencyButtonPressed); handleButtonState(homeButtonState, homeButtonPressed); // Your main code here } // ISR for status button void statusButtonISR() { statusButtonPressed = true; } // ISR for emergency stop button void emergencyButtonISR() { emergencyButtonPressed = true; } // ISR for home button void homeButtonISR() { homeButtonPressed = true; } // Function to handle button state transitions void handleButtonState(ButtonState &state, bool &pressed) { switch (state) { case Idle: if (pressed) { state = Debouncing; delay(50); // Debouncing delay } break; case Debouncing: if (!pressed) { state = Idle; } else { state = Pressed; } break; case Pressed: // Perform actions here when the button is pressed if (state == statusButtonState) { Serial.println("Status button pressed."); // Perform status-related actions here } else if (state == emergencyButtonState) { Serial.println("Emergency stop button pressed."); // Perform emergency stop actions here } else if (state == homeButtonState) { Serial.println("Home button pressed."); // Perform homing actions here } state = Idle; break; } pressed = false; }

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x05 ejj4

    Connector 01x05 ejj4

    Generic Connector Single Row 01x05 5 pin 5-pin

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Connector 01x11

    Connector 01x11

    Generic Connector Single Row 01x11 11 pin 11-pin

    +

    U

    4 years ago

    0 Uses

    1 Comment

    0 Stars


  • Boxbar ST01

    Boxbar ST01

    Compact PCB power board: 24 V DC Phoenix-style input, 12 V/3 A pin output, 5 V ESP32 pin output, and 5 V USB-A/3 A output.

    +

    U

    15 hours ago

    0 Uses

    0 Comments

    0 Stars


  • network-audio-sink v1.0

    network-audio-sink v1.0

    Carrier board schematic for network-audio-sink v1.0 using plug-in dev board modules via pin headers plus selected on-board ICs. Initial net plan includes 5V_BUS, 3V3, GND, I2S0/I2S1 audio, SPI control, and Ethernet differential-pair nets.

    22 days ago

    0 Uses

    0 Comments

    0 Stars


  • CMC to Ribbon Harness Interface

    CMC to Ribbon Harness Interface

    Interface board connecting a 64-pin TE CMC connector 2209129-1 to a 64-pin TE ribbon header 1-5102154-2 with straight-through pin mapping from pin 1 to pin 64.

    a month ago

    0 Uses

    0 Comments

    0 Stars


Previous

Page 9 of 225

Next