본문 바로가기

사물인터넷

Arduino High-Current Interfacing – Transistors & MOSFETs 출처: https://dronebotworkshop.com/transistors-mosfets/ Arduino High-Current Interfacing - Transistors & MOSFETs Learn how to use Bipolar Junction Transistors and MOSFETs to interface high-current DC loads with an Arduino. dronebotworkshop.com Arduino’s are excellent microcontrollers but they can only control low-current devices. There are several ways to extend the capability of your Arduino to a.. 더보기
TB6612FNG H-Bridge with Arduino – Better Than L298N? 출처: https://dronebotworkshop.com/tb6612fng-h-bridge/ TB6612FNG H-Bridge with Arduino - Better Than L298N? I’ll show you how to use the TB6612FNG dual H-Bridge motor controller. It’s a MOSFET-based device with many advantages over the popular L298N. dronebotworkshop.com Today we will look at another H-Bridge motor controller. This one uses MOSFETs and is a great replacement for the L298N. Follow .. 더보기
Color Sensing with Arduino 출처: https://dronebotworkshop.com/arduino-color-sense/ Arduino Color Sensing – TCS230 & ISL29125 Learn how to calibrate and use two different color sensors with an Arduino. Code included for calibration and extracting RGB values. dronebotworkshop.com Today we will look at two different types of color sensors that you can use with an Arduino or other microcontrollers. One of these is an inexpensiv.. 더보기
Measuring Temperature with Arduino 출처: https://dronebotworkshop.com/arduino-temperature/ Measure Temperature with Arduino – 5 Sensors In this post, you’ll learn how to easily use the DHT22, AM2320, TMP36, LM35 and MCP9808 temperature sensors with the Arduino. dronebotworkshop.com Today we are going to look at five different sensors that can be used to measure temperature with an Arduino. All of these devices are inexpensive and e.. 더보기
Multiple I2C Buses with an Arduino 출처: https://dronebotworkshop.com/multiple-i2c-bus/ Multiple I2C Buses with an Arduino and TCA9548A Module Resolve I2C address conflicts by implementing multiple I2C buses. Use the TCA9548A I2C Multiplexer to independently address two identical OLED displays. dronebotworkshop.com I2C Address conflicts can occur when you have two I2C slave devices with the same fixed address. The easiest way to re.. 더보기
Using Keypads with Arduino https://dronebotworkshop.com/keypads-arduino/ Using Keypads with Arduino - Build an Electronic Lock Matrix Keypads are easy to use interfaces for your Arduino project. Learn how these devices work and use one to build an electronic combination lock. dronebotworkshop.com A keypad is a useful feature to add to a project that requires data input. Today we will see how easy it is to use an inexpensi.. 더보기
Controlling AC Devices with Arduino 출처: https://dronebotworkshop.com/ac-arduino/ Controlling AC Devices with Arduino - SAFELY Safely control AC equipment using an Arduino. Learn how to use Relays and Solid State Switches to build a light-activated relay and a marquis light chaser dronebotworkshop.com The Arduino is a microcontroller, which means it’s a small device made to control things. Today we will see how we can control AC de.. 더보기
Meet the Seeeduino XIAO 출처: https://dronebotworkshop.com/seeeduino-xiao-intro/ Meet the Seeeduino XIAO - Tiny but Powerful Arduino Alternative The Seeeduino XIAO is a 32-bit Arduino-compatible microcontroller that can be programmed with the Arduino IDE. Today we will examine this 5-dollar wonder. dronebotworkshop.com Today we will take a look at the Seeeduino XIAO, a tiny microcontroller with impressive capabilities. I.. 더보기
Measure DC Voltage and Current with an Arduino 출처: https://dronebotworkshop.com/dc-volt-current/ Measure DC Voltage and Current with an Arduino Learn how to measure DC voltage and current using an Arduino. This is the first part of a series, the next article will show you how to measure AC. dronebotworkshop.com Part 1 – Direct Current In the first part of our look at measuring voltage and current with microcontrollers, we will see how to mea.. 더보기
74HC595 & 74HC165 with Arduino 출처: https://dronebotworkshop.com/shift-registers/ Shift Registers - 74HC595 & 74HC165 with Arduino Learn to use the 74HC595 and 74HC156 shift registers to add extra input and output ports to your Arduino, then use them to build a fancy LED light display! dronebotworkshop.com I’ve got a few shifty characters with me today but don’t worry, I’ll show you how to control them and expand the capabilit.. 더보기