Byte Me
Byte Me
  • Видео 11
  • Просмотров 319 590
Using a Sharp IR Sensor with an Arduino Uno
Using the Sharp Infrared Distance Sensor with an Arduino Uno is not all that straightforward when accuracy is required. In order to get accurate, repeatable readings we have to deal with three kinds of noise and a non-linear sensor output. This video shows a process for exploring the infrared sensor's characteristics and devising both the hardware and software parts of a solution to increase the sensor's accuracy and repeatability. This process uses Excel spreadsheets and an online filter designer to aid in creating the solution and the use of a novel data logging application by upgrdman.
Video Chapters
00:00 - Introduction
00:41 - Hardware Introduction
03:09 - Three kinds of noise
04:55 - Non...
Просмотров: 3 212

Видео

Arduino GUI Part 6 Finish Up
Просмотров 16 тыс.4 года назад
Part 6: The GUI is pretty messy from the program development so this video shows techniques and property settings to make the GUI attractive and more usable. This is a series of six videos that covers the creation of a Windows application to control devices connected to an Arduino microprocessor. C# is used to develop serial communications between the PC and an Arduino. The C# windows form app ...
Arduino GUI Part 5 Potentiometer
Просмотров 17 тыс.4 года назад
Part 5: More analog data is sent from the Arduino to the PC to display the voltage at the wiper of the potentiometer. The count data is converted to volts. This is a series of six videos that covers the creation of a Windows application to control devices connected to an Arduino microprocessor. C# is used to develop serial communications between the PC and an Arduino. The C# windows form app is...
Arduino GUI Part 4 Button Push
Просмотров 23 тыс.4 года назад
Part 4: Digital data is sent from the Arduino to the PC to be displayed on the GUI form. Both a textbox and a progress bar are used to display this data. This is a series of six videos that covers the creation of a Windows application to control devices connected to an Arduino microprocessor. C# is used to develop serial communications between the PC and an Arduino. The C# windows form app is f...
Arduino GUI Part 3 LED
Просмотров 23 тыс.4 года назад
Part 3: The ability to send more analog data to the Arduino using trackbars is developed. This is a series of six videos that covers the creation of a Windows application to control devices connected to an Arduino microprocessor. C# is used to develop serial communications between the PC and an Arduino. The C# windows form app is further developed to transmit both analog and digital data and co...
Arduino GUI Part 2 Servo Motor
Просмотров 40 тыс.4 года назад
Part 2: The C# program is modified to handle sending analog data to the Arduino from a textbox on the GUI form. The Arduino program is modified to use this data to turn a servo motor to a specific angle. This is a series of six videos that covers the creation of a Windows application to control devices connected to an Arduino microprocessor. C# is used to develop serial communications between t...
Arduino GUI Part 1 Communications
Просмотров 150 тыс.4 года назад
This is a series of six videos that covers the creation of a Windows application to control devices connected to an Arduino microprocessor. C# is used to develop serial communications between the PC and an Arduino. The C# windows form app is further developed to transmit both analog and digital data and commands in both directions between the Arduino and PC. Video Summary: Part 1: Set up serial...
NPN Motor Driver
Просмотров 9 тыс.7 лет назад
How to add an interface circuit to an Arduino digital output pin to increase its voltage and current driving capabilities. This video shows how to design a driver circuit using an NPN transistor to turn a small DC motor off and on.
Extending Arduino Uno RAM
Просмотров 37 тыс.8 лет назад
The Arduino Uno has only 2kB of RAM for both program variables and program data making it a precious resource which can be quickly filled. In programs that require additional storage an external RAM chip can be used to extend the usable storage space. This video discusses using a Microchip 23LC1024 serial RAM chip to create this extra storage. A document that fully explains both the wiring of t...
KiloBytes vs Kilo ohms
Просмотров 6958 лет назад
Describes why there are more bytes in a kilobyte than there are ohms in a kiloohms.
Voltage Dividers 06 01 2016
Просмотров 1,2 тыс.8 лет назад
A lot of microcontrollers can only accept a maximum of 5 volts on their analog inputs. How can we use a sensor that outputs more than 5 volts with damaging our microcontroller. The answer is to us a "Voltage Divider." Find out how in this video.