AVR ATmega Projects

Network Rivalry a Low Latency Game for the BBC Micro bit

Network Rivalry: a Low-Latency Game for the BBC Micro:bit

In this tutorial, I will explain how to implement a basic multiplayer game on the BBC micro:bit with the following features: A simple interface Low-latency between button presses and screen updates A flexible number of participants Easy control over the game using a master remote (“root”) device The game is essentially a simulation of politics. […]

Network Rivalry: a Low-Latency Game for the BBC Micro:bit Read More »

How to Run Servo Motors Using Moto bit With Micro bit 1

How to Run Servo Motors Using Moto:bit With Micro:bit

One way to extend the functionality of the micro:bit is to use a board called moto:bit by SparkFun Electronics (approximately $15-20). It looks complicated and has many features, but it isn’t hard to run servo motors from it. Moto:bit allows you to run more powerful motors than the tiny micro-motor that you can run from the micro:bit

How to Run Servo Motors Using Moto:bit With Micro:bit Read More »

Parallel Apps on an ESP32 Using Toit Platform for IoT

Parallel Apps on an ESP32 Using Toit Platform for IoT

With the Toit platform, developers can treat an ESP32 as a regular computer, installing apps just as easy as on a computer or a phone. Using the high-level language Toit, it is easy to implement functionality and applications while the Toit platform ensures that the device keeps functioning no matter what. This project tests the

Parallel Apps on an ESP32 Using Toit Platform for IoT Read More »

10 Channel Wi Fi Switch for Smart Home

10 Channel Wi-Fi Switch for Smart Home

This device can help you automate your home, backyard, or whatever you want. Step 1: Gather the Components To build this device, you’ll need: ESP8266 x1; 4-stage ripple (binary) counter (I can suggest SN74LS93N) x1; 14-stage ripple counter (CD4020BE is the best choice) x1; Latches (SN74LS75) x6. Since each SN74LS75 consists of 4 latches, only

10 Channel Wi-Fi Switch for Smart Home Read More »

VFD Display for the TI83 Calculator

VFD Display for the TI83+ Calculator

This project builds upon the PIC/TI83+ interface developed by ThomasHenry (see Nuts & Volts August 2013 – A Mathematics Engine for Microcontrollers). Acknowledgment, appreciation, and kudos to him for writing the TI-library for Great Cow Basic that made this project possible. When I recently re-discovered that article, I imagined re-creating the only calculator that was

VFD Display for the TI83+ Calculator Read More »

Scroll to Top