ATiny does 170×240 VGA with 8 Colors


https://www.electronics-lab.com/atiny-does-170x240-vga-with-8-colors/

AtomicZombie @ avrfreaks.net used an ATtiny85 ATMEL microcontroller to produce a 170×240 VGA signal and also send audio along with video. The original plan was to just bit bang some mono VGA and do up a Pong or Tetris game, but things went MUCH MUCH further than I ever thought possible, so over the next few […]

MagSpoof – Wireless credit card/magstripe spoofer


https://www.electronics-lab.com/magspoof-wireless-credit-cardmagstripe-spoofer/

MagSpoof is a device that can spoof/emulate any magnetic stripe or credit card you currently own. It can work “wirelessly”, even on standard magstripe/credit card readers, by generating a strong electromagnetic field that emulates a traditional magnetic stripe card. Note: MagSpoof does not enable you to use credit cards that you are not legally authorized […]

AVR Programmer Shield


https://www.electronics-lab.com/avr-programmer-shield/

ohneschuh @ instructables.com has build a Arduino Shield that is able to program spare ATmega328 and ATtiny85 mcu using the ISP sketch. Beside my Arduino instructables I also use pure ATmega328 and ATtiny85 microcontrollers. To program them I normally used a breadboard and the ArduinoISP setup with an Arduino UNO or NANO. But this was not the […]

ATtiny 85 EMF detector


https://www.electronics-lab.com/attiny-85-emf-detector/

arduinomaster @ instructables.com has build an EMF detector based on ATtiny85 mcu able to detect signals from 0-999Hz. He writes: An EMF meter can measure AC electromagnetic fields, which are usually emitted from manmade sources such as electrical wiring, while gaussmeters or magnetometers measure DC fields, which occur naturally in Earth’s geomagnetic field and are emitted […]

Attiny85 EMF detector


https://www.electronics-lab.com/attiny85-emf-detector/

by masteruan @ instructables.com: This is a simple tutorial to create an EMF detector. You can use Arduino for this job, but is better use a microcontroller called Attiny85. It is possible program it throe the Arduino interface. Attiny85 EMF detector – [Link]

ATtiny85 and SSD1306 wearable display


https://www.electronics-lab.com/attiny85-and-ssd1306-wearable-display/

by AwesomePCB @ instructables.com: How to make wearable display – OLED SSD1306 display run by ATtiny85 Step by step tutorial, with no steps to skip. The main goal of this tutorial is to show how to make wearable display run by Attiny85 and OLED display SDD1306. Due to running campaign for ATtiny25/45/85 PCB TINY CHEAP VERSATILE […]

How to program the ATtiny85 with the Arduino UNO board


https://www.electronics-lab.com/how-to-program-the-attiny85-with-the-arduino-uno-board/

by codebender_cc @ instructables.com: In this tutorial we will use an Arduino board as an ATtiny programmer. To do this we will use one Arduino UNO board as an ISP (programmer) and one ATtiny85 micro-controller. We will use Codebender – online Arduino IDE. With the following procedure you will be able to program easily the ATtiny45 […]

ESP8266 + Attiny85 + DHT22 Temperature/Humidity Logger


https://www.electronics-lab.com/esp8266-attiny85-dht22-temperaturehumidity-logger/

by guibom @ github.com: Basic ESP8266 + Attiny85 + DHT22 Temperature and Humidity logger. I’ve made this to experiment a bit with the ESP8266 wifi module, and hopefully make a remote sensor that posts the data to my server. I wrote the code to work with both an atmega328 and a attiny85. The mcu sleeps in between […]