New: arduinoAll contenthive-129948krhive-196917zzansteemhive-183959hive-185836hive-180932photographyhive-150122uncommonlabhive-101145hive-144064hive-166405hive-183397hive-188619bitcoinhive-145157krsuccesshive-193637hive-184714lifehive-181136hive-109690hive-103599TrendingNewHotLikerskorea109 (64)in microcontroller • 2 months agoExploring Arduino: A Gateway to Electronics and InnovationTitle: Exploring Arduino: A Gateway to Electronics and Innovation Arduino has become a game-changer in the world of electronics and programming. Whether you're a beginner or an experienced…samyam01 (54)in arduino • 2 months agosteemCreated with Sketch.Getting Started with Arduino 🚀Getting Started with Arduino 🚀 Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's a fantastic tool for anyone interested in creating interactive…novillain (53)in energy • 3 months agoEnergy fortressPreparing an Arduino.light999 (70)in arduino • 7 months agoWhat is ArduinoArduino is a versatile open-source electronics platform designed for hobbyists, students, and professionals to create interactive projects easily. At its core is a microcontroller board containing a…novillain (53)in hardsoft • 10 months agoHardware: ArduinoRust, just forgot pick it back into the box before work. :/novillain (53)in arduino • 10 months agoArduinoWhen there are 2 LEDs works. When 3 connecting does not works. The lighting and the board is fine, but no reason that why do 3 connecting can not runs?novillain (53)in arduino • 11 months agoArduinoSeries circuit with LEDs. The third one does not work but the third one is running well when connecting with single. If two together are fine, would not be work if more then two connecting. :/…anielsomeillan (26)in hive-172609 • last yearA bit about myself :)Greetings, decentralizers, I'm Aniel Someillan, a individual with a passion for music, software development, and the enchanting world of jazz. By day, I dive into the intricacies of coding, By…edward101 (29)in what • 2 years agoWhat is Arduino and How to Learn ItHave you ever dreamt of building a robot or machine that could do anything you say? Has the word ‘Arduino’ recently come to your attention? You Might have come across cool projects that employ an…dmtkymts (40)in arduino • 2 years agoArduino Projects For Engineering StudentsTakeoff Edu Group provides the most creative conceptions and ideas that can make very effective final year projects for scholars, experimenters, and engineers. So browse through our list of arduino…jihyunyh (25)in arduino • 2 years ago아두이노 타이밍 릴레이 만들기전원이 공급된 상태에서 버튼 하나만 누르면 일정시간 미공급 상태에 머물다 다시 공급상태로 바꿔주는 타이밍 릴레이를 만들어보려 한다. 준비물 : 아두이노, 스위치 코드 int s=30; void setup() { pinMode(2,INPUT_PULLUP); pinMode(13,OUTPUT); } void loop()…kingsman12 (28)in arduino • 3 years ago브레이크 밟기에 따른 제동등 밝기조절 #3int trig = 2; int echo = 3; float duration,distance,FirstDistance=0; float SecondDistance=0; float speed=0; void setup(){ Serial.begin(19200); pinMode(trig, OUTPUT); pinMode(echo, INPUT);…kingsman12 (28)in arduino • 3 years ago브레이크 밟기에 따른 제동등 밝기조절 #2회로 구성 및 코딩kingsman12 (28)in brakesystem • 3 years ago브레이크 밟기에 따른 제동등 밝기조절 #1브레이크 시스템 제작kingsman12 (28)in arduino • 3 years agoFSR센서를 활용한 릴레이로 12V 전구 제어하기!peelu (28)in arduino • 3 years agoArduino led Blink project with free codeIntroduction In this Tutorial We will do the simple project of Arduino Led Blink so that we can learn the fundamentals of programming. Before we start our Tutorial my humble request is to…skysnap (67)in hive-119463 • 3 years agoArduino UNO - My Journey So FarI have purchased the Arduino UNO kit recently and the kit was pretty good in terms of the feature set and also for the type of the projects that are out there. I have to consider the simple…woong.kim (25)in esp32 • 3 years agoHow to change ESP32 Wifi bandwidth code, with CORRECTED code example.When you are use esp32 as webserver via arduino IDE, it's default wifi bandwidth is set to 40Mhz This will be undesirable for use cases inside packed building or crowded area because of frequency…kurick (25)in elegoo • 3 years agoLearning R3 UnoIgor Smars Bot I am working on building a smars robot this blog post will help me remember what I learned as I build the robot. Today we will be setting up the ultrasonic sensor for Igor.…stephen07 (32)in arduino • 3 years agosteemCreated with Sketch.Arduino mini projects in chennaiIEEEprojectcentre is best project center for providing final year projects. Best known for providing arduino mini projects in chennai, arduino final year projects. They are offering career guidance…