ESP32

Huzzah32 ESP32: PWM Sounds using Micropython

Huzzah32 ESP32: PWM Sounds using Micropython Huzzah32 ESP32 has a lot of great features with Micropython. One of the simplest and most sensitively interesting projects is the PWM sounds using Micropython, which stands for Pulse Width Modulation, a technique for modulating pulse waves by varying their duty ratio, and is used in various electrical controls….

ESP32

Huzzah32 ESP32: Micropython Setup

Huzzah32 ESP32 Micropython Setup This tutorial guides how to get started with Huzzah32 ESP32 Micropython Setup. Before getting started with the tutorial, the environment being used is as follows. Environment: macOS Monterey Version 12.4 Visual Studio Code Version 1.69.1 Python 3.9.5 Huzzah32 ESP32 Feather Board ESP32 Firmware Preliminary Preparations: 1. Create a virtual environment: Creating…

Electronics

How to Install OpenCV on M1 Mac using pip

Apple’s M1 chip is powered by Apple’s in-house developed chip, which has improved the processing speed compared to previous Macbook products. However, unlike previous models that had Intel chips, the M1 is Apple’s in-house developed chip, so there is a problem that unsupported libraries cannot be installed. Therefore, this article will show you how to…

Python

How to install Pyserial for Arduino

I am into playing with Arduino these days, and since I love Python, I had an idea of using both together. I did my research on Arduino and using Python with it and how both of them interact each other. I found out that you can use Python and Arduino together and using Python for…

Python

Why you should start learning from Python

3 Reasons Why You Should Start Learning from Python Programming Have you ever learned how to code? Are you seeking a new skill to get a better job? If your schedule allows it, you probably have some time to learn Python. Python is a tool that will provide you the necessary steps to improving your…