Tagged Questions

6
votes
5answers
179 views

Arduino: Lightweight Compression Algorithm to store data in EEPROM

I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage. My idea is to make use of an co …
12
votes
5answers
172 views

Testing Code for Embedded Application

Background: I am developing a largish project using at Atmel AVR atmega2560. This project contains a lot of hardware based functions (7 SPI devices, 2 I2C, 2 RS485 MODBUS ports, …
4
votes
2answers
701 views

Using an external 32768 Hz crystal to control timer2 on atmega168 [closed]

I have an atmega168 which runs on the internal 8Mhz clock. But I need it to be more accurate than the RC clock can be, so I have a 32768Hz crystal connected to XTAL1 and XTAL2. My …
1
vote
7answers
637 views

How to send sound to a speaker

Hi, If I were to program a microcontroller (ATMega128) to play a realtone with a speaker, how would I do this? Do I need to use a digital/analog converter to send different amplitu …
2
votes
6answers
3k views

Using a rotary encoder with AVR Micro controller

I'm having trouble getting a rotary encoder to work properly with AVR micro controllers. The encoder is a mechanical ALPS encoder, and I'm using Atmega168. Clarification I have t …