ATmega is a product line within Atmel's AVR micro-controller family.
0
votes
1answer
33 views
1MHz timer on 16MHz atmega8535
Can't seem to get my head around this, although it looks quite easy to me.
I've made many timers in my Atmel ATMEGA8535 but this one just hits me.
Also, I've seen many calulations and such but not ...
0
votes
1answer
56 views
Sending binary data over a serial connection with pyserial
I want to preface this with noting that I am really lost right now, so there may be things I say that don't make sense because I have no idea what I'm talking about. Feel free to dissect my question ...
0
votes
1answer
46 views
Running TX433 and RX433 RF modules with AVR microcontrollers
I am trying to interface an RF module with AVR ATmega 128.
I found this code interesting, but I couldn't understand these two lines:
//define receive parameters
#define SYNC 0XAA// synchro signal
...
0
votes
0answers
31 views
Is it possible to simulate/emulate AVR hardware get UART, which software allows this? [closed]
Is it possible to simulate both the AVR processor and the UART output ?
As far as I can tell the only obstacle is the UART output, however it seems it's rather trivial or maybe I'm wrong ?
This ...
-2
votes
0answers
170 views
How to connect a Delphi application to Arduino Mega using TApdComPort? [closed]
How do I connect a Delphi application to Arduino Mega using TApdComPort?
I just do it this way: ApdComPort1.Open:=true, but it only works with Arduino Uno. When I try to do it with Mega, the L ...
0
votes
1answer
85 views
Atmega8535 INT0 INT1 INT2 INT3
I am using Atmega8535 microcontoller and STK200 development board, I am trying to use more than one external interrupt, but for some reason only INT0 works and others do nothing, here is the related ...
1
vote
0answers
58 views
What does `asm(“” : “+r” (myVar));` mean in AVR-GCC?
I found following lines in the code of someone else:
uint16_t someConstantFactorVariable = ...;
asm("" : "+r" (someConstantFactorVariable));
The someConstantFactorVariable is inside a frequently ...
1
vote
1answer
94 views
Arduino Nano Timers
I want to know more about Arduino Nano timers.
What timers are there?
Do they produce interrupts?
What code would attach an interrupt handler to them?
How is delay() and delayMicroseconds() ...
1
vote
3answers
47 views
Rounding numbers on AVRs in C
I am writing code for an AVR (in C) to continuously change the duty cycle of three PWM channels. To do this, I wrote a function that takes in a value as a percentage and sets certain registers to ...
0
votes
1answer
227 views
ATMega 48P powering two DC motors with FPWM Timers, in assembly not C
So I'm trying to do my lab assignment and keep running into this issue with setting up my pins to pulse. I want to use two timers in PWM mode to generate a sinusoid to drive my motors. I need to have ...
0
votes
0answers
127 views
FatFs AVR Implementation SD Card [closed]
I am getting Problem To Get SD Card Works along with my code in int main using Fatfs
of course for AVR...
I dont know what i do need to change ..
I downloaded the Fatfs and i saw the tutorial but ...
1
vote
0answers
67 views
Compiling C to an 8-bit machine [closed]
I have some code that I compile with gcc and run it in my console while on a 64 bit Intel i5. I then build a .hex file in AtmelStudio and load my code to an 8-bit ATMega328 with avrdude. What sorts of ...
0
votes
0answers
69 views
ATMEGA32 UART Communicaiton
I am writing a code for UART asynchronous communication in ATMEGA32, but i am confused that how to give two diff values to UCSRC and UBRRH regisers as they have same location and according to their ...
0
votes
1answer
76 views
Assembly - using more than 2 buttons for interrupts?
I am using STK200 board with Atmega8535 microcontroller. I use INT0 and INT1 buttons as external interrupts, but in order to initialize INT0 I have to set bit 6 to 1 and to intialize INT1 I have to ...
0
votes
0answers
15 views
Jungo and the COM port
I'm working on a atmega1280 board. To debug the code that I uploaded I use jtagice mkII on windows.
When I plug the USB and I go to "device manager" I can't see which com is used for the ...
1
vote
1answer
176 views
ATMEGA32 UART Communication
I am trying to do serial communication in ATMEGA32 and I have a question:
In asynchronous serial communication both UBRRH and UCSRC registers have same location. I don't know which conditions that ...
0
votes
0answers
65 views
Register access in ATMEGA32 & Debugging of Serial Communication Atmel Studio
I am working upon ATMEGA32 and programming it with the help of Atmel Studio 6.0.............
In ATMEGA32, there are 32 general purpose registers starting from R00 to R31........but how can i use ...
4
votes
3answers
182 views
How to reverse a byte
I am currectly working on a project and it happens that I have to reverse the order of a byte. I am currently using AVR Studio Mega32 Microcontroller.
For example:
0000 0001 becomes 1000 0000
0001 ...
1
vote
1answer
150 views
Arduino inline ASM not working as expected
I'm trying to build a clock, so I'm working with ASM and an arduino. For most parts, plain C will be fine, but for preparing the time to be output to BCD to Decimal converters I decided to go with ...
1
vote
1answer
256 views
how to activate 16bit timer on AVR programming
I have an atmega168a chip. I use Counter 0 to toggle PORTC by using ISR(TIMER0_COMPA_vect) and ISR(TIMERB_COMPA_vect) interrupt sub-routines. I would like to activate the 16-bit timer when if ...
1
vote
1answer
123 views
Makefile Circular Dependency + No such file error
I have been trying to write a makefile for my avr gcc project using a template. This is my first time writing one (so far i've just been using the default inbuilt makefile in AVR Studio 4)
When i try ...
0
votes
1answer
220 views
error: attempt to use poisoned “SIG_OUTPUT_COMPARE0A”
I am writing a C code for atmega168a. I got attempt to use poisoned "SIG_OUTPUT_COMPARE0A and attempt to use poisoned "SIG_OUTPUT_COMPARE0B error when I compile the code below. But I see similar usage ...
0
votes
1answer
183 views
Bitwise operations, assembly
I've got a task to change the bit location from
START bit7 | bit6 | bit5 | bit4 | bit3 | bit2 | bit1 | bit0
FINAL bit3' | bit2' | bit7 | bit6 | bit1 | bit0 | bit5' | bit4'
Using the bitwise ...
0
votes
1answer
108 views
Issue with using AVR TWI interface
I'm trying to access HMC5883L module using atmega2560. I've written a class (I2C) containing basic methods essential for I2C communication.
First, I'll explain the problem. This is what I've done.
...
0
votes
0answers
85 views
Moving data between buffer and mp3 decoder
I have problem with moving data from fifo buffer (23k256) to mp3 decoder (vs1053b).
Data is fed from local shoutcast server via ethernet and buffered in fifo queue. When proper amount is buffered to ...
0
votes
1answer
95 views
virtual port operate in atmega MCU, possible?
For i could not find a entire port in my design but i want my program become uniform(when i change pins i only need change this array), so I want make a virtual port by defined them in a array. When ...
-1
votes
2answers
368 views
How to configure Watchdog timer for 10 sec delay in atmega128
I am working with ATMEGA128 16AC. so i want to use watchdog timer to reset the AVR atleast after 10 secs. For ex keypad key is not pressed within 10 secs the controller should get restarted.
I tried ...
0
votes
1answer
235 views
How do I write code to send data back and forth between an Arduino Mega and Nexus 7 tablet?
I am making a 3D LED Cube to visualize music based on the popular LED Cube Instructable by chr: http://www.instructables.com/id/Led-Cube-8x8x8/
I suspect there will be computations needed that are ...
2
votes
3answers
590 views
Need help using Arduino R3 as serial-to-usb converter (to program something)
I have researched (and learnt quite a bit), but I have little experience in programming and only really understand basic sketches so far. I would like to use the Arduino R3 (more specifically, the usb ...
0
votes
0answers
111 views
Use Arduino R3 as serial-to-usb converter to program (6 channel) radio
I have researched (and learnt quite a bit), but I have no experience in programming and only understand a bit. I would like to use the Arduino R3 (more specifically, the FT232RL chip) to connect the ...
0
votes
1answer
215 views
Why does serial communication only work in one direction (chip->PC) with my code?
I am writing code for an Arduino Mega 2560 in C and I am trying to do bidirectional communication over the serial port. However, only sending data from the Arduino to the PC works - the other way ...
0
votes
1answer
955 views
4 bit 4x20 LCD with Atmega32
I'm having trouble with my 4x20 LCD display.
I've been looking at a numerous guides and code snippets the last few days, but nothing seems to help.
The problem is that the displays shows nothing.
...
0
votes
1answer
965 views
Implementing timer code for Atmega 8 into atmega 16
This code snippet is written for atmega 8 taken from clapper circuit using atmega 8.Can anyone convert this code snippet for atmega-16 with a little explanation.As i am trying to implement the same ...
0
votes
1answer
553 views
ADIE bit in AVR ADC in Free running mode
I have been writing my own "library" to handle different inits on an AVR chip. However, I am stuck on the action of the ADIE bit in the ADCSRA register (p.261 in the datasheet). The datasheet doesn't ...
1
vote
1answer
247 views
Using AVR Dragon with Arduino
Can I use AVR Dragon as programmer in Arduino?
I have one and for programming I am compiling inside Arduino and then programming the board using AVR Dragon and ATMEL Studio.
Is there any better way ...
-1
votes
1answer
324 views
Detecting the frequency /period of sine wave [closed]
I just need some guidance as to how to detect the frequency from a sine wave. I generated the sinewave via a DtoA converter. Now, I'm putting that signal back through an AtoD to monitor and verify the ...
0
votes
3answers
340 views
Why should I calibrate the oscillator in AVR programming
I'm new to AVR programming. I found a sample code on web; for a simple USART communication with PC. I have a little doubt there.
The main loop starts like this;
void main(){
OSCCAL_calibration();
...
2
votes
0answers
560 views
Beginner: AVR C++ Atmel Studio 6
I'm having an issue working out what libraries I have access to. I understand that I can use the Atmel Studio 6 IDE to program the microcontroler (Atmega328p) in C++; however, I can't work out where ...
1
vote
2answers
293 views
Implementing a web server on a microcontroller
I am trying to implement a web server on to a micro controller as a self learning project.I am considering Atmega16 and Atmega88 as primary options.Need to know which will be the best choice.
0
votes
1answer
275 views
Fast PWM and Atmega1280
Hello I have some problems to understand how to bind a Timer to a Pin and because of that my code isn't running...
#include <avr/io.h>
void init_PWM(void)
{
...
3
votes
1answer
141 views
How to convert 8Bit to decimal bar from 0 to 15?
Okay, here's what I'm trying to program in C.
I have an 8bit binary signal from an ADC on an ATmega32.
Now I want to convert that signal into an bar with 15LED's that increases the higher the input ...
0
votes
0answers
75 views
Please help to connect range-finder sharp gp2d120 to atmega16 [closed]
Can't find how to connect it to avr (NOT arduino!!). Thank you!
*I need code. I connected it to C7
So, I done it. You shod connect it to ADC1 and here is my code
http://pastebin.com/jDd0RLmD
Use it ...
0
votes
0answers
366 views
Program ATmega8 - 16PU with Arduino Mega2560 [closed]
I have an Arduino Mega2560, and I need to program an ATmega8 - 16PU (28 pins) with Arduino 1.0.1 IDE using the Arduino Mega2560. What is the pin configuration, and codes?
I searched everywhere, but I ...
0
votes
0answers
206 views
atmega32 counter to measure frequency giving too high values
I am using a photosensor which gives output as a square wave. The frequency of this square wave is being measured using Atmega32A with 1MHz clock. The full scale output of sensor is 500kHz. I am ...
0
votes
0answers
77 views
802.1x and Arduino Ethernet
Arduino Ethernet does not seem to work on environments where 802.1x is deployed.
When connecting a Windows/Mac laptop to the same port, it is possible to "cancel" or not init a certificate ...
3
votes
2answers
438 views
Sending float type data from Arduino to Python
I need to send float data to Arduino from Python and get the same value back. I thought to send some float data from the Arduino first. The data is sent as 4 successive bytes. I'm trying to figure ...
0
votes
1answer
228 views
collecting 'double' type data from arduino
I'm trying to send floating point data from arduino to python.The data is sent as 8 successive bytes of data (size of double) followed by newline character ('\n').How to collect these successive bytes ...
0
votes
1answer
166 views
logic for edge avoider program
The microcontroller is AVR and the processor in it is ATMEGA8. I wrote a piece that followed the black color. It is like :
#include<avr/io.h>
#include<util/delay.h>
int main()
{
int ...
0
votes
0answers
102 views
I'm looking for a brief explanation of the AVR Status register? [closed]
I'm a (moderately) experienced iOS/C developer, and am actually working my way into the area of embedded systems. I've been taking a look at the ATMega328, and was wondering what exactly the status ...
0
votes
2answers
90 views
unable to hold some LED'S : ON , when flickering others
I am using AVR as the micro controller and ATMEGA8 as the processor (inside the micrcontroller). The board that has micro controller has 4 LEDS. I am able to burn the program and light up the LEDS. ...




