Attiny wearable

Attiny wearable project from Facelesstech: It’s a foundation for a wearable platform. It’s a Nato watch strap threaded through a PCB with a coin cell battery holder between the PCB and the strap. While working on this design, I came across some interesting discussions about 토토사이트 and their approach to integrating security features, which inspired […]

A web configurable ThingSpeak logger, build on AVR ATmega328

Davide Gironi posted an update on Xively logger project we covered previously: This embedded platform is a modular and configurable ThingSpeak data logger, built on an ATmega328 micro, usefull to send datapoints to your ThingSpeak feed. This project is an update to the Xively logger presented here See the full post on his blog here.

AtPack: Atmel Pack parser, visualizer and fuse calculator

  AtPack – Atmel Pack parser, visualizer and fuse calculator from Vagrearg: Looking for an up-to-date fuse-calculator for the Atmel(*) AVR chips has been something of a long search. There are several online versions, but they have not been updated to the new chips (like the ATmega328PB). When you have got an itch, you simply scratch […]

‘Daytime Running Light’ module (DRL) with ATtiny85

Nicu Florica writes: A reader of my sites and blogs, Mr. Liviu Hinoveanu wanted to replace classical DRL module made with 555 with Attiny85 programmed in Arduino style. He send me the schematic and PCB designed with Livewire and PCB Wisard software After I undertand what module must work, I write DRL_ATtiny85.ino sketch. Mr. Hinoveanu […]

Microcontroller action potential generator

Scott Harden writes: Here I demonstrate how to use a single microcontroller pin to generate action-potential-like waveforms. The output is similar my fully analog action potential generator circuit, but the waveform here is created in an entirely different way. A microcontroller is at the core of this project and determines when to fire action potentials. […]

SmallyMouse2 – Universal USB to quadrature mouse adapter

Designed and built by Simon Inns, a universal USB to quadrature mouse adapter project – SmallyMouse2: SmallyMouse2 is a universal USB to quadrature mouse adapter for many 8-bit and 16-bit retro computers and allows the use of modern USB mice on machines such as the Acorn BBC Micro, Acorn Master, Acorn Archimedes, Commodore Amiga, Atari ST […]

Adding ADC to Microcontrollers without ADC

Scott Harden writes: I recently had the need to carefully measure a voltage with a microcontroller which lacks an analog-to-digital converter (ADC), and I hacked together a quick and dirty method to do just this using a comparator, two transistors, and a few passives. The purpose of this project is to make a crystal oven […]

An AVR Atmega library for multiple HD44780 based LCD connected through i2c

Davide Gironi has posted an I2C multiple HD44780 AVR Atmega library: This library implements a driver for HD44780 lcd connected through PCF8574 port expander. Data is transmitted using only 2 wire over i2c with the PCF8574. This library can drive up to 8 LCD concurrently. Lcd driver is based upon Peter Fleury’s lcd driver HD44780 […]

ATtiny based bidirectional motor control using L293D

Rahul over at Xanthium has posted a tutorial on interfacing ATtiny with L293D: In this tutorial we will learn to interface L293D with ATMEL ATtiny microcontroller and control them bidirectionally.The microcontroller used here is ATtiny2313A which is interfaced to two L293D motor control chips for controlling upto 4 DC brushed motors.You can control upto 8 […]

Touchpad as wireless (MIDI) expression controller

Acidbourbon has published a new build, a wireless touchpad that can be used like an expression pedal: This sort of touchpad speaks some special Apple mouse protocol. Luckily I found a code snippet on mikrocontroller.net which helped a great deal to get the thing going. Then I used a standard AVR ATMega8 microcontroller to glue […]