본문 바로가기

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.. 더보기