decapitary
Banned
I have an ECG signal(analogue). I used atmega16 and RT-232RL to send it to USB port of my PC but I heard AT90USB series can do both.Any can help me which one is better?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The question is if you have time to learn the USB related hard- and software topics. If you have a known working design example and development kit, it may be quite easy to proceed from there.
Many years ago, I had the "pleasure" to debug an erroneously designed AT90USB development kit (insufficient bypassing caused occasional USB PLL loose of lock). I presume that your project would most likely fail if you are stuck with a similar problem.
Yes AT90USB can communicate with PC and can be used to send your ECG data to PC. There is no need of FT232RL when AT90USB is used. AT90USB can be used with HID and CDC communication but you have to write USB code for AT90USB chip.
You have Worked similar Project before?Can I see your code?You think it will do the same for EEG and EMG?
You think it will do the same for EEG and EMG?
No, I have not used AT90USB. I have many ATMEGA32U4 and AT90USB dongles. They use USB HID communication. I have done USB HID project with PIC18F4550 and mikroC PRO PIC compiler. mikroC Compiler have built in ready to use USB HID libraries. I rarely use AVR micros. I mainly use PIC micros. If you use mikroC AVR Compiler then you can easily do USB HID with AT90USB as they have ready to use free USB HID libraries.