Control a stepper motor using Raspberry Pi


https://www.electronics-lab.com/control-stepper-motor-using-raspberry-pi/

Here is a nice tutorial @ raspberrypi.org on how to control a DC motor using Python. In this guide, you’ll be controlling two motors from your Raspberry Pi using Python on the desktop. First, it’s best just to learn how to control the motor. Then, once you have it working, you could easily use your […]

How to Connect to a Raspberry Pi with an Ethernet Cable


https://www.electronics-lab.com/connect-raspberry-pi-ethernet-cable/

circuitbasics.com show us how to connect Rasperry Pi using Ethernet cable. If you use your Raspberry Pi as a gaming console, media server, or stand-alone computer, WiFi is a great way to get internet access. But if you connect to your Pi with SSH or a remote desktop application a lot, WiFi is actually one of […]

Using a Color Sensor (TCS230) with Arduino Uno and ST7735 color TFT display


https://www.electronics-lab.com/using-color-sensor-tcs230-arduino-uno-st7735-color-tft-display/

In this video tutorial educ8s.tv show us how use the TCS230 color sensor with Arduino: Hey guys, I am Nick and welcome to educ8s.tv a channel that is all about DIY electronics projects with Arduino, Raspberry Pi, ESP8266 and other popular boards. In this video we are going to learn how to use the TCS230 […]

How to Setup a Raspberry Pi Without a Monitor or Keyboard


https://www.electronics-lab.com/setup-raspberry-pi-without-monitor-keyboard/

Circuit Basics writes: In this video, I’ll walk you through the steps of setting up a Raspberry Pi from the first boot up without a keyboard or monitor. This process requires only a PC or Mac, an ethernet cable, and access to a network router. How to Setup a Raspberry Pi Without a Monitor or […]

A LEGO-Compatible Digital Weather Billboard


https://www.electronics-lab.com/lego-compatible-digital-weather-billboard/

Internet of LEGO “IoL” is an interactive LEGO city built and designed by Cory Guynn, a cloud computing and IoT enthusiast. This project combines computer and electronics  engineering with our favorite childhood toy, LEGO! Through the IoL blog, Cory shares a collection of circuit projects, coding examples, and tutorials which use Arduino, Raspberry Pi, NodeJS, […]

Connect Raspberry Pi Easily To IoT with Particle


https://www.electronics-lab.com/connect-raspberry-pi-easily-iot-particle/

Particle is an Internet of Things device platform that enables businesses to quickly and easily build, connect and manage their connected solutions. Particle launched on Kickstarter in 2013 with the vision of making the Internet of Things easy and accessible. Particle was listed as one of Fast Company’s Most Innovative Companies of 2015 and has […]

Web Controlled IoT Notice Board Using Raspberry Pi 3


https://www.electronics-lab.com/web-controlled-iot-notice-board/

The concept of web controlled notice board is getting more popular day by day for its wide range of applications in the practical field. As an IoT project, simple web controlled notice board can be made using a Raspberry Pi. Saddam at CircuitDigest designed the project where you can send the notice message through web browsers and it […]

Transfer Files Between Raspberry Pi and Computer


https://www.electronics-lab.com/transfer-files-raspberry-pi-computer/

Sometimes you need to send or receive files from your Raspberry Pi robot, this may be a bit complex process as there is no direct method. You may think about unmounting the SD card from the Raspberry then connecting it to PC, or using a cloud storage to upload and download files, but these methods […]

Turn Your Raspberry Pi Into A Wi-Fi Drone Disabler


https://www.electronics-lab.com/turn-raspberry-pi-wi-fi-drone-disabler/

Note: The information presented here is for educational purposes. This tutorial is designed to help users understand the security implications of using unprotected wireless communications by exploring its use in a popular drone model: the Parrot AR.Drone 2.0. It’s illegal to access computer systems that you don’t own or to damage other people’s property, the […]

Build Your Own I2C Sensor


https://www.electronics-lab.com/build-i2c-sensor/

Since Raspberry Pi doesn’t have a built-in ADC (Analog to Digital converter) to read the voltage off from most of sensors, the best solution is to add I2C ADC chips and modules to your project. Paweł Spychalski faced this problem while building his own weather station that is based on Raspberry Pi. It collects various […]