Tic Tac Toe on a Nokia 5110 LCD
https://www.electronics-lab.com/tic-tac-toe-nokia-5110-lcd/
Check the classic game implemented on Arduino and Nokia LCD display. Tic Tac Toe on a Nokia 5110 LCD – [Link]
A FPGA controlled RGB LED MATRIX for Incredible Effects
https://www.electronics-lab.com/fpga-controlled-rgb-led-matrix-incredible-effects/
A dot matrix RGB LED graphic panel, managed by a FPGA-based controller board that may be separately used as a demoboard, so to evaluate the potential of the on-board Spartan 6. First installment. A FPGA controlled RGB LED MATRIX for Incredible Effects – [Link]
CTRL, The Industrial Robot On Your Desktop
https://www.electronics-lab.com/ctrl-industrial-robot-desktop/
CTRL the robot is a desktop-sized robot arm that can do a lot! It enables your computer to perform manipulation of real objects via software and gives you access to technology that has been locked away in large corporations factories. Check this video to see the amazing features of CTRL. CTRL was launched on a […]
How to Access the Raspberry Pi GUI with a Remote Desktop Connection
https://www.electronics-lab.com/access-raspberry-pi-gui-remote-desktop-connection/
circuitbasics.com has a tutorial on how to access Raspberry Pi with a remote desktop connection. In the previous post, we learned how to set up a WiFi dongle and access the Raspbian command prompt via an SSH client called PuTTY. PuTTY is a great application for accessing the command line in Raspbian from another computer, […]
Tic Tac Toe Game with a touch screen and an Arduino Uno
https://www.electronics-lab.com/tic-tac-toe-game-touch-screen-arduino-uno/
In this Arduino project video educ8s.tv is going to build an Arduino Game, a Tic Tac Toe game with a touchscreen. In this video we are going to build an Arduino Tic Tac Toe game. As you can see, we are using a touch screen and we are playing against the computer. A simple game […]
Building A Tiny Portable Time-lapse Camera
https://www.electronics-lab.com/building-tiny-portable-time-lapse-camera/
Using a mini spy camera module, Ruiz Brothers had built a tiny portable camera that is used to take time-lapse videos and for all sorts of photo based projects. This project consists of these parts with an estimated cost of $39: Mini Spy Camera Module ($12.50) Adafruit Trinket (3V or 5V MicroUSB Version!) ($6.95) 100mAh […]
Reverse-engineering the ALU of 8008 microprocessor
https://www.electronics-lab.com/reverse-engineering-alu-8008-microprocessor/
Ken Shirriff has written an article on reverse engineering the ALU of the 8008 microprocessor: A computer’s arithmetic-logic unit (ALU) is the heart of the processor, performing arithmetic and logic operations on data. If you’ve studied digital logic, you’ve probably learned how to combine simple binary adder circuits to build an ALU. However, the 8008’s […]
Low-Cost FPGA With Reconfigurable Electronics Feature
https://www.electronics-lab.com/low-cost-fpga-reconfigurable-electronics-feature/
Iolinker is a cheap 64 FPGA board with a MachXO FPGA that functions as a dynamically configurable IO matrix. Its main functionality, besides IO extension, is to dynamically set up a matrix of GPIO connections, that allow direct pass-through of high-frequency signals. Circuits can thereby be configured and programmed on the fly. There are UART […]
Introduction to Digispark
https://www.electronics-lab.com/introduction-to-digispark/
runtimeprojects.com has a quick review of the Digispark board. It’s a really interesting mini board that can be used in small projects using Arduino IDE. In today’s blog post we’ll analyze one of the smallest and most practical boards out there. The Digispark board. It’s size, including the USB port, is 25mm x 18mm (so […]
NTP synchronized clock
https://www.electronics-lab.com/ntp-synchronized-clock/
The Network Time Protocol (NTP) is the most commonly used internet time protocol for synchronizing locally running clocks to a more accurate reference clock server. In United States, the official time is provided by the National Institute of Standards and Technology (NIST). The NIST servers listen to a NTP request, and respond by sending a 64-bit UDP/IP data packet […]