Tech Video Clips
SMD Component Placing - Alternative to a vacuum...
Instead of using a vacuum pump with the pickup tools, use your own suction from your mouth. Run a tube from the pickup tool end effector to your mouth. When...
SMD Component Placing - Alternative to a vacuum...
Instead of using a vacuum pump with the pickup tools, use your own suction from your mouth. Run a tube from the pickup tool end effector to your mouth. When...
SMD Component Placing - A convenient way to pic...
To keep the tape full of components steady, use double sided tape and fasten the tape holding the components down. This will make it really easy to get the components...
SMD Component Placing - A convenient way to pic...
To keep the tape full of components steady, use double sided tape and fasten the tape holding the components down. This will make it really easy to get the components...
Setup Programmers Notepad for C or C++ Syntax C...
Setting up WINAVR programmers notepad for C or C++ to enable the correct colors for commands and statements.
Setup Programmers Notepad for C or C++ Syntax C...
Setting up WINAVR programmers notepad for C or C++ to enable the correct colors for commands and statements.
Separating Breakaway Headers
Using needle-nose pliers to make a clean separation on a breakaway header. Courtesy of Youtube Channel: ProtoPICVideos·
Separating Breakaway Headers
Using needle-nose pliers to make a clean separation on a breakaway header. Courtesy of Youtube Channel: ProtoPICVideos·
Schematic On Paper: 14 LED and Two Button on Mi...
7 LEDs are connected to PORTB pins 0 to 6. The 7th pin has a push button. On PORTD 7 LED are connected to pins 0 to 6 and on...
Schematic On Paper: 14 LED and Two Button on Mi...
7 LEDs are connected to PORTB pins 0 to 6. The 7th pin has a push button. On PORTD 7 LED are connected to pins 0 to 6 and on...
Schematic: Two LEDs and Push Button to Microcon...
Schematic on paper of one button with hardware debouncing and two LEDs (Light Emitting Diodes) connected to an AVR microcontroller. The push button switch is connected to pin 1 on...
Schematic: Two LEDs and Push Button to Microcon...
Schematic on paper of one button with hardware debouncing and two LEDs (Light Emitting Diodes) connected to an AVR microcontroller. The push button switch is connected to pin 1 on...
Schematic: Push Button Connected to Microcontro...
Schematic of a push button connected to a microcontroller. One lead of the push button is connected to a general I/O pin of the microcontroller and the other lead is...
Schematic: Push Button Connected to Microcontro...
Schematic of a push button connected to a microcontroller. One lead of the push button is connected to a general I/O pin of the microcontroller and the other lead is...
Saving Files in Programmers Notepad (WINAVR)
How to save files in programmers notepad under WINAVR.
Saving Files in Programmers Notepad (WINAVR)
How to save files in programmers notepad under WINAVR.
Right Angle Headers
Right angle or L shaped headers to allow a board to connect in a right angle to another board or female header IDC connector.
Right Angle Headers
Right angle or L shaped headers to allow a board to connect in a right angle to another board or female header IDC connector.
Results: Single LED Turn On with the AVR
The results of the single LED circuit and program of turning on the LED using PORTB and Pin 0 after the program was transfered into the AVR microcontroller.
Results: Single LED Turn On with the AVR
The results of the single LED circuit and program of turning on the LED using PORTB and Pin 0 after the program was transfered into the AVR microcontroller.
Result: Using UART/USART One Way Communication
This is the result of the one way communication of one microcontroller transmitting through its TX pin and another microcontroller receiving through the RX pin. A push button switch is...
Result: Using UART/USART One Way Communication
This is the result of the one way communication of one microcontroller transmitting through its TX pin and another microcontroller receiving through the RX pin. A push button switch is...
Result: Using Interrupts with the Timer/Counter
The interrupt can be used to create an event when the timer/counter TCNT1 or TCNT0 achieves a specific value. The OCR1A is used to hold this value. The TCCR1B is...
Result: Using Interrupts with the Timer/Counter
The interrupt can be used to create an event when the timer/counter TCNT1 or TCNT0 achieves a specific value. The OCR1A is used to hold this value. The TCCR1B is...
Result: Understanding Variance with ADC Convers...
When doing conversions with the ADC (Analog to Digital Conversion), the result may have a variance from conversion to conversion. This gives you a method to calculate this deflection over...
Result: Understanding Variance with ADC Convers...
When doing conversions with the ADC (Analog to Digital Conversion), the result may have a variance from conversion to conversion. This gives you a method to calculate this deflection over...
Result: The LCD 'x' Cycling Through All Cursor ...
The result of the 'x' character cycling through all of the cursor locations using x and y coordinates rather than the 128 positions.Structure: for () { for () { Code...
Result: The LCD 'x' Cycling Through All Cursor ...
The result of the 'x' character cycling through all of the cursor locations using x and y coordinates rather than the 128 positions.Structure: for () { for () { Code...
Result: Software Debouncing of a Push Button Sw...
A push button is tested to determine if software debouncing is successful. Microcontroller used is an Atmel AVR Atmega32. Two LEDs are used to check if the button exhibited a...
Result: Software Debouncing of a Push Button Sw...
A push button is tested to determine if software debouncing is successful. Microcontroller used is an Atmel AVR Atmega32. Two LEDs are used to check if the button exhibited a...
Result: Showing a Raw ADC Result from the Press...
When the pressure sensor is tested to see the raw ADC 10-bit data on the LCD, the actual data did not appear. In the program, the bitwise operation for shifting...
Result: Showing a Raw ADC Result from the Press...
When the pressure sensor is tested to see the raw ADC 10-bit data on the LCD, the actual data did not appear. In the program, the bitwise operation for shifting...
Result: Showing a Raw ADC Result from the Press...
The LCD shows the results of a raw output from the ADC reading the pressure sensor. A simple test of the pressure sensor was made successfully.
Result: Showing a Raw ADC Result from the Press...
The LCD shows the results of a raw output from the ADC reading the pressure sensor. A simple test of the pressure sensor was made successfully.
Result: Sending Commands and Characters to the LCD
A set of characters were sent to the LCD from the first LCD program.
Result: Sending Commands and Characters to the LCD
A set of characters were sent to the LCD from the first LCD program.
Result: Push Button with No Debouncing (Togglin...
A test of the actual circuit with the Atmel AVR microcontroller programmed showing the push button without any debouncing and two LEDs toggled when the push button is pressed and...
Result: Push Button with No Debouncing (Togglin...
A test of the actual circuit with the Atmel AVR microcontroller programmed showing the push button without any debouncing and two LEDs toggled when the push button is pressed and...
Result: Push Button with Hardware Debouncing (T...
A test of the actual circuit with the Atmel AVR microcontroller programmed showing the push button with debouncing using a capacitor across the two leads of the push button switch....
Result: Push Button with Hardware Debouncing (T...
A test of the actual circuit with the Atmel AVR microcontroller programmed showing the push button with debouncing using a capacitor across the two leads of the push button switch....
Result: Outputting a PWM (Pulse Width Modulatio...
Only three servos were available, so the true output will not be shown. Important aspects of outputting to more than one pin are as follows: - Make sure the pins...
Result: Outputting a PWM (Pulse Width Modulatio...
Only three servos were available, so the true output will not be shown. Important aspects of outputting to more than one pin are as follows: - Make sure the pins...
Result: Outputting a PWM (Pulse Width Modulatio...
Important aspects of outputting to more than one pin are as follows: - Make sure the pins that will output the PWM are set for output data direction (i.e. DDRB...
Result: Outputting a PWM (Pulse Width Modulatio...
Important aspects of outputting to more than one pin are as follows: - Make sure the pins that will output the PWM are set for output data direction (i.e. DDRB...
Result: Outputting a PWM (Pulse Width Modulatio...
In this program, interrupts are used to provide an interrupt every time the PWM counter reaches the top value in ICR1 (Input Capture Register 1). Within the ISR (Interrupt Service...
Result: Outputting a PWM (Pulse Width Modulatio...
In this program, interrupts are used to provide an interrupt every time the PWM counter reaches the top value in ICR1 (Input Capture Register 1). Within the ISR (Interrupt Service...
Result: Create a Chasing 'x' on the LCD to Dete...
A moving 'x' is displayed along all possible LCD cursor locations and the actual location of the 'x' is displayed on the bottom right of the LCD to inform what...
Result: Create a Chasing 'x' on the LCD to Dete...
A moving 'x' is displayed along all possible LCD cursor locations and the actual location of the 'x' is displayed on the bottom right of the LCD to inform what...