Search results for: 'using on'
Show
per page
-
Overview OLED Displays: A Beginner’s Guide to Display Text, Image & Animation Using Arduino. What You Will Learn How OLED displays work How to interface OLED displays by Arduino How to display any text or image on OLEDs How display simple animations OLED; What's the theory? An organic light-emitting diode (OLED) is a high-contrast and high-resolution display, making it easy for users to be readable. This kind of displays doesn’t have a ...
-
Overview In this tutorial, you’ll learn how to use a 8×8 dot matrix LED module with IC MAX7219. At the end, you’ll be able to display any shape or text on one or more Dot matrix easily, fixed or scrolled, using only 4 digital pins of arduino. What You Will Learn What dot matrix LED is How to use Dot matrix LEDs with Arduino Displaying specific shapes on a Dot matrix LED module Casca...
-
Overview Have you ever wanted to use 2 sensors with the same I2C address at the same time, not knowing what to do? Faced some serious challenges in doing that? In a lot of projects, we have used different modules and sensors that support I2C communication protocol. Sometimes, we have interfaced some I2C modules with a microcontroller in our projects. If they all have different I2C addresses, we could easily interface them, facing no serious trouble. But, if 2 or more of the modules had the same I2C address...
-
Overview Sometimes in electronic projects, you need to use two or more microcontrollers in your circuit at the same time. Normally, these microcontrollers are connected to each other and keep transmitting data with one another. The transmitting of data between two or more microcontrollers can be done with several communication protocols such as SPI, UART, CAN, USB, etc. Another one which we will be covering here in this tutorial is I2C (Inter-Integrated Circuit) protocol. Using this protocol, one of the mi...
-
Introduction If you want to explore the endless features of ESP32 microcontrollers, you’ve come to the right place. All ESP32-based boards come with built-in WiFi and Bluetooth. WiFi allows the ESP32 to connect to the Internet and communicate with other devices, while Bluetooth facilitates wireless communication between the ESP32 and other Bluetooth-enabled devices. In this step-by-step tutorial, we will learn how to configure WiFi on ESP32 using Bluetooth. Whether you’re a beginner or experienced, ...
-
Introduction Welcome to the world of innovation with Raspberry Pi Pico! This article explores voice recognition and wake word detection using machine learning techniques. Discover how to leverage Raspberry Pi Pico's capabilities to create intelligent devices that respond to voice commands. Join us as we explore the exciting possibilities for smart home technology, robotics, and more. Imagine you could use the machine learning capability on microcontrollers such as Rasp...
Show
per page

Please complete your information below to login.
Sign In
Create New Account