Tagged Questions
ATmega is a product line within Atmel's AVR micro-controller family.
12
votes
5answers
526 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, lots of Analogue and ...
7
votes
6answers
2k 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 compression algorithm ...
6
votes
6answers
1k views
Advantages of atmega32
What are the advantages of using ATmega32 than other microcontrollers?
Is it better than PIC, ARM, and 8051?
4
votes
1answer
612 views
Bluetooth control signals (DTR, DSR, RTS, CTS) on Android
I would like to remotely reprogram my Arduino via Android over Bluetooth SPP. The first step is to reset the ATMEGA microcontroller. This is accomplished on the Arduino by toggling the DTR line. Is ...
3
votes
2answers
636 views
AVR - Interrupt Vector and Global Variable
Hey, im using an atmega32 to interrupt every 32ms to do some arbitrary stuff, which isnt really important for now.
Im using the timer overflow of timer0 to interrupt, which works predictably and ...
3
votes
8answers
4k views
How to send sound to a speaker
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 amplitude values, or is it ...
3
votes
5answers
13k 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 tried using an ...
2
votes
2answers
542 views
avrdude and atmega48pa
Can i programm the atmega48pa with avrdude? I have problems with the signature ...
% avrdude -pm48 -cavrisp2 -Pusb -V -U flash:w:main.hex
avrdude: AVR device initialized and ready to accept ...
2
votes
3answers
831 views
Modify A Code From An ATmega32 To An Arduino Mega - error in In function `main' even if there is none!
I'm trying to modify this code in an attempt to make it work on an Arduino Mega. I'm pretty much new to C so, I may have made some major mistakes. By the way, this is for a self balancing skateboard.
...
2
votes
4answers
1k views
What are the major differences between coding an AVR ATmega32 and an Arduino Mega?
I'm trying to modify this code in an attempt to make it work on an Arduino Mega. I'm pretty much new to C, so I may have made some major mistakes. By the way, this is for a self balancing skateboard.
...
1
vote
1answer
86 views
What does this do in assembly
My teacher wants us to have a basic understanding of assembly, because later down the road, that might be helpful. I'm fine with that, but my college provides zero documentation on the subject, apart ...
1
vote
2answers
47 views
Checking whether Atmega32 is dead [closed]
I know this may not be the correct place to post this, but how do I know if a certain chip is dead? My friend has this Atmega32 and he seems to have connected it to 9V battery for a minute maybe.. ...
1
vote
2answers
281 views
How to replace the bootloader of an ATMEGA88
I have a board with an ATMEGA88 chip which has a bootloader at address 0x1800 and a firmware at address 0x0000. Both have access to USB. The bootloader can write a new firmware but now I need to write ...
1
vote
1answer
152 views
how to implement an own flashing-software for an ATmega8-microcontroller
has anyone some kind of documentation how to implement an own flashing-procedure for an atmega8-microcontroller ?
when searching, i have only found tutorials, on how to flash custom software with the ...
1
vote
1answer
227 views
uipv6 on arm processor family
I need to port the u(read mu)ipv6 stack from atmega platform to the arm platfom, specificcally to STM32F103Rx so i need the libraries for this processor. But I have no idea where to find them. Could ...
1
vote
1answer
1k views
ATmega328 + SPI Flash Memory
Preface: This question is about a project I am working on with a professor at my university. It is NOT for a grade, but my reputation with this professor does matter. So while my success on this ...
1
vote
1answer
360 views
Atmega64 pins question. SCL/SDA same as TXD/RDX?
I'm not an Atmega pro by any means whatsoever. In fact, never worked with them. I'm trying to add an external eeprom using i2c interface to a device that uses an Atmega64 controller. From the ...
1
vote
2answers
491 views
Which IDE to use for ATMega32 micro controller coding
I am involved in a project which requires designing a mini rover (mars rover types). I am using ATMega32 micro controller. I have other hardware like DC motors, IR sensors etc. My query is that is ...
1
vote
5answers
1k views
C++ “was not declared in this scope” compile error and modification tips
I'm trying to modify this code in an attempt to make it work on an Arduino Mega. I'm pretty much new to C so, I may have made some major mistakes. By the way, this is for a self balancing skateboard. ...
0
votes
1answer
61 views
AVR atmega64 using 2 8 bit timers
I would like to use both 8 bit timers of an Atmega 64 uprocessor.
I used the following code to declare their compare interrupts:
.org 0x0012 ; Timer2 8 bit counter
rjmp TIM2
.org 0x001E ; ...
0
votes
0answers
69 views
PB7, PD7 (on ATMega32) won't work when pull ups enabled. Also PC6 and PC7 don't show output [closed]
I am making 8*8 keypad(on PORTB and PORTD) with ATMega32 using proteus 6.9 and AVRstudio5.
My problem is PB7 and PD7 won't work when pull ups on those pins are enabled. Here PD7 is output, so no ...
0
votes
1answer
399 views
avrdude on ubuntu with JTAGICE mkII clone - problems connecting ATmega1280 (RSP_ILLEGAL_JTAG_ID)
Hopefully I've been struggling with this long enough to ask a question here...
I can't connect ATmega1280 with a cheaper version of JTAGICE mkII like this one. I'm trying to first set fuses for JTAG ...
0
votes
1answer
195 views
cycle the LEDS IN ATMEGA8515
I want to read the switches next to the LEDS and cycle the LEDS from 0 to whichever switch is pressed
if none are pressed cycle through all of them with the delay.For this i have used timer0. Since I ...
0
votes
1answer
253 views
AVR Long running code from within timer interrupt
I've got some code that needs to run every 2 minutes which seems simple enough. The problem seems that triggering a long running process from within a timer causes the timers to go wobbly? any ...
0
votes
1answer
42 views
Error while online manipulation of CM5 in the bioloid kit
I am getting the following error after flashing a program on the controller(CM5) and while on-line manipulation of CM5 in the bioloid kit.
000 0x00 dynamixels found . Error 0800.
What gives?