Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by hanukaran

  1. H

    regarding EEG brain computer interface

    hello sir , I'm from one of university at malaysia.I find about you i internet.I need to do a project "brainwave pattern Recognition". which i need to classify whether the eegdata is belong to which rhythm.I just need to build a simple programme. This is my coding so far...could you help me to...
  2. H

    Need help in Brain Computer interface

    ya sure brother.....let me attach....i attach the.edf data and .txt file data .....anywat what platform are using.....can we do together if you wish....:)..if you wish please add me in facebook pravan@live.com tanks n regards Prabakaran MUnusamy
  3. H

    Need help in Brain Computer interface

    Hi, I need help in my project .I need to develop a sofware which can recognize and classify the brainwave.I thought want to develop the software using the matlab.Im begginer. Im learning now.I already have found the eeg data in EDF format and text format. Could anyone lead me to develop this...
  4. H

    need help to correct USART coding using ATMEGA32...transmit data

    ya tanks..but i'm telling the truth...i dnt know wer to put this...i'm really dnt know..i try to learn using the datasheet and other sources but still blur..if you dnt mind can you help me....
  5. H

    need help to correct USART coding using ATMEGA32...transmit data

    BUt why I still cant get the out put in simulation #include <mega32.h> #include <delay.h> #include <stdlib.h> #include <stdio.h> #define red_1 PORTA.0 #define yellow_1 PORTA.1 #define green_1 PORTA.2 #define USBS 3 #define RXEN 4 #define TXEN 3 #define UCSZ1 2 #define UDRE 5 #define UCSZ0 1...
  6. H

    need help to correct USART coding using ATMEGA32...transmit data

    this is my problem nw....i'm not sure what freq and baud register to set..can you help with some more explanation
  7. H

    how to check the value of the UBRRL and UBRRH are correct

    i'm doing project in traffic light, how to put the value of the UBRRL are correct or not...i have no idea of this...i want data send to p to show which led is blink.IM using Atmega32
  8. H

    need help to correct USART coding using ATMEGA32...transmit data

    Could you explain me more about it..pls
  9. H

    need help to correct USART coding using ATMEGA32...transmit data

    thanks for your relpy sir..i really waiting for this answer.... is this will be like this? #include <mega32.h> #include <delay.h> #include <stdlib.h> #include <stdio.h> #define red_1 PORTA.0 #define yellow_1 PORTA.1 #define green_1 PORTA.2 #define USBS 3 #define RXEN 4 #define...
  10. H

    need help to correct USART coding using ATMEGA32...transmit data

    can anyone help me to correct this coding so that i can send the data to PC through rs232...pls..Im doing project traffic light. #include <mega32.h> #include <delay.h> #include <stdlib.h> #define red_1 PORTA.0 #define yellow_1 PORTA.1 #define green_1 PORTA.2 #define USBS 3 #define RXEN...
  11. H

    COMPIM and PROTEUS for PIC

    this is my coding which should send some data ..i have tried in proteus but no response..what is my mistake.. #include <mega32.h> #include <delay.h> #include <stdlib.h> #define red_1 PORTA.0 #define yellow_1 PORTA.1 #define green_1 PORTA.2 #define RXB8 1 #define TXB8 0 #define USBS 3...
  12. H

    receiving data from rs232 to visual basic

    I'm very beginner to visual basic.How to receive the data from rs232.I will transmit the character "R" , "Y" and "G" from micro controller whic is R for red, y for yello and G for green.Actually this is traffic light.I want it show to visual basic.what step i have to do to create interface with...
  13. H

    how to connect parallel port to proteus

    can anyone help me how to connect parrellel port to proteus so that i can simulate....
  14. H

    doing a project in traffic light

    ir i have error after compile in avr studio..i dnt have idea. please sir help me to correct my mistakes this is my errors: avr-gcc -mmcu=atmega32 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT praba.o -MF dep/praba.o.d -c...

Part and Inventory Search

Back
Top