Transform Your Old Dummy Camera into a Wireless Image Transmitter

Transform Your Old Dummy Camera into a Wireless Image Transmitter

var __INLINE_SCRIPT__ = (function () { ‘use strict’; function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); } // … (rest of the … Read more

DIY Raspberry Pi with Kali Linux: A Step-by-Step Guide

DIY Raspberry Pi with Kali Linux: A Step-by-Step Guide

Due to the impact of the pandemic, I have spent more time at home, and finally have the opportunity to tinker with the Raspberry Pi 4B that I purchased last year. During a large-scale offensive and defensive exercise last year, I heard about the incredible operation of using a drone + Raspberry Pi for wireless … Read more

Raspberry Pi + MCC 118 for Data Acquisition

Raspberry Pi + MCC 118 for Data Acquisition

Raspberry Pi + MCC 118 for Data Acquisition Recently, I got a chance to try out the MCC 118 DAQ expansion board from the Raspberry Pi lab. This is my first time encountering a professional DAQ card, and I started exploring with curiosity about data acquisition. First, I learned that this board can support 8 … Read more

Getting Started with Raspberry Pi: A Beginner’s Guide

Getting Started with Raspberry Pi: A Beginner's Guide

I bought a monitor, but I didn’t read the description. It only had the display screen, and the electronic components were exposed. I spent some time making a case for it. I also made a bracket for easier debugging. Note that if you are using the latest Raspberry Pi system like I am, the HDMI … Read more

DIY a Simple Tricycle Robot Car Based on ESP8266 Controlled by Smartphone

DIY a Simple Tricycle Robot Car Based on ESP8266 Controlled by Smartphone

Follow+Star public number, don’t miss wonderful content Project Author: ROBO HUB Translated article first published in: DF Maker Community This tutorial will show you how to make a simple robot car at home using basic electronic components. The car can be controlled via smartphone, and not limited to four directions.This is a very interesting project … Read more

Essential Guide to Arduino: Using ESP8266 to Retrieve Internet Time with NodeMCU

Essential Guide to Arduino: Using ESP8266 to Retrieve Internet Time with NodeMCU

Today, we will use ESP8266 (NodeMCU) to create an internet clock that retrieves time from the internet. Yes, it retrieves time from the internet accurately and efficiently without the need for synchronization.This is a detailed tutorial for beginners! As per international convention, let’s first showcase the finished product: As shown in the picture, if you … Read more

Transform Your Raspberry Pi into a Penetration Testing Tool

Transform Your Raspberry Pi into a Penetration Testing Tool

*This article is written by: Meow God 2017, and it belongs to the FreeBuf original reward program. Reproduction without permission is prohibited. Preparation and Introduction Once, a friend of mine said he wanted to buy the hak5 Bash Bunny, a network hijacking keyboard injection all-in-one BadUSB. It looked great, but unfortunately, my friend said he … Read more

Creative Embedded Projects on Github – Electronic Candle

Creative Embedded Projects on Github - Electronic Candle

This project is a highly creative electronic candle that can display a 3D visual effect similar to a flickering candle from any angle. The core of the project is a simple LED matrix board and a high-speed rotating motor that generates stereoscopic images through the Persistence of Vision (POV) effect. It uses a compact RP2040-tiny … Read more

DIY Guide: Using Raspberry Pi Zero for Flight Control and Video Transmission

DIY Guide: Using Raspberry Pi Zero for Flight Control and Video Transmission

Although it is possible to buy finished products that look better and have stronger performance specifications, the joy of creating and optimizing according to one’s own needs while learning through experimentation embodies the spirit of makers. This project uses existing hardware to utilize the Raspberry Pi Zero as a flight control video transmission system. I … Read more