Home / Tutorials (page 15)

Tutorials

WeMos D1 Mini Pinout and Getting Started Guide

WeMos D1 Mini

The WeMos D1 Mini is a compact ESP8266 development board with 11 digital I/O pins, one analog input, and built-in WiFi. This guide covers the complete WeMos D1 Mini pinout, including the D0–D8 to ESP8266 GPIO mapping, I2C, SPI, UART, ADC, power and boot pins. After the pinout reference, we'll …

Read More »

How to Use Lookup Tables in PIC Assembly

Lookup Tables with PIC

Programming a microcontroller in assembly languages takes time and to reduce that time, embedded systems engineers often have tricks up their sleeves. One of those tricks is the use of lookup tables. In this post, I will share how I use lookup tables in assembly language for the PIC16F84A microcontroller.

Read More »

Raspberry Pi Ultrasonic Sensor Tutorial

Raspberry Pi Ultrasonic Sensor tutorial

An ultrasonic sensor is a common tool for measuring the distance of an object in front of it. While I recommend using an Arduino with ultrasonic sensor to achieve real-time results, it is still possible to use the sensor with a Raspberry Pi. This tutorial shows you how to build …

Read More »