Estefania Cassingena NavoneforfreeCodeCampfreecodecamp.org·Dec 5, 2024Learn Arduino in Spanish - Course for BeginnersArduino is an open-source electronics platform that allows you to control the physical world through programming. With Arduino, you can read sensor data, control motors, light LEDs, and much more. It's a great way to learn electronics and programming...arduino
Ananya Mishracircuitcraft.hashnode.dev·Nov 19, 2024Creating the IR-Sensored Disco Light System: A Beginner’s GuideThe IR-Sensored Disco Light System is a fun and interactive project combining motion detection with dynamic LED patterns. Using an IR sensor and Arduino microcontroller, the system responds to movement or taps in front of the sensor by cycling throug...ArduinoIDE
Aakashi Jaiswalaakashi.hashnode.dev·Oct 14, 2024Understanding Microcontrollers and IoT: From Sensors to CloudEmbedded systems and IoT (Internet of Things) are driving many of the smart technologies we use today. From simple gadgets like fitness trackers to complex systems like self-driving cars, microcontrollers and microprocessors play a crucial role. In t...11 likesinternet
Wendy Chenfall-in-love-with-iot.hashnode.dev·Oct 13, 2024認識Arduino Uno R3開發板 - 1一開始拿到Arduino Uno R3這塊開發板,你可能會很興奮,想知道這片板子在做什麼。 上圖是一塊開發板(Dev. Board),名稱是Arduino Uno R3。 Power Jack & USB B Connector 我們先來了解上圖中最左方的2個東西。 左下角黑色那個東西我們叫X1,左上角銀色那個東西我們叫X2。 X1是Power jack 2.5 × 5.5 mm X2是USB Type-B Connector Power jack是電源插口,2.5 mm是內直徑,5.5mm...arduino
Ihechikara AbbaforfreeCodeCampfreecodecamp.org·Oct 8, 2024How to Use Switch Case in Arduino – Control LEDs With the Switch StatementYou can use a switch case statement to execute different blocks of code based on the value of a variable. It offers a more direct and cleaner approach to handling multiple conditions. In this article, you'll learn how to control LEDs using a switch c...arduino
Johnny Ngaretechlens254.hashnode.dev·Sep 29, 2024TechLens Africa | September EditionWelcome to TechLens Africa, your monthly guide to the latest in technology! In this edition, we dive into how the Internet of Things (IoT) is transforming smart homes, automating everyday tasks, improving security, and driving energy efficiency. 🔌 ...2 likes·41 readsiot
Johnny Ngaretechlens254.hashnode.dev·Sep 28, 2024Welcome to TechLensAfrica: A Fresh Perspective on Tech InnovationIn today’s fast-paced digital world, technology is constantly evolving. Welcome to TechLensAfrica, where I’ll be diving into the innovations shaping our future—from IoT to machine learning, smart security systems, and beyond. As a final-year computer...2 likes·121 readstechnology
Albert Hongseok Guhsgpublic.hashnode.dev·Sep 19, 2024Arduino IDE - ESP32 사용해보기1. ESP32 보드 구입. ESP32 보드 중 작은 ESP32-C3 Super Mini를 구입했습니다. 2. ESP32-C3 Super Mini 연결. 처음 PC USB에 연결하면 연결되었다가 끊겼다가를 계속 반복하며 업로드가 되지 않습니다. 고장인가 했지만 아니었고 다운로드 모드로 진입해야 정상 연결되며 업로드가 됩니다. 다운로드 모드 진입 방법은 아래 두가지입니다. 보드의 Boot 버튼을 누른 채로 USB에 연결. USB에 연결...33 readsarduino
Albert Hongseok Guhsgpublic.hashnode.dev·Sep 13, 2024Arduino IDE - ESP32 개발환경 설정1. 서론. ESP32는 다양한 기능을 갖춘 마이크로컨트롤러로 IoT 프로젝트나 센서 데이터 처리에 많이 사용됩니다. ESP32를 아두이노 IDE에서 사용하려면 몇 가지 초기 설정이 필요합니다. 아래에서는 ESP32를 아두이노 IDE에 설정하는 과정을 단계별로 설명하겠습니다. 공식 문서: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html 2. 아두이노 ...환경설정
Albert Hongseok Guhsgpublic.hashnode.dev·Sep 13, 2024Arduino IDE 설치1. 서론. 1-1. 아두이노 공개. 2005년, 아두이노(Arduino)가 공개되면서 전자 공학과 프로그래밍 분야에 큰 변화가 일어났습니다. 아두이노는 저렴한 가격과 쉬운 프로그래밍 환경으로 전자 공학을 배우고자 하는 사람들에게 문턱을 낮춰주었고, 이후 다양한 개발 보드가 속속 등장하면서 하드웨어 프로젝트를 진행하는 것이 훨씬 수월해졌습니다. 1-2. 개발 보드의 저렴화. 아두이노가 나오기 전에는 전자 기기를 직접 제작하려면 고가의 전용...환경설정